Closed GoogleCodeExporter closed 8 years ago
Thanks! Committed as r3282.
Original comment by olavmrk@gmail.com
on 24 Oct 2013 at 10:40
Maybe a tiny hint in the docs as well?
All configuration is handled in authsources.php:
'weblogin' => array(
'negotiate:Negotiate',
'keytab' => '/path/to/keytab-file',
'fallback' => 'ldap',
'hostname' => 'ldap.example.com',
'base' => 'cn=people,dc=example,dc=com',
+ 'attributes' => array('cn', 'mail'),
'adminUser' => 'cn=idp-fallback,cn=services,dc=example,dc=com',
'adminPassword' => 'VerySecretPassphraseHush'
...
'hostname', 'enable_tls', 'debugLDAP', 'timeout', 'attributes' and 'base' are
self-explanatory. Read the documentation of the LDAP auth module for
more information.
Original comment by mrva...@gmail.com
on 24 Oct 2013 at 1:27
Original issue reported on code.google.com by
mrva...@gmail.com
on 24 Oct 2013 at 9:09Attachments: