Update LDAPschema authored by Johannes Buechele's avatar Johannes Buechele
...@@ -38,22 +38,3 @@ The following questions follow: ...@@ -38,22 +38,3 @@ The following questions follow:
* In case it is optional? Should we enforce validity? * In case it is optional? Should we enforce validity?
* Is there a standard GO-Schema file we can use? * Is there a standard GO-Schema file we can use?
* Should we develop our own and contribute it to GO? * Should we develop our own and contribute it to GO?
Groupoffice LDAP config:
`
$config['ldap_host']='localhost';
$config['ldap_port']='389';
$config['ldap_user']='admin';
$config['ldap_pass']='password is in keepass';
$config['ldap_basedn']='dc=osalliance,dc=com';
$config['ldap_peopledn']='ou=users,dc=osalliance,dc=com';
$config['ldap_groupsdn']='ou=groups,dc=osalliance,dc=com';
$config['ldap_tls']=false;
$config['ldap_auth_dont_update_profiles']=false; //set to true if you don't want ldap to overwrite the Group-Office user profile on each login
$config['ldap_use_uid_with_email_domain']='';//leave empty to use the default mapping. Set to a domain name to use username@example.com as e-mail address.
//Available since 4.2.17. Instruct the "serverclient" module to create mailboxes for these domains. The serverclient module must be configured. See [[Mailserver#Optionally_install_the_serverclient]].
//leave the imapauth.config.php empty in this case.
$config['ldap_create_mailbox_domains']=array("intermesh.dev");
`
\ No newline at end of file