Skip to content
Snippets Groups Projects
Commit f09a13f5 authored by Olav Morken's avatar Olav Morken
Browse files

authX509: Fix example in documentation.

git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@2438 44740490-163a-0410-bde0-09ae8108e29a
parent c4e341e4
No related branches found
No related tags found
No related merge requests found
......@@ -45,7 +45,7 @@ Then you must add it as an authentication source. Here is an
example authsource.php
'x509' => array(
'authX509:authX509userCert',
'authX509:X509userCert',
'hostname' => 'ldaps://ldap.example.net',
'enable_tls' => FALSE,
'attributes' => array("cn", "uid", "mail", "ou", "sn"),
......
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