Lower case CN, and use the example domain

This commit is contained in:
Andrew Ruthven 2024-01-19 00:43:02 +13:00 committed by Andrew Ruthven
parent 11a57a85c6
commit fa1b9ae353

View File

@ -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,