Skip to content
Snippets Groups Projects
Unverified Commit 80aa5327 authored by Tim van Dijen's avatar Tim van Dijen Committed by GitHub
Browse files

Update authX509.md

parent 6645452b
No related branches found
No related tags found
No related merge requests found
...@@ -47,9 +47,9 @@ example authsources.php entry: ...@@ -47,9 +47,9 @@ example authsources.php entry:
'x509' => array( 'x509' => array(
'authX509:X509userCert', 'authX509:X509userCert',
'hostname' => 'ldaps://ldap.example.net', 'hostname' => 'ldaps://ldap.example.net',
'enable_tls' => FALSE, 'enable_tls' => false,
'attributes' => array("cn", "uid", "mail", "ou", "sn"), 'attributes' => array('cn', 'uid', 'mail', 'ou', 'sn'),
'search.enable' => TRUE, 'search.enable' => true,
'search.attributes' => array('uid', 'mail'), 'search.attributes' => array('uid', 'mail'),
'search.base' => 'dc=example,dc=net', 'search.base' => 'dc=example,dc=net',
'authX509:x509attributes' => array('UID' => 'uid'), '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