summaryrefslogtreecommitdiff
path: root/src/man
AgeCommit message (Collapse)AuthorFilesLines
2011-09-06Allow turning dereference off by setting the threshold to 0Jakub Hrozek1-0/+4
2011-09-06sss_debuglevel - change the debug levels on the flyPavel Březina2-1/+67
https://fedorahosted.org/sssd/ticket/950
2011-09-02Add option to specify the kerberos replay cache dirStephen Gallagher1-0/+20
Adds a configure option to set the distribution default as well as an sssd.conf option to override it. https://fedorahosted.org/sssd/ticket/980
2011-08-26Add LDAP provider option to set LDAP_OPT_X_SASL_NOCANONJakub Hrozek1-0/+14
https://fedorahosted.org/sssd/ticket/978
2011-08-25New DEBUG facility - man pagesPavel Březina3-17/+62
https://fedorahosted.org/sssd/ticket/925 Modified sssd and sssd.conf man pages to reflect new levels. Added new man include: include/debug_levels.xml
2011-08-08debug_timestamps fixesPavel Březina1-3/+8
Fixed: could not overwrite debug_timestamps when set in sssd.conf Fixed: invalid description of debug_timestamps in sssd man page
2011-08-03Fix two man page typosYuri Chornoivan2-2/+2
2011-08-02Updating translations for 1.6.0 releaseStephen Gallagher6-2596/+4336
2011-07-29Add vetoed_shells optionJohn Hodrien1-0/+8
There may be users in LDAP that have a valid but unwelcome shell set in their account. This adds a blacklist of shells that should always be replaced by the fallback_shell. Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
2011-07-08Add LDAP access control based on NDS attributesSumit Bose1-0/+50
2011-07-08Add support for experimental featuresSumit Bose1-0/+4
New experimental features should have their own configure switch to enable or disable them at compile time. Additionally they can check if the configure variable build_all_experimental_features is set and enable the feature. This variable will be set if the command line option --enable-all-experimental-features is used to configure sssd. This will make it easy to enable all experimental features. Experimental features should be marked in the man pages. To simplify this include/experimental.xml can be used.
2011-07-08Add ipa_hbac_treat_deny_as optionStephen Gallagher1-0/+27
By default, we will treat the presence of any DENY rule as denying all users. This option will allow the admin to explicitly ignore DENY rules during a transitional period.
2011-07-08Add ipa_hbac_refresh optionStephen Gallagher1-0/+15
This option describes the time between refreshes of the HBAC rules on the IPA server.
2011-05-31Changing default to Default for consistencyKaushik Banerjee1-1/+1
2011-05-27Add more detail to ldap_uri manpage entryStephen Gallagher1-1/+13
2011-05-24Make "password" the default for ldap_default_authtok_typeStephen Gallagher1-0/+3
2011-05-20Use dereference when processing RFC2307bis nested groupsJakub Hrozek1-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
2011-05-20Add new options to override shell valueJakub Hrozek1-0/+44
https://fedorahosted.org/sssd/ticket/742
2011-05-20Add a new option to override home directory valueJakub Hrozek1-0/+37
https://fedorahosted.org/sssd/ticket/551
2011-05-20Add a new option to override primary GID numberJakub Hrozek1-0/+9
https://fedorahosted.org/sssd/ticket/742
2011-05-04Man page for sss_cacheJan Zeleny2-1/+123
2011-04-27Regular translation updateStephen Gallagher6-939/+1562
2011-04-27Add ldap_page_size configuration optionStephen Gallagher1-0/+14
2011-04-25Allow new option to specify principal for FASTJan Zeleny1-0/+9
https://fedorahosted.org/sssd/ticket/700
2011-04-19Add user and group search LDAP filter optionsJakub Hrozek1-0/+37
https://fedorahosted.org/sssd/ticket/647
2011-03-24Add host access control supportPierre Ossman1-0/+24
https://fedorahosted.org/sssd/ticket/746
2011-03-09Update translation sourcesStephen Gallagher6-5108/+3296
2011-03-09Add new translations from TransifexStephen Gallagher4-1/+16148
2011-02-28Use realm for basedn instead of IPA domainJakub Hrozek1-0/+15
https://fedorahosted.org/sssd/ticket/807
2011-02-17Fix for generating lists of translated man pagesSumit Bose1-6/+6
In some automatic build environments the lists of translated man pages were not generated properly because ls put multiple file names into a single single.
2011-02-03updating sss_obfuscate man page accordinglyGowrishankar Rajaiyan1-2/+1
2011-01-27Updating uk translationYuri Chornoivan1-88/+118
Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
2011-01-25Update man.stamp when the potfile or po4a.cfg is updatedStephen Gallagher1-1/+1
2011-01-24Update translation files for string freezeStephen Gallagher3-850/+1313
Earlier patch for strings was incomplete
2011-01-21Updating translation files for string freezeStephen Gallagher1-197/+212
2011-01-21Updating uk manpage translationYuri Chornoivan1-355/+496
Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
2011-01-20Add ldap_tls_{cert,key,cipher_suite} config optionsTyson Whitehead1-0/+41
Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
2011-01-19Add pam_pwd_expiration_warning config optionSumit Bose1-0/+18
2011-01-19Add ipa_hbac_search_base config optionSumit Bose1-0/+13
2011-01-19Add LDAP expire policy base RHDS/IPA attributeSumit Bose1-0/+20
The attribute nsAccountLock is used by RHDS, IPA and other directory servers to indicate that the account is locked.
2011-01-19Add LDAP expire policy based on AD attributesSumit Bose1-0/+35
The second bit of userAccountControl is used to determine if the account is enabled or disabled. accountExpires is checked to see if the account is expired.
2011-01-17Fix usability of sss_obfuscate commandStephen Gallagher1-2/+2
2011-01-17Update manpage translations for ldap_enumeration_search_timeoutStephen Gallagher3-333/+391
2011-01-17Add ldap_search_enumeration_timeout config optionSumit Bose1-5/+23
2011-01-14Regenerate manpage po[t] filesStephen Gallagher3-2955/+5262
Fixed several typos
2011-01-14Fix manpage typosYuri Chornoivan4-9/+9
2011-01-14Add uk translation for manpagesYuri Chornoivan2-1/+4386
2010-12-23Build and install translated man pages by defaultSumit Bose1-23/+31
2010-12-22Update the ID cache for any PAM requestStephen Gallagher1-0/+22
Also adds an option to limit how often we check the ID provider, so that conversations with multiple PAM requests won't update the cache multiple times. https://fedorahosted.org/sssd/ticket/749
2010-12-22Add Czech translationJakub Hrozek3-0/+8428
Translated a couple of strings from manpages into Czech. Makes the manpage translation patch testable.