summaryrefslogtreecommitdiffstats
path: root/src/man
Commit message (Collapse)AuthorAgeFilesLines
* Update translations for 1.9.0 beta 4 releasesssd-1_9_0_beta4sssd-1_8_94Jakub Hrozek2012-07-1011-5689/+7545
|
* pac responder: limit access by checking UIDsSumit Bose2012-07-101-4/+27
| | | | | | | | | | | | A check for allowed UIDs is added in the common responder code directly after accept(). If the platform does not support reading the UID of the peer but allowed UIDs are configured, access is denied. Currently only the PAC responder sets the allowed UIDs for a socket. The default is that only root is allowed to access the socket of the PAC responder. Fixes: https://fedorahosted.org/sssd/ticket/1382
* AD: Add manpages and SSSDConfig entriesStephen Gallagher2012-07-064-1/+160
|
* MAN: Unify "SEE ALSO" sectionsStephen Gallagher2012-07-0622-331/+111
|
* sudo: manpage updatedPavel Březina2012-06-292-34/+131
| | | | Removes old options and adds new ones.
* Update translations for 1.9.0 beta 3 releasesssd-1_9_0_beta3sssd-1_8_93Stephen Gallagher2012-06-2510-7226/+9148
|
* Set default for subdomain_homedirSumit Bose2012-06-251-0/+3
|
* Add man page section for the PAC responderSumit Bose2012-06-252-1/+40
|
* Make the client idle timeout configurableStephen Gallagher2012-06-181-0/+15
|
* Updating translations for 1.9.0 beta 2 releasesssd-1_9_0_beta2sssd-1_8_92Stephen Gallagher2012-06-159-817/+357
|
* Add support for storing credential caches in the DIR: back endJakub Hrozek2012-06-141-4/+6
| | | | https://fedorahosted.org/sssd/ticket/974
* 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
|
* Clarify how comments work in sssd.confAriel Barria2012-06-121-1/+2
|
* Make re_expression and full_name_format per domain optionsStef Walter2012-06-121-18/+49
| | | | | | | | | | | * Allows different user/domain qualified names for different domains. For example Domain\User or user@domain. * The global re_expression and full_name_format options remain as defaults for the domains. * Subdomains get the re_expression and full_name_format of their parent domain. https://bugzilla.redhat.com/show_bug.cgi?id=811663
* Allow fast memcache timeout to be configurableJan Zeleny2012-06-101-0/+12
| | | | https://fedorahosted.org/sssd/ticket/1318
* IPA subdomains - ask for information about master domainJan Zeleny2012-06-101-0/+19
| | | | | | | The query is performed only if there is missing information in the cache. That means this should be done only once after restart when cache doesn't exist. All subsequent requests for subdomains won't include the request for master domain.
* SSH: Update sss_ssh_knownhostsproxy manual pageJan Cholasta2012-05-311-1/+1
| | | | | Don't use GlobalKnownHostsFile2 in ssh_config, as it has been deprecated in OpenSSH 5.9.
* Update translation sourcesStephen Gallagher2012-05-2210-41/+41
|
* Fix typos in message and man pages.Yuri Chornoivan2012-05-142-3/+3
|
* Updating translations for 1.9.0 beta 1 releaseStephen Gallagher2012-05-1110-7608/+14545
|
* Bad check for id_provider=local and access_provider=permitAriel Barria2012-05-111-1/+1
| | | | | | documentation-access_provider Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
* NSS: Add default_shell optionStephen Gallagher2012-05-091-0/+15
| | | | | | | This option will allow administrators to set a default shell to be used if a user does not have one set in the identity provider. https://fedorahosted.org/sssd/ticket/1289
* NSS: Add fallback_homedir optionStephen Gallagher2012-05-091-0/+18
| | | | | | | | This option is similar to override_homedir, except that it will take effect only for users that do not have an explicit home directory specified in LDAP. https://fedorahosted.org/sssd/ticket/1250
* Clearer documentation for use_fully_qualified_namesStef Walter2012-05-091-0/+5
| | | | * Previously only the side effect was described.
* 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
|