Changes

Jump to: navigation, search
/* Auth Retrieval (GET) */
== Auth Retrieval (GET) ==
The following sequence describes the authentication and role retrieval:
# Look-up the user in the OpenLDAP directory in the ou=people,dc=stoney-cloud,dc=org sub tree(with a configurable LDAP service user):
#: filter: <code>(mail=name.surname@example.com)</code>
#: scope: <code>one</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.
#Information about the configurable LDAP service user: * Currently, the LDAP service user is cn=Manager,dc=stoney-cloud,dc=org#: * Later on, this will be a [[stoney_core:_OpenLDAP_directory_data_organisation#Services | LDAP service user]].
=== Auth Retrieval (GET) Mapping ===
3,368
edits