Changes

/* Auth Retrieval (GET) */
#: filter: <code>(mail=name.surname@example.com)</code>
#: scope: <code>one</code>
# If the user exists, use the retrieved DN and try to bind with the it (a working LDIF is described under [[stoney_core:_OpenLDAP_directory_data_organisation#People_uid_.28per_person.29 | users credentials]]).
#: bind dn: <code>uid=<UID>,ou=people,dc=stoney-cloud,dc=org</code>
#: password: <code>myverysecretpassword</code>
# If the bind was successful, retrieve further information with the LDAP service user from the leaf uid=<UID>,ou=people,dc=stoney-cloud,dc=org.
 
An example how to bind with the user credentials, presuming uid=<UID>:
ldapsearch -H ldaps://ldapm.stoney-cloud.org -b "ou=people,dc=stoney-cloud,dc=org" -D "uid=<UID>,ou=people,dc=stoney-cloud,dc=org" -x "(objectclass=*)" -v -W
Information about the configurable LDAP service user:
Bureaucrat, administrator
425
edits