summaryrefslogtreecommitdiffstats
path: root/server/man/sssd-ldap.5.xml
Commit message (Collapse)AuthorAgeFilesLines
* Document the failover feature in manpagesJakub Hrozek2009-12-101-2/+6
| | | | Fixes: #309
* Get TGT in a child process.Jakub Hrozek2009-11-251-1/+2
| | | | | | | To avoid blocking in a synchronous call, the TGT is saved in a separate process Fixes: #277
* Add ldap_pwd_policy optionSumit Bose2009-11-231-0/+33
|
* Tidy up ipa optionsSimo Sorce2009-10-291-4/+22
| | | | | | | | | | | | | | Do not replicate every and each option we may want to set in ipa. Just read out ldap and krb provider options (added reference in the manual too, and removed mention of ipa specific timeout values, use ldap options for that) Avoid calling auth module initialization twice, just pass the auth context to the chpass module too. Add a new ldap option SDAP_SEARCH_BASE, so that a single searching base can be used for both users and groups. the user and group search bases can still be set separately if necessary but they are now optional and set to be identical to SDAP_SEARCH_BASE if not explicitly specified in the configuration.
* Initial implementation of sasl bind supportSimo Sorce2009-10-011-0/+79
| | | | | | Inits krb5 credentials, if sasl mech is GSSAPI. Tested with GSSAPI and host keytab as well as user credentials. Updates also manpages with the new options.
* add new config options ldap_tls_cacert and ldap_tls_cacertdirSumit Bose2009-09-251-0/+43
|
* Manpages updateJakub Hrozek2009-09-251-31/+35
|
* Include groupSearchBase in sssd-ldap(5) manpageStephen Gallagher2009-09-181-1/+11
|
* Update documentation and examplesSimo Sorce2009-09-111-1/+30
| | | | | | | Remove the "legacy" option from examples and man pages. Legacy is is finally R.I.P Add docs for ldapSchema in sssd-ldap man page.
* some UPN handling fixesSumit Bose2009-08-241-0/+16
| | | | | | - making the realm part upper case is now optional and done in the LDAP backend - using a username@realm UPN is now optional
* extended the documentation of LDAP backendSumit Bose2009-08-211-4/+185
| | | | | Added man pages sections about user and group attribute mapping. Added an example configuration to access an AD server.
* Support Docbook 4.4Stephen Gallagher2009-08-201-2/+2
| | | | | RHEL5 did not support Docbook 4.5, and we are not using any 4.5 features.
* enable usage of defaultBindDnSumit Bose2009-08-191-0/+21
|
* man page for LDAP domainsJakub Hrozek2009-06-031-0/+232