Skip to content
Snippets Groups Projects
Commit dc251702 authored by Tim van Dijen's avatar Tim van Dijen
Browse files

Update authX509.md

parent 53029e03
No related branches found
No related tags found
No related merge requests found
......@@ -47,9 +47,9 @@ example authsources.php entry:
'x509' => array(
'authX509:X509userCert',
'hostname' => 'ldaps://ldap.example.net',
'enable_tls' => FALSE,
'attributes' => array("cn", "uid", "mail", "ou", "sn"),
'search.enable' => TRUE,
'enable_tls' => false,
'attributes' => array('cn', 'uid', 'mail', 'ou', 'sn'),
'search.enable' => true,
'search.attributes' => array('uid', 'mail'),
'search.base' => 'dc=example,dc=net',
'authX509:x509attributes' => array('UID' => 'uid'),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment