summaryrefslogtreecommitdiff
path: root/src/man
AgeCommit message (Collapse)AuthorFilesLines
2011-12-19Update translations for string freezeStephen Gallagher37-9287/+16984
2011-12-16Use the case sensitivity flag in respondersJakub Hrozek1-0/+14
2011-12-14Support search bases in RFC2307bis enumerationPavel Březina1-0/+7
https://fedorahosted.org/sssd/ticket/960
2011-12-12Add sdap_connection_expire_timeout optionStephen Gallagher1-0/+17
https://fedorahosted.org/sssd/ticket/1036
2011-12-08Added sssd --version optionPavel Březina1-0/+10
https://fedorahosted.org/sssd/ticket/953
2011-11-29Add ipa_hbac_support_srchost option to IPA providerJan Zeleny1-0/+12
don't fetch all host groups if this option is false https://fedorahosted.org/sssd/ticket/1078
2011-11-23Added and modified options for IPA netgroupsJan Zeleny2-1/+110
2011-11-10Typo fixesMarko Myllynen2-2/+2
Fix few trivial types reported by Yuri.
2011-11-10Fix typos in manual pagesYuri Chornoivan4-4/+4
2011-11-02Periodic translation file updateStephen Gallagher38-9992/+29305
2011-11-02Support to request canonicalization in LDAP/IPA providerJan Zeleny1-0/+15
https://fedorahosted.org/sssd/ticket/957
2011-11-02Add support to request canonicalization on krb AS requestsJan Zeleny2-0/+32
https://fedorahosted.org/sssd/ticket/957
2011-11-02LDAP: Update manpages with multiple search base informationStephen Gallagher1-1/+56
2011-10-18Updating translation filesStephen Gallagher35-2496/+148969
2011-10-13man page fix (lists are comma-separated)Jan Zeleny3-4/+4
https://fedorahosted.org/sssd/ticket/1024
2011-09-21Enable the midpoint cache update by defaultStephen Gallagher1-1/+1
https://fedorahosted.org/sssd/ticket/918
2011-09-20Added quiet option to pam_sssPavel Březina1-0/+11
https://fedorahosted.org/sssd/ticket/894
2011-09-20MAN: Add more information about internal credential storageStephen Gallagher2-1/+8
2011-09-08DEBUG timestamps offer higher precision - man page updatedPavel Březina2-0/+27
https://fedorahosted.org/sssd/ticket/956
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