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

removed ldap docs that was not valid any more

git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@1527 44740490-163a-0410-bde0-09ae8108e29a
parent 3a63fa1e
No related branches found
No related tags found
No related merge requests found
The LDAP configuration array
============================
The LDAP configuration array is used in all of the LDAP based authentication modules.
We distinguish between two modes of deciding the DN of the user.
1. Search for DN by userid attribute, usually `eduPersonPrincipalName`.
2. Decide the DN based on a known pattern and then filling in the username.
Example configuration for DN search
-----------------------------------
TBA
Example configuration for DN pattern
------------------------------------
TBA
List of parameters
------------------
* type which LDAP backend to use.
* testType A class that defines a test for it.
* hostname (required)
* enable_tls (optional)
* debugLDAP (optional)
* timeout (optional) default: 20s
* adminUser (optional)
* adminPassword (required if adminUser is set)
* useridAttr (optional) default: eduPersonPrincipalName
* searchbase (required)
* dnpattern
* attributesize.max (optional) defualt:
* debug
* contactMail
* contactUrl
* comment
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