summaryrefslogtreecommitdiffstats
path: root/src/man
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
* LDAP: Add option to disable paging controlStephen Gallagher2012-01-181-0/+24
| | | | Fixes https://fedorahosted.org/sssd/ticket/967
* IPA: Detect nsupdate support for the realm directiveStephen Gallagher2012-01-171-0/+5
| | | | | For older platforms, do not add the 'realm' line in the update message
* Add info about ipa_host_search_base to man pageJan Zeleny2012-01-141-0/+29
| | | | | Also add comment that setting ipa_hbac_support_srchost to False disables search filters given in ipa_host_search_base
* Importing new translations for 1.7.0 releaseStephen Gallagher2011-12-2237-2435/+1611
|
* Update translations for string freezeStephen Gallagher2011-12-1937-9287/+16984
|
* Use the case sensitivity flag in respondersJakub Hrozek2011-12-161-0/+14
|
* Support search bases in RFC2307bis enumerationPavel Březina2011-12-141-0/+7
| | | | https://fedorahosted.org/sssd/ticket/960