summaryrefslogtreecommitdiffstats
path: root/modules/ldap/docs
Commit message (Collapse)AuthorAgeFilesLines
* docs: Add documentation for ldap.port configuration option in authproc filters.Jaime Pérez2016-07-251-0/+11
| | | | This is related to PR #313. The option was in use but not documented.
* Change the extension of the documentation files from .txt to .md so that ↵Jaime Perez Crespo2016-06-081-0/+0
| | | | they can processed as markdown and displayed in github.
* - Added documentation to modules/ldap/docs/ldap.txtDavid Yang2016-02-021-0/+12
|
* s/simpleSAMLphp/SimpleSAMLphp/gJaime Perez Crespo2015-11-061-1/+1
| | | | (being respectful with occurences that might change the behaviour, i.e. default database prefixes)
* Add an attribute policy (either add, merge or replace values) to ↵Jaime Pérez Crespo2014-02-241-0/+18
| | | | | | AttributeAddFromLDAP. git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@3375 44740490-163a-0410-bde0-09ae8108e29a
* Fix typos in ldap module documentation.Jaime Pérez Crespo2014-02-211-4/+4
| | | | git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@3374 44740490-163a-0410-bde0-09ae8108e29a
* Documenting the new feature in AttributeAddFromLDAP.Jaime Pérez Crespo2014-02-211-39/+16
| | | | git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@3373 44740490-163a-0410-bde0-09ae8108e29a
* Fix for issue #602 (typos in the LDAP module documentation)Jaime Pérez Crespo2014-01-061-24/+23
| | | | git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@3315 44740490-163a-0410-bde0-09ae8108e29a
* ldap: A couple of documentation fixes:Olav Morken2011-12-021-13/+13
| | | | | | | | | - Fix indentation of a code block. - Add a couple of missing commas in configuration example. Thanks to Ryan Panning for this fix! git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@2990 44740490-163a-0410-bde0-09ae8108e29a
* ldap: Common base authproc filter + new filter.Olav Morken2011-11-211-1/+323
| | | | | | | | | | This patch adds a common "base filter" for creating authproc filters that access a LDAP directory, and it adds a filter (ldap:AttributeAddUsersGroups) for adding group information. Thanks to Ryan Panning for implementing this! git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@2986 44740490-163a-0410-bde0-09ae8108e29a
* ldap: Document LDAP failover.Olav Morken2010-10-081-0/+25
| | | | git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@2570 44740490-163a-0410-bde0-09ae8108e29a
* ldap:LDAPMulti: Add support for including the organization as part of the ↵Olav Morken2009-03-171-0/+10
| | | | | | | | | | | username. This commit introduces a new configuration option for LDAPMulti authentication sources (include_organization_in_username). When this option is set to TRUE, the organization will be appended to the username. git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@1412 44740490-163a-0410-bde0-09ae8108e29a
* ldap/LDAPMulti: Allow organization to be part of the username.Olav Morken2009-03-131-4/+21
| | | | git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@1408 44740490-163a-0410-bde0-09ae8108e29a
* Add LDAP & LDAPMulti authentication module.Olav Morken2009-03-051-0/+170
This adds two authentication modules which are meant to replace auth/login.php and auth/login-ldapmulti.php. git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@1372 44740490-163a-0410-bde0-09ae8108e29a