mirror of
https://gitlab.com/davical-project/davical.git
synced 2026-08-29 18:26:05 +00:00
Another mapping_field key to prevent PHP warnings; typos
This commit is contained in:
parent
d53dad3363
commit
11a57a85c6
@ -665,7 +665,7 @@ $c->admin_email = 'calendar-admin@example.com';
|
||||
|
||||
/* For the initial bind to be anonymous leave bindDN and passDN
|
||||
commented out */
|
||||
// DN and password if rquired to bind to this server for initial queries
|
||||
// DN and password if required to bind to this server for initial queries
|
||||
// 'bindDN' => 'cn=manager,cn=internal,dc=tennaxia,dc=net',
|
||||
// 'passDN' => 'xxxxxxxx',
|
||||
|
||||
@ -679,12 +679,12 @@ $c->admin_email = 'calendar-admin@example.com';
|
||||
/** /!\ "username" should be set and "modified" must be set **/
|
||||
// 'mapping_field' => array("username" => "uid",
|
||||
// "modified" => "modifyTimestamp",
|
||||
// "fullname" => "cn" ,
|
||||
// "fullname" => "cn",
|
||||
// "email" => "mail"
|
||||
// ), // used to create the user based on their ldap properties
|
||||
// 'group_mapping_field' => array("username" => "cn",
|
||||
// "modified" => "modifyTimestamp",
|
||||
// "fullname" => "cn" ,
|
||||
// "fullname" => "cn",
|
||||
// "members" => "memberUid"
|
||||
// ), // used to create the group based on the ldap properties
|
||||
// 'group_member_dnfix' => true, // if your "members" field contains the full DN and needs to be truncated to just the uid
|
||||
@ -722,7 +722,7 @@ $c->admin_email = 'calendar-admin@example.com';
|
||||
// $c->authenticate_hook['call'] = 'LDAP_check';
|
||||
// $c->authenticate_hook['config'] = array(
|
||||
// 'host' => 'ldap://ldap.example.net',
|
||||
// 'port' => '389', // usually 636 for ldaps://
|
||||
// 'port' => '389', // usually 636 for ldaps
|
||||
// 'bindDN' => 'CN=bind-user,CN=Users,dc=DOMAIN,dc=local',
|
||||
// 'passDN' => 'secret',
|
||||
// 'baseDNUsers' => 'dc=DOMAIN,dc=local',
|
||||
@ -733,7 +733,8 @@ $c->admin_email = 'calendar-admin@example.com';
|
||||
// 'mapping_field' => array(
|
||||
// "username" => "sAMAccountName",
|
||||
// "fullname" => "displayName" ,
|
||||
// "email" => "mail"
|
||||
// "email" => "mail",
|
||||
// "modified" => ""
|
||||
// ),
|
||||
// 'default_value' => array("date_format_type" => "E","locale" => "en_NZ"),
|
||||
// 'format_updated' => array('Y' => array(0,4), 'm' => array(4,2), 'd' => array(6,2), 'H' => array(8,2), 'M' => array(10,2), 'S' => array(12,2))
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user