diff --git a/contrib_modules/ldap/ldap.html b/contrib_modules/ldap/ldap.html index 17d4582..1ad1599 100644 --- a/contrib_modules/ldap/ldap.html +++ b/contrib_modules/ldap/ldap.html @@ -167,11 +167,11 @@
+ See: +
++ + Symfony documentation + + + RFC 1960 + + + RFC 2544 + +
You should update the name of this authentication source ( @@ -644,12 +658,12 @@
50 => [
'class' => 'ldap:AttributeAddFromLDAP',
- 'ldap.hostname' => 'ldap.example.org',
- 'ldap.username' => 'CN=LDAP User,CN=Users,DC=example,DC=org',
- 'ldap.password' => 'Abc123',
- 'ldap.basedn' => ['DC=example,DC=org'],
- 'attributes' => ['displayName' => 'cn', 'jpegPhoto'],
+ 'connection_string' => 'ldap.example.org',
+ 'search.username' => 'CN=LDAP User,CN=Users,DC=example,DC=org',
+ 'search.password' => 'Abc123',
+ 'search.base' => ['DC=example,DC=org'],
'search.filter' => '(uid=%uid%)',
+ 'attributes' => ['displayName' => 'cn', 'jpegPhoto'],
]
50 => [
'class' => 'ldap:AttributeAddUsersGroups',
- 'ldap.hostname' => 'ldap.example.org',
- 'ldap.username' => 'CN=LDAP User,CN=Users,DC=example,DC=org',
- 'ldap.password' => 'Abc123',
- 'ldap.basedn' => ['DC=example,DC=org'],
+ 'connection_string' => 'ldaps://ldap.example.org',
+ 'search.username' => 'CN=LDAP User,CN=Users,DC=example,DC=org',
+ 'search.password' => 'Abc123',
+ 'search.base' => ['DC=example,DC=org'],
]
50 => [
'class' => 'ldap:AttributeAddUsersGroups',
'ldap.product' => 'OpenLDAP',
- 'ldap.basedn' => ['ou=groups,dc=example,dc=org'],
+ 'search.base' => ['ou=groups,dc=example,dc=org'],
'attribute.username' => 'uid',
'attribute.member' => 'cn',
'attribute.memberOf' => 'memberUid',