Changes

/* 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):#: Currently, this will be cnfilter: <code>(mail=Manager,dc=stoney-cloud,dc=orgname.surname@example.com)</code>#: Later on, this will be a [[stoney_corescope:_OpenLDAP_directory_data_organisation#Services | LDAP service user]].<code>one</code>
# If the user exists, try to bind with the [[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 userfrom the leaf uid=<UID>,ou=people,dc=stoney-cloud,dc=org. #: 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 ===
SLB, editor, reviewer
3,368
edits