summaryrefslogtreecommitdiff
path: root/src/man/sssd-ldap.5.xml
AgeCommit message (Collapse)AuthorFilesLines
2013-10-11MAN: Fix refsect-idJakub Hrozek1-1/+1
The refsect id was copied from sssd.conf(5) and was wrong. Fixing the refsect might help us if we ever generate other formats from XML and certainly wouldn't hurt.
2013-09-24man: server side password policies always takes precedencePavel Březina1-0/+5
https://fedorahosted.org/sssd/ticket/2091
2013-09-20LDAP: Deprecate ldap_{user,group}_search_filterJakub Hrozek1-44/+0
2013-09-20MAN: Fix provider man page subtitleJakub Hrozek1-1/+1
2013-06-28Add now options ldap_min_id and ldap_max_idSumit Bose1-0/+21
Currently the range for Posix IDs stored in an LDAP server is unbound. This might lead to conflicts in a setup with AD and trusts when the configured domain uses IDs from LDAP. With the two noe options this conflict can be avoided.
2013-06-12Fix minor typosYuri Chornoivan1-1/+1
2013-06-10A new option krb5_use_kdcinfoJakub Hrozek1-0/+28
https://fedorahosted.org/sssd/ticket/1883 The patch introduces a new Kerberos provider option called krb5_use_kdcinfo. The option is true by default in all providers. When set to false, the SSSD will not create krb5 info files that the locator plugin consumes and the user would have to set up the Kerberos options manually in krb5.conf
2013-06-10man: document the need to set ldap_access_orderJakub Hrozek1-0/+21
https://fedorahosted.org/sssd/ticket/1789 ldap_access_order must be set in order to non-default access control options to work. This patch amends the sssd-ldap man page to document this fact with all non-default ldap_access_order options.
2013-05-23Adding option to disable retrieving large AD groups.Lukas Slebodnik1-0/+21
This commit adds new option ldap_disable_range_retrieval with default value FALSE. If this option is enabled, large groups(>1500) will not be retrieved and behaviour will be similar like was before commit ae8d047122c "LDAP: Handle very large Active Directory groups" https://fedorahosted.org/sssd/ticket/1823
2013-03-20ldap: Fallback option for rfc2307 schemaSimo Sorce1-0/+31
Add option to fallback to fetch local users if rfc2307is being used. This is useful for cases where people added local users as LDAP members and rely on these group memberships to be maintained on the local host. Disabled by default as it violates identity domain separation. Ticket: https://fedorahosted.org/sssd/ticket/1020
2013-02-26Remove enumerate=true from man sssd-ldapJakub Hrozek1-1/+0
https://fedorahosted.org/sssd/ticket/1737
2012-12-11sudo manpage: clarify that sudoHost may contain wildcards and not regular ↵Pavel Březina1-1/+1
expression https://fedorahosted.org/sssd/ticket/1690
2012-11-19LDAP: Make it possible to use full principal in ldap_sasl_authid againJakub Hrozek1-0/+5
2012-11-19MAN: document the ldap_sasl_realm optionJakub Hrozek1-0/+13
The option was completely undocumented.
2012-10-05man: Note that automounter must be restarted to re-read the master mapJakub Hrozek1-0/+1
https://fedorahosted.org/sssd/ticket/1563
2012-10-05manpage: ldap_access_filter is not always mandatoryPavel Březina1-5/+7
https://fedorahosted.org/sssd/ticket/1540
2012-10-02Flip the default value of ldap_initgroups_use_matching_rule_in_chainJakub Hrozek1-2/+2
https://fedorahosted.org/sssd/ticket/1535
2012-10-01sudo and autofs search bases should not be marked experimentalJakub Hrozek1-2/+2
https://fedorahosted.org/sssd/ticket/1541
2012-10-01Document ldap_chpass_update_last_changeJakub Hrozek1-0/+15
Add the option to the manual page and the configAPI https://fedorahosted.org/sssd/ticket/1494
2012-09-26sssd-ldap manpage: ldap_scheme formattingOndrej Kos1-6/+26
fixes https://fedorahosted.org/sssd/ticket/1483 ldap schemes now displayed as bullet list
2012-09-24autofs, sudo, ssh and PAC are not experimental anymoreJakub Hrozek1-2/+0
2012-08-10MAN: Improve description of ldap_*_search_base optionsStephen Gallagher1-96/+6
It was ambiguous that these options supported the new multiple search base format, as well as the search filters.
2012-08-10MAN: Fix minor typo in ldap_search_base sectionStephen Gallagher1-1/+1
2012-08-09Change default value of ldap_sasl_string to host/hostname@REALM in man page.Michal Zidek1-1/+1
https://fedorahosted.org/sssd/ticket/1464
2012-08-01Primary server support: new options in krb5 providerJan Zeleny1-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.
2012-08-01Primary server support: new option in ldap providerJan Zeleny1-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.
2012-07-30sudo ldap provider: support autoconfiguration of hostnamesPavel Březina1-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.
2012-07-06MAN: Unify "SEE ALSO" sectionsStephen Gallagher1-14/+2
2012-06-29sudo: manpage updatedPavel Březina1-8/+117
Removes old options and adds new ones.
2012-06-13LDAP: Auto-detect support for the ldap match ruleStephen Gallagher1-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.
2012-06-13LDAP: Add ldap_*_use_matching_rule_in_chain optionsStephen Gallagher1-0/+47
2012-05-03MAN: Add manpage for ID mappingStephen Gallagher1-0/+21
2012-05-03LDAP: Add objectSID config optionStephen Gallagher1-0/+30
2012-04-20Two manual pages fixesMarco Pizzoli1-1/+1
2012-04-18Fix erronous reference to the 'allow' access_providerStef Walter1-1/+1
* Should be 'permit' instead https://fedorahosted.org/sssd/ticket/1295 Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
2012-04-18MAN: Add ldap_sasl_minssf to the manpageStephen Gallagher1-0/+16
2012-04-18MAN: Improve ldap_disable_paging documentationStephen Gallagher1-1/+4
2012-04-18man: document that referral chasing might bring performance penaltyJakub Hrozek1-0/+8
https://fedorahosted.org/sssd/ticket/1265
2012-03-14LDAP: Add AD 2008r2 schemaStephen Gallagher1-1/+4
https://fedorahosted.org/sssd/ticket/1031
2012-02-07fix typos in manualYuri Chornoivan1-1/+1
2012-02-07Two sssd-ldap manual pages fixesJakub Hrozek1-4/+4
Reported by Marco Pizzoli
2012-02-07LDAP: Add support for SSH user public keysJan Cholasta1-0/+10
2012-02-06Update shadowLastChanged attribute during LDAP password changeJan Zeleny1-2/+0
https://fedorahosted.org/sssd/ticket/1019
2012-02-05AUTOFS: LDAP providerJakub Hrozek1-0/+101
2012-01-31LDAP: Add new options for service mapsStephen Gallagher1-0/+70
Adds the new service map options to the SSSDConfig API and the manpages.
2012-01-30Include sudo manual pages only conditionallyJakub Hrozek1-6/+25
2012-01-30SUDO Integration - manual pagePavel Březina1-0/+188
https://fedorahosted.org/sssd/ticket/1109
2012-01-18LDAP: Add option to disable paging controlStephen Gallagher1-0/+24
Fixes https://fedorahosted.org/sssd/ticket/967
2011-12-14Support search bases in RFC2307bis enumerationPavel Březina1-0/+7
https://fedorahosted.org/sssd/ticket/960
2011-12-12Add sdap_connection_expire_timeout optionStephen Gallagher1-0/+17
https://fedorahosted.org/sssd/ticket/1036