Skip to content
Snippets Groups Projects
Commit 77c758b0 authored by Andreas Åkre Solberg's avatar Andreas Åkre Solberg
Browse files

fix syntax

git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@1299 44740490-163a-0410-bde0-09ae8108e29a
parent 0bc90827
No related branches found
No related tags found
No related merge requests found
...@@ -123,15 +123,9 @@ The LDAP module is found in `auth/login.php`. ...@@ -123,15 +123,9 @@ The LDAP module is found in `auth/login.php`.
If you want to perform local authentication using this server, using the LDAP authenticaiton plugin, the following parameters should be configured in `config.php`: If you want to perform local authentication using this server, using the LDAP authenticaiton plugin, the following parameters should be configured in `config.php`:
- * `auth.ldap.dnpattern`: Which DN to bind to. `%username%` is replaced with with the user name typed in.
`auth.ldap.dnpattern`: Which DN to bind to. `%username%` is * `auth.ldap.hostname`: Host name of the LDAP server
replaced with with the user name typed in. * `auth.ldap.attributes`: List of attributes retrieved from LDAP. Set this option to `null` to retrieve all attributes available.
- `auth.ldap.hostname`: Host name of the LDAP server
-
`auth.ldap.attributes`: List of attributes retrieved from LDAP. Set
this option to `null` to retrieve all attributes available.
### Configuring the multi-LDAP authentication module ### Configuring the multi-LDAP authentication module
......
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