WIPACrepo / keycloak-rest-services

Services surrounding KeyCloak, that use the REST API to read/update state
MIT License
1 stars 1 forks source link

ldap library functions #9

Closed dsschult closed 3 years ago

dsschult commented 3 years ago

Register a new user in ldap first, to get around keycloak - ldap issues.

Will close #5 when complete.

dsschult commented 3 years ago

Turns out we don't need to create users in LDAP first after all. The (better) alternative is to only use the basic user classes (inetOrgPerson, organizationalPerson) when setting up the LDAP sync in Keycloak. Then adding things like posixAccount later if requested.

So we'll still need a library in which to modify LDAP profiles, but won't need this in the initial user creation.