mirror of
https://gitlab.com/davical-project/davical.git
synced 2026-04-27 15:31:32 +00:00
Lower case CN, and use the example domain
This commit is contained in:
parent
11a57a85c6
commit
fa1b9ae353
@ -723,9 +723,9 @@ $c->admin_email = 'calendar-admin@example.com';
|
||||
// $c->authenticate_hook['config'] = array(
|
||||
// 'host' => 'ldap://ldap.example.net',
|
||||
// 'port' => '389', // usually 636 for ldaps
|
||||
// 'bindDN' => 'CN=bind-user,CN=Users,dc=DOMAIN,dc=local',
|
||||
// 'bindDN' => 'cn=bind-user,cn=Users,dc=example,dc=net',
|
||||
// 'passDN' => 'secret',
|
||||
// 'baseDNUsers' => 'dc=DOMAIN,dc=local',
|
||||
// 'baseDNUsers' => 'dc=example,dc=net',
|
||||
// 'protocolVersion' => 3,
|
||||
// 'optReferrals' => 0,
|
||||
// 'networkTimeout' => 10,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user