Update LDAPschema authored by Roland Alton's avatar Roland Alton
...@@ -55,7 +55,8 @@ $config['ldap_use_uid_with_email_domain']='';//leave empty to use the default ma ...@@ -55,7 +55,8 @@ $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]]. //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. //leave the imapauth.config.php empty in this case.
$config['ldap_create_mailbox_domains']=array("intermesh.dev"); // maybe an option to continu without ISPconfig
// $config['ldap_create_mailbox_domains']=array("intermesh.dev");
``` ```
Mapping settings (put as ldapauth.config.php in the same directory as config.php for GO): Mapping settings (put as ldapauth.config.php in the same directory as config.php for GO):
... ...
......