List of the attributes to retrieve (taken from the mapping): uid,sn,givenname,mail,telephonenumber,mobile,title,employeenumber,memberof Use --attributes=x,y,z to retrieve x, y and z instead. Use --attributes=* to retrieve all fields. [2026-04-08 04:55:55] [Debug] ldap_connect('ldaps://pamorpha:636')... [2026-04-08 04:55:55] [Debug] ldap_bind('cn=admin,dc=gestiondurable,dc=com', 'Can0pu$')... [2026-04-08 04:55:55] [Debug] ldap_bind() Ok. [2026-04-08 04:55:55] [Debug] Supported controls: LDAP_CONTROL_PROXY_AUTHZ, LDAP_CONTROL_MANAGEDSAIT, LDAP_CONTROL_SUBENTRIES, LDAP_CONTROL_DONTUSECOPY, LDAP_CONTROL_PAGEDRESULTS, LDAP_CONTROL_VALUESRETURNFILTER, LDAP_CONTROL_POST_READ, LDAP_CONTROL_PRE_READ, LDAP_CONTROL_ASSERT. [2026-04-08 04:55:55] [Info] Pagination of results is supported by the LDAP server. [2026-04-08 04:55:55] [Info] Consider setting the parameter to a value greater than zero in the configuration file in order to use pagination. [2026-04-08 04:55:55] [Debug] ldap_search('ou=addlys,ou=entities,ou=synairgis,ou=companies,dc=gestiondurable,dc=com', '(objectClass=person)', ['uid', 'sn', 'givenname', 'mail', 'telephonenumber', 'mobile', 'title', 'employeenumber', 'memberof'])... [2026-04-08 04:55:55] [Debug] ldap_search() Ok. The LDAP query '(objectClass=person)' returned 6 elements. ------------------------------------------------ LDAP Structure: Info: when a field is empty on a given record, it is not returned by LDAP. ------------------------------------------------ sn : Chabot givenname : Gabrielle mail : gchabot@addlys.com uid : gchabot@addlys.com ------------------------------------------------ sn : Étienne givenname : Dastous mail : edastous@addlys.com uid : edastous ------------------------------------------------ sn : Cynthia givenname : Duboisé mail : cduboise@addlys.com uid : cduboise ------------------------------------------------ sn : Lucie givenname : Traoury mail : ltraoury@addlys.com uid : ltraoury ------------------------------------------------ sn : Contact givenname : Addlys mail : contact@addlys.com uid : contact@addlys.com ------------------------------------------------ uid : ygilat mail : ygilat@addlys.com sn : Yann givenname : Gilat ------------------------------------------------