Update 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',
......@@ -30,3 +30,4 @@ example:
'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'),
`
\ No newline at end of file