summaryrefslogtreecommitdiff
path: root/src/man
AgeCommit message (Collapse)AuthorFilesLines
2012-10-03sss_seed: Passwords longer then PASS_MAX not allowed.Michal Zidek1-0/+12
sss_seed fails if password file specified with -p or --password-file option contains password longer than PASS_MAX. Man pages inform about PASS_MAX limitation.
2012-10-02Include param_help_py.xml in the list of po4a sourcesJakub Hrozek1-0/+1
2012-10-02Flip the default value of ldap_initgroups_use_matching_rule_in_chainJakub Hrozek1-2/+2
https://fedorahosted.org/sssd/ticket/1535
2012-10-02Add man page section about provider specific re_expressionSumit Bose1-8/+33
Fixes: https://fedorahosted.org/sssd/ticket/1525
2012-10-01sudo and autofs search bases should not be marked experimentalJakub Hrozek1-2/+2
https://fedorahosted.org/sssd/ticket/1541
2012-10-01Change option to display help message in man pages.Michal Zidek3-2/+12
POPT_AUTOHELP generates -? and --help options and not -h to display help message. https://fedorahosted.org/sssd/ticket/1546
2012-10-01Document ldap_chpass_update_last_changeJakub Hrozek1-0/+15
Add the option to the manual page and the configAPI https://fedorahosted.org/sssd/ticket/1494
2012-10-01Add new option default_domain_suffixSumit Bose1-0/+24
2012-09-26sssd-ldap manpage: ldap_scheme formattingOndrej Kos1-6/+26
fixes https://fedorahosted.org/sssd/ticket/1483 ldap schemes now displayed as bullet list
2012-09-24Updating translations for the 1.9.0 releaseJakub Hrozek13-3837/+3931
2012-09-24autofs, sudo, ssh and PAC are not experimental anymoreJakub Hrozek4-29/+0
2012-09-13Updating the translations for the 1.9.0 RC1 releaseJakub Hrozek11-24/+94
2012-09-05Update translations for 1.9.0 beta 7 releaseJakub Hrozek14-6534/+13778
2012-08-10MAN: Improve description of ldap_*_search_base optionsStephen Gallagher4-96/+63
It was ambiguous that these options supported the new multiple search base format, as well as the search filters.
2012-08-10Document entry_cache_autofs_timeoutJakub Hrozek1-0/+14
2012-08-10remove duplicate sss_obfuscate reference in seealso manpage sectionNick Guay1-3/+0
2012-08-10MAN: Fix minor typo in ldap_search_base sectionStephen Gallagher1-1/+1
2012-08-09SRV resolution for backup servers should not be permitted.Michal Zidek1-1/+1
https://fedorahosted.org/sssd/ticket/1463
2012-08-09Change default for ldap_idmap_range_min to 200000Jakub Hrozek1-1/+1
https://fedorahosted.org/sssd/ticket/1462
2012-08-09Change default value of ldap_sasl_string to host/hostname@REALM in man page.Michal Zidek1-1/+1
https://fedorahosted.org/sssd/ticket/1464
2012-08-08Replaced "id_max" & "id_min"Ondrej Kos1-4/+4
2012-08-03Fix various typos in documentation.Yuri Chornoivan4-5/+5
2012-08-01Update translations for 1.9.0 beta 6 releaseJakub Hrozek12-4172/+10100
2012-08-01First-boot sss_seed toolNick Guay4-2/+171
2012-08-01Primary server support: new option in AD providerJan Zeleny1-1/+1
This patch adds support for new config option ad_backup_server. The description of this option's functionality is included in man page in one of previous patches.
2012-08-01Primary server support: new option in IPA providerJan Zeleny1-1/+1
This patch adds support for new config option ipa_backup_server. The description of this option's functionality is included in man page in one of previous patches.
2012-08-01Primary server support: new options in krb5 providerJan Zeleny2-3/+3
This patch adds support for new config options krb5_backup_server and krb5_backup_kpasswd. The description of this option's functionality is included in man page in one of previous patches.
2012-08-01Primary server support: new option in ldap providerJan Zeleny1-4/+4
This patch adds support for new config option ldap_backup_uri. The description of this option's functionality is included in man page in previous patch.
2012-08-01Primary server support: man page, failover sectionJan Zeleny1-1/+11
2012-07-30sudo ldap provider: support autoconfiguration of hostnamesPavel Březina1-3/+3
https://fedorahosted.org/sssd/ticket/1420 sudoHost attribute may contain hostname or fqdn of the machine. Sudo itself supports only one hostname and its fqdn - the one that is returned by gethostbyname(). This patch implements autoconfiguration of hostname and fqdn if it has not been set manually by ldap_sudo_hostnames option.
2012-07-30manpage: sssd-sudo - documents how sudo works with sssdPavel Březina4-0/+221
https://fedorahosted.org/sssd/ticket/1418
2012-07-27Renamed session provider to selinux providerJan Zeleny1-7/+8
2012-07-23manpage: seealso - include ssh conditionallyPavel Březina1-6/+10
SSH utilities were included in see also section even if SSSD is built without SSH support.
2012-07-20NSS: Add override_shell optionStephen Gallagher1-0/+14
If override_shell is specified in the [nss] section, all users managed by SSSD will have their shell set to this value. If it is specified in the [domain/DOMAINNAME] section, it will apply to only that domain (and override the [nss] value, if any). https://fedorahosted.org/sssd/ticket/1087
2012-07-20MAN: Improvements to the AD provider manpageStephen Gallagher2-0/+114
Add information about ID mapping (including how to disable it) as well as information on how to handle homedir and shell. https://fedorahosted.org/sssd/ticket/1433
2012-07-20MAN: List all available backends for provider optionsStephen Gallagher1-14/+84
https://fedorahosted.org/sssd/ticket/1432
2012-07-18Update translations for 1.9.0 beta 5 releaseJakub Hrozek12-2298/+15641
2012-07-10Fix typo: exhasution->exhaustion.Yuri Chornoivan1-1/+1
2012-07-10Update translations for 1.9.0 beta 4 releaseJakub Hrozek11-5689/+7545
2012-07-10pac responder: limit access by checking UIDsSumit Bose1-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
2012-07-06AD: Add manpages and SSSDConfig entriesStephen Gallagher4-1/+160
2012-07-06MAN: Unify "SEE ALSO" sectionsStephen Gallagher22-331/+111
2012-06-29sudo: manpage updatedPavel Březina2-34/+131
Removes old options and adds new ones.
2012-06-25Update translations for 1.9.0 beta 3 releaseStephen Gallagher10-7226/+9148
2012-06-25Set default for subdomain_homedirSumit Bose1-0/+3
2012-06-25Add man page section for the PAC responderSumit Bose2-1/+40
2012-06-18Make the client idle timeout configurableStephen Gallagher1-0/+15
2012-06-15Updating translations for 1.9.0 beta 2 releaseStephen Gallagher9-817/+357
2012-06-14Add support for storing credential caches in the DIR: back endJakub Hrozek1-4/+6
https://fedorahosted.org/sssd/ticket/974
2012-06-13LDAP: Auto-detect support for the ldap match ruleStephen Gallagher1-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.