summaryrefslogtreecommitdiffstats
path: root/src/man/sssd-ldap.5.xml
Commit message (Collapse)AuthorAgeFilesLines
* LDAP: Make it possible to use full principal in ldap_sasl_authid againJakub Hrozek2012-11-201-0/+5
|
* MAN: document the ldap_sasl_realm optionJakub Hrozek2012-11-201-0/+13
| | | | The option was completely undocumented.
* man: Note that automounter must be restarted to re-read the master mapJakub Hrozek2012-10-051-0/+1
| | | | https://fedorahosted.org/sssd/ticket/1563
* manpage: ldap_access_filter is not always mandatoryPavel Březina2012-10-051-5/+7
| | | | https://fedorahosted.org/sssd/ticket/1540
* Flip the default value of ldap_initgroups_use_matching_rule_in_chainJakub Hrozek2012-10-021-2/+2
| | | | https://fedorahosted.org/sssd/ticket/1535
* sudo and autofs search bases should not be marked experimentalJakub Hrozek2012-10-011-2/+2
| | | | https://fedorahosted.org/sssd/ticket/1541
* Document ldap_chpass_update_last_changeJakub Hrozek2012-10-011-0/+15
| | | | | | Add the option to the manual page and the configAPI https://fedorahosted.org/sssd/ticket/1494
* sssd-ldap manpage: ldap_scheme formattingOndrej Kos2012-09-261-6/+26
| | | | | | fixes https://fedorahosted.org/sssd/ticket/1483 ldap schemes now displayed as bullet list
* autofs, sudo, ssh and PAC are not experimental anymoreJakub Hrozek2012-09-241-2/+0
|
* MAN: Improve description of ldap_*_search_base optionsStephen Gallagher2012-08-101-96/+6
| | | | | It was ambiguous that these options supported the new multiple search base format, as well as the search filters.
* MAN: Fix minor typo in ldap_search_base sectionStephen Gallagher2012-08-101-1/+1
|
* Change default value of ldap_sasl_string to host/hostname@REALM in man page.Michal Zidek2012-08-091-1/+1
| | | | https://fedorahosted.org/sssd/ticket/1464
* Primary server support: new options in krb5 providerJan Zeleny2012-08-011-1/+1
| | | | | | This patch adds support for new config options krb5_backup_server and krb5_backup_kpasswd. The description of this option's functionality is included in man page in one of previous patches.
* Primary server support: new option in ldap providerJan Zeleny2012-08-011-4/+4
| | | | | | This patch adds support for new config option ldap_backup_uri. The description of this option's functionality is included in man page in previous patch.
* sudo ldap provider: support autoconfiguration of hostnamesPavel Březina2012-07-301-3/+3
| | | | | | | | | | | https://fedorahosted.org/sssd/ticket/1420 sudoHost attribute may contain hostname or fqdn of the machine. Sudo itself supports only one hostname and its fqdn - the one that is returned by gethostbyname(). This patch implements autoconfiguration of hostname and fqdn if it has not been set manually by ldap_sudo_hostnames option.
* MAN: Unify "SEE ALSO" sectionsStephen Gallagher2012-07-061-14/+2
|
* sudo: manpage updatedPavel Březina2012-06-291-8/+117
| | | | Removes old options and adds new ones.
* LDAP: Auto-detect support for the ldap match ruleStephen Gallagher2012-06-131-1/+13
| | | | | | | | This patch extends the RootDSE lookup so that we will perform a second request to test whether the match rule syntax can be used. If both groups and initgroups are disabled in the configuration, this lookup request can be skipped.
* LDAP: Add ldap_*_use_matching_rule_in_chain optionsStephen Gallagher2012-06-131-0/+47
|
* MAN: Add manpage for ID mappingStephen Gallagher2012-05-031-0/+21
|
* LDAP: Add objectSID config optionStephen Gallagher2012-05-031-0/+30
|
* Two manual pages fixesMarco Pizzoli2012-04-201-1/+1
|
* Fix erronous reference to the 'allow' access_providerStef Walter2012-04-181-1/+1
| | | | | | | | * Should be 'permit' instead https://fedorahosted.org/sssd/ticket/1295 Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
* MAN: Add ldap_sasl_minssf to the manpageStephen Gallagher2012-04-181-0/+16
|
* MAN: Improve ldap_disable_paging documentationStephen Gallagher2012-04-181-1/+4
|
* man: document that referral chasing might bring performance penaltyJakub Hrozek2012-04-181-0/+8
| | | | https://fedorahosted.org/sssd/ticket/1265
* LDAP: Add AD 2008r2 schemaStephen Gallagher2012-03-141-1/+4
| | | | https://fedorahosted.org/sssd/ticket/1031
* fix typos in manualYuri Chornoivan2012-02-071-1/+1
|
* Two sssd-ldap manual pages fixesJakub Hrozek2012-02-071-4/+4
| | | | Reported by Marco Pizzoli
* LDAP: Add support for SSH user public keysJan Cholasta2012-02-071-0/+10
|
* Update shadowLastChanged attribute during LDAP password changeJan Zeleny2012-02-061-2/+0
| | | | https://fedorahosted.org/sssd/ticket/1019
* AUTOFS: LDAP providerJakub Hrozek2012-02-051-0/+101
|
* LDAP: Add new options for service mapsStephen Gallagher2012-01-311-0/+70
| | | | | Adds the new service map options to the SSSDConfig API and the manpages.
* Include sudo manual pages only conditionallyJakub Hrozek2012-01-301-6/+25
|
* SUDO Integration - manual pagePavel Březina2012-01-301-0/+188
| | | | https://fedorahosted.org/sssd/ticket/1109
* LDAP: Add option to disable paging controlStephen Gallagher2012-01-181-0/+24
| | | | Fixes https://fedorahosted.org/sssd/ticket/967
* Support search bases in RFC2307bis enumerationPavel Březina2011-12-141-0/+7
| | | | https://fedorahosted.org/sssd/ticket/960
* Add sdap_connection_expire_timeout optionStephen Gallagher2011-12-121-0/+17
| | | | https://fedorahosted.org/sssd/ticket/1036
* Added and modified options for IPA netgroupsJan Zeleny2011-11-231-0/+22
|
* Fix typos in manual pagesYuri Chornoivan2011-11-101-1/+1
|
* Support to request canonicalization in LDAP/IPA providerJan Zeleny2011-11-021-0/+15
| | | | https://fedorahosted.org/sssd/ticket/957
* LDAP: Update manpages with multiple search base informationStephen Gallagher2011-11-021-1/+56
|
* man page fix (lists are comma-separated)Jan Zeleny2011-10-131-2/+2
| | | | https://fedorahosted.org/sssd/ticket/1024
* Allow turning dereference off by setting the threshold to 0Jakub Hrozek2011-09-061-0/+4
|
* Add LDAP provider option to set LDAP_OPT_X_SASL_NOCANONJakub Hrozek2011-08-261-0/+14
| | | | https://fedorahosted.org/sssd/ticket/978
* Add LDAP access control based on NDS attributesSumit Bose2011-07-081-0/+50
|
* Changing default to Default for consistencyKaushik Banerjee2011-05-311-1/+1
|
* Add more detail to ldap_uri manpage entryStephen Gallagher2011-05-271-1/+13
|
* Make "password" the default for ldap_default_authtok_typeStephen Gallagher2011-05-241-0/+3
|
* Use dereference when processing RFC2307bis nested groupsJakub Hrozek2011-05-201-0/+23
| | | | | | | | Instead of issuing N LDAP requests when processing a group with N users, utilize the dereference functionality to pull down all the members in a single LDAP request. https://fedorahosted.org/sssd/ticket/799