ayers created page: LDAPschema authored by David Ayers's avatar David Ayers
Reference could be:
https://www.group-office.com/wiki/IMAP_or_LDAP_authentication
example:
'username' => 'uid',
'password' => 'userpassword',
'first_name' => 'givenname',
'middle_name' => 'middlename',
'last_name' => 'sn',
'initials' => 'initials',
'title' => 'title',
'sex' => 'gender',
'birthday' => 'birthday',
'email' => 'mail',
'company' => 'o',
'department' => 'ou',
...
'work_address' => 'postaladdress',
'work_zip' => 'postalcode',
'work_country' => 'c',
'work_state' => 'st',
'work_city' => 'l',
'work_fax' => 'facsimiletelephonenumber',
'currency' => 'gocurrency',
'max_rows_list' => 'gomaxrowslist',
'timezone' => 'gotimezone',
'start_module' => 'gostartmodule',
'theme' => 'gotheme',
'language' => new \GO\Ldapauth\Mapping\Constant('en'),
'enabled' => new \GO\Ldapauth\Mapping\FunctionMapping('custom_ldap_mapping_function_enabled'),
'exclude' => new \GO\Ldapauth\Mapping\FunctionMapping('custom_ldap_mapping_function_exclude'),