summaryrefslogtreecommitdiffstats
path: root/src/man
Commit message (Collapse)AuthorAgeFilesLines
...
* Modify behavior of pam_pwd_expiration_warningJan Zeleny2012-05-041-1/+34
| | | | | | | | | | | | | | | | | | New option pwd_expiration_warning is introduced which can be set per domain and can override the value specified by the original pam_pwd_expiration_warning. If the value of expiration warning is set to zero, the filter isn't apllied at all - if backend server returns the warning, it will be automatically displayed. Default value for Kerberos: 7 days Default value for LDAP: don't apply the filter Technical note: default value when creating the domain is -1. This is important so we can distinguish between "no value set" and 0. Without this possibility it would be impossible to set different values for LDAP and Kerberos provider.
* MAN: Add manpage for ID mappingStephen Gallagher2012-05-033-0/+214
|
* LDAP: Add objectSID config optionStephen Gallagher2012-05-031-0/+30
|
* SSH: Add support for hashed known_hostsJan Cholasta2012-04-241-0/+25
| | | | https://fedorahosted.org/sssd/ticket/1203
* New config option for subdomainsJan Zeleny2012-04-241-0/+15
| | | | | subdomain_homedir - if set, it contains default value, can be overriden in further processing
* IPA: Add get-domains targetSumit Bose2012-04-241-0/+19
|
* data provider: added subdomainsSumit Bose2012-04-241-0/+24
|
* Responder part of the subdomain retrieval workJan Zeleny2012-04-241-0/+24
|
* Fix typo: retreiving->retrievingYuri Chornoivan2012-04-201-1/+1
|
* Two manual pages fixesMarco Pizzoli2012-04-202-1/+3
|
* Warn on 'make update-po' if there are manpages not listed in po4a.cfgJakub Hrozek2012-04-201-0/+7
| | | | https://fedorahosted.org/sssd/ticket/1219
* Document sss_tools betterJakub Hrozek2012-04-209-0/+35
| | | | https://fedorahosted.org/sssd/ticket/917
* Make the monitor SIGKILL time configurableJakub Hrozek2012-04-201-0/+16
| | | | https://fedorahosted.org/sssd/ticket/1119
* proxy: new option proxy_fast_aliasJakub Hrozek2012-04-201-0/+17
|
* MAN: document the hostid and autofs providersJakub Hrozek2012-04-181-0/+60
|
* MAN: timeout can be specified for services, tooJakub Hrozek2012-04-181-14/+13
|
* sss_cache: support invalidating services and autofs mapsJakub Hrozek2012-04-181-0/+44
| | | | https://fedorahosted.org/sssd/ticket/1170
* Remove the "command" option from documentationJakub Hrozek2012-04-181-16/+0
| | | | | | It is a low-level developer option not indended to be consumed by users https://fedorahosted.org/sssd/ticket/1174
* 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
* Fix building manpages in parallel build dirsStephen Gallagher2012-04-051-1/+1
| | | | | | | | | | | | | | Commit 2ebb3cf3d7062860343c3db1b53173c9c6547038 introduced an issue when building manpages in parallel build dirs. It unnecessarily modified the XML_DOC definition to restrict it to basing its contents on the man_MANS variable. Unfortunately, this means that when we entered the recursion in all-local we would be effectively turning XML_DOC into $(srcdir)/$(lang)/manpage.N.xml when we really only care that the source language XML document exists. This patch reverts that portion of the change. https://fedorahosted.org/sssd/ticket/1293
* LDAP: Add AD 2008r2 schemaStephen Gallagher2012-03-141-1/+4
| | | | https://fedorahosted.org/sssd/ticket/1031
* i18n: Remove empty translationsStephen Gallagher2012-03-1238-175480/+10728
|
* Include new manpages in translationsStephen Gallagher2012-02-281-0/+6
|
* SSH: Update sss_ssh_knownhostsproxy manual pageJan Cholasta2012-02-271-15/+4
|
* RESPONDERS: Make the fd_limit setting configurableStephen Gallagher2012-02-171-0/+17
| | | | | | | | | | This code will now attempt first to see if it has privilege to set the value as specified, and if not it will fall back to the previous behavior. So on systems with the CAP_SYS_RESOURCE capability granted to SSSD, it will be able to ignore the limits.conf hard limit. https://fedorahosted.org/sssd/ticket/1197
* Always include all manpage XML files in the distribution tarballStephen Gallagher2012-02-151-2/+3
|
* SSH: Build man pages conditionallyJan Cholasta2012-02-141-3/+5
| | | | https://fedorahosted.org/sssd/ticket/1175
* fix typos in manualYuri Chornoivan2012-02-072-2/+2
|
* Updating translationsStephen Gallagher2012-02-0737-2188/+2773
|
* Two sssd-ldap manual pages fixesJakub Hrozek2012-02-071-4/+4
| | | | Reported by Marco Pizzoli
* AUTOFS: IPA providerJakub Hrozek2012-02-071-0/+12
|
* Updating translatable strings for string freezeStephen Gallagher2012-02-0637-17622/+48571
|
* SSH: OpenSSH known_hosts clientJan Cholasta2012-02-072-1/+121
|
* SSH: OpenSSH authorized_keys clientJan Cholasta2012-02-072-1/+112
|
* IPA: Add host info handlerJan Cholasta2012-02-071-0/+12
|
* LDAP: Add support for SSH user public keysJan Cholasta2012-02-072-1/+14
|
* Update shadowLastChanged attribute during LDAP password changeJan Zeleny2012-02-061-2/+0
| | | | https://fedorahosted.org/sssd/ticket/1019
* Man pages for the session target and SELinux user maps fetchingJan Zeleny2012-02-062-0/+165
|
* AUTOFS: LDAP providerJakub Hrozek2012-02-051-0/+101
|
* AUTOFS: responderJakub Hrozek2012-02-052-3/+35
|
* Fixes for sudo_timedJakub Hrozek2012-02-041-0/+13
| | | | https://fedorahosted.org/sssd/ticket/1116
* SUDO Integration - in-memory cache in responderPavel Březina2012-02-041-0/+38
| | | | | | New sudo responder option: cache_timeout https://fedorahosted.org/sssd/ticket/1111
* NSS: Add individual timeouts for entry typesStephen Gallagher2012-02-041-0/+53
| | | | https://fedorahosted.org/sssd/ticket/1016
* Use profiling Docbook XSLT only if available, fall back to normalJakub Hrozek2012-02-011-2/+7
|
* 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-303-11/+44
|
* SUDO Integration - manual pagePavel Březina2012-01-302-1/+212
| | | | https://fedorahosted.org/sssd/ticket/1109