Hey folks,
I’m looking at writing a signup form (again!) and I’m wondering about integrating directly against LDAP to create users. Last time I was posting about this I was thinking of using the CLI and shelling out but opted not to due to the dangers of doing so.
What I’m wondering this time is this: is there anything I’m going to trip over if I try user creation direct in LDAP? Things that come to mind are:
- Pending schema changes in the YNH roadmap
- Data about users stored outside of LDAP that might trip me up
- Any other catches or gotchas to look out for
I’m experienced enough as a developer to understand that APIs change over time, but I’d be interested to hear of any imminent changes or pitfalls that’d be obvious to core devs.
PS, as ever, thank you for making such an incredible platform.
PPS, if I do this and get any users I will make sure to contribute