summaryrefslogtreecommitdiff
path: root/src/man
AgeCommit message (Collapse)AuthorFilesLines
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.
2010-12-22Make manual pages translatableJakub Hrozek3-1/+183
Utilizes PO4A to extract translatable strings from Docbook XML sources and allows translators to submit ordinary .PO files. PO4A then generates translated Docbook documents that can be used to generate translated end user documentation. https://fedorahosted.org/sssd/ticket/297
2010-12-21Add authorizedService supportStephen Gallagher1-0/+26
https://fedorahosted.org/sssd/ticket/670
2010-12-17Start first enumeration immediatelyStephen Gallagher1-0/+5
Previously, we would wait for ten seconds before starting an enumeration. However, this meant that on the first startup (before we had run our first enumeration) there was a ten-second window where clients would immediately get back a response with no entries instead of blocking until the enumeration completed. With this patch, SSSD will now run an enumeration immediately upon startup. Further startups will retain the ten-second delay so as not to slow down system bootups. https://fedorahosted.org/sssd/ticket/616
2010-12-13Add group support to the simple access providerStephen Gallagher1-13/+43
This patch adds simple_allow_groups and simple_deny_groups options to the simple access provider. It makes it possible to grant or deny access based on a user's group memberships within the domain. This patch makes one minor change to previous functionality: now all deny rules will supersede allow rules. Previously, if both simple_allow_users and simple_deny_users were set with the same value, the allow would win. https://fedorahosted.org/sssd/ticket/440
2010-12-08Fix a typo in sssd-krb5 man pageMarko Myllynen1-1/+1
2010-12-07Replace krb5_kdcip by krb5_server in LDAP providerSumit Bose1-1/+7
2010-12-07Add support for FAST in krb5 providerSumit Bose1-0/+35
2010-12-06Add ldap_chpass_uri config optionSumit Bose1-0/+34
2010-12-06Add new account expired rule to LDAP access providerSumit Bose1-1/+54
Two new options are added to the LDAP access provider to allow a broader range of access control rules to be evaluated. 'ldap_access_order' makes it possible to run more than one rule. To keep compatibility with older versions the default is 'filter'. This patch adds a new rule 'expire'. 'ldap_account_expire_policy' specifies which LDAP attribute should be used to determine if an account is expired or not. Currently only 'shadow' is supported which evaluates the ldap_user_shadow_expire attribute.
2010-12-03Allow krb5 lifetime values without a unitSumit Bose1-0/+8
2010-12-03Add support for automatic Kerberos ticket renewalSumit Bose1-0/+18
2010-12-03Add krb5_lifetime optionSumit Bose1-0/+32
2010-12-03Add krb5_renewable_lifetime optionSumit Bose1-0/+32