Update LDAPschema authored by Johannes Buechele's avatar Johannes Buechele
......@@ -41,7 +41,8 @@ The following questions follow:
Groupoffice LDAP config:
`$config['ldap_host']='localhost';
`
$config['ldap_host']='localhost';
$config['ldap_port']='389';
$config['ldap_user']='admin';
$config['ldap_pass']='password is in keepass';
......@@ -54,4 +55,5 @@ $config['ldap_use_uid_with_email_domain']='';//leave empty to use the default ma
//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
$config['ldap_create_mailbox_domains']=array("intermesh.dev");
`
\ No newline at end of file