Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-12-18 | try primary server after retry_timeout + 1 seconds when switching to backup | Pavel Březina | 1 | -1/+1 | |
https://fedorahosted.org/sssd/ticket/1679 The problem is when we are about to reset the server status, we don't get through the timeout (30 seconds) because the "switch to primary server" task is scheduled 30 seconds after fall back to a backup server. Thus the server status remains "not working" and is resetted after another 30 seconds. We need to make sure that the server status is tried after the timeout period. retry_timeout is currently hardcoded to 30, thus the change in man page. | |||||
2012-12-13 | MAN: Fix the title of sssd-sudo | Jakub Hrozek | 1 | -1/+1 | |
https://fedorahosted.org/sssd/ticket/1710 | |||||
2012-12-11 | sudo manpage: clarify that sudoHost may contain wildcards and not regular ↵ | Pavel Březina | 2 | -2/+2 | |
expression https://fedorahosted.org/sssd/ticket/1690 | |||||
2012-12-05 | MAN: Move ssh_known_hosts_timeout documentation to the correct section | Jan Cholasta | 1 | -12/+12 | |
2012-11-19 | LDAP: Make it possible to use full principal in ldap_sasl_authid again | Jakub Hrozek | 1 | -0/+5 | |
2012-11-19 | MAN: document the ldap_sasl_realm option | Jakub Hrozek | 1 | -0/+13 | |
The option was completely undocumented. | |||||
2012-11-16 | MAN: quotation fix | Ondrej Kos | 1 | -1/+1 | |
I noticed that the proxy in auth_provider section of sssd.conf manpage isn't quoted when all others are. | |||||
2012-11-15 | Add ignore_group_members option. | Paul B. Henson | 1 | -0/+17 | |
https://fedorahosted.org/sssd/ticket/1376 | |||||
2012-11-14 | Run IPA subdomain provider if IPA ID provider is configured | Sumit Bose | 2 | -5/+32 | |
To make configuration easier the IPA subdomain provider should be always loaded if the IPA ID provider is configured and the subdomain provider is not explicitly disabled. But to avoid the overhead of regular subdomain requests in setups where no subdomains are used the IPA subdomain provider should behave differently if configured explicit or implicit. If the IPA subdomain provider is configured explicitly, i.e. 'subdomains_provider = ipa' can be found in the domain section of sssd.conf subdomain request are always send to the server if needed. If it is configured implicitly and a request to the server fails with an indication that the server currently does not support subdomains at all, e.g. is not configured to handle trust relationships, a new request will be only send to the server after a long timeout or after a going-online event. To be able to make this distinction this patch save the configuration status to the subdomain context. Fixes https://fedorahosted.org/sssd/ticket/1613 | |||||
2012-11-14 | Always start PAC responder if IPA ID provider is configured | Sumit Bose | 1 | -0/+6 | |
Since the PAC responder is used during the authentication of users from trusted realms it is started automatically if the IPA ID provider is configured for a domain to simplify the configuration. Fixes https://fedorahosted.org/sssd/ticket/1613 | |||||
2012-11-08 | MAN: Fix validation error caused by bad 'ca' translation | Stephen Gallagher | 1 | -2/+2 | |
2012-11-08 | MAN: sssd-simple - suggest awarness of empty rules | Ondrej Kos | 1 | -0/+5 | |
Admins should be aware of the behavior of simple access provider when empty lists are configured (may be result of scripted filing) | |||||
2012-11-08 | MAN: Specify the correct location for the force_timeout option | Stephen Gallagher | 1 | -16/+32 | |
2012-10-18 | Allow setting the default_shell option per-domain as well | Jakub Hrozek | 2 | -2/+4 | |
https://fedorahosted.org/sssd/ticket/1583 | |||||
2012-10-16 | Make TTL configurable for dynamic dns updates | James Hogarth | 1 | -0/+14 | |
2012-10-12 | Updating the translations for the 1.9.2 release | Jakub Hrozek | 13 | -2026/+2893 | |
2012-10-12 | MAN: improve wording of default_domain parameter | Jakub Hrozek | 1 | -5/+5 | |
2012-10-11 | Fix language errors in the sssd-krb5.conf man page | E Deon Lackey | 1 | -70/+71 | |
2012-10-10 | Add more info about ticket validation | Ondrej Kos | 1 | -1/+7 | |
https://fedorahosted.org/sssd/ticket/1499 Adds log message about not finding appropriate entry in keytab and using the last keytab entry when validation is enabled. Adds more information about validation into manpage. | |||||
2012-10-09 | Fix typos | Yuri Chornoivan | 1 | -1/+1 | |
2012-10-05 | Updating the translations for 1.9.1 release | Jakub Hrozek | 13 | -10238/+12658 | |
2012-10-05 | man: Note that automounter must be restarted to re-read the master map | Jakub Hrozek | 5 | -0/+10 | |
https://fedorahosted.org/sssd/ticket/1563 | |||||
2012-10-05 | manpage: ldap_access_filter is not always mandatory | Pavel Březina | 1 | -5/+7 | |
https://fedorahosted.org/sssd/ticket/1540 | |||||
2012-10-05 | SSH: Expire hosts in known_hosts | Jan Cholasta | 1 | -0/+12 | |
2012-10-04 | Fix default upper limit of slices | Ondrej Kos | 1 | -1/+1 | |
https://fedorahosted.org/sssd/ticket/1537 changes upper limit of slices to 2000200000 in providers code and manpage. | |||||
2012-10-03 | Note that Range Retrieval is not supported when filter is used in the search ↵ | Jakub Hrozek | 2 | -2/+14 | |
base. https://fedorahosted.org/sssd/ticket/1471 | |||||
2012-10-03 | sss_seed: Passwords longer then PASS_MAX not allowed. | Michal Zidek | 1 | -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-02 | Include param_help_py.xml in the list of po4a sources | Jakub Hrozek | 1 | -0/+1 | |
2012-10-02 | Flip the default value of ldap_initgroups_use_matching_rule_in_chain | Jakub Hrozek | 1 | -2/+2 | |
https://fedorahosted.org/sssd/ticket/1535 | |||||
2012-10-02 | Add man page section about provider specific re_expression | Sumit Bose | 1 | -8/+33 | |
Fixes: https://fedorahosted.org/sssd/ticket/1525 | |||||
2012-10-01 | sudo and autofs search bases should not be marked experimental | Jakub Hrozek | 1 | -2/+2 | |
https://fedorahosted.org/sssd/ticket/1541 | |||||
2012-10-01 | Change option to display help message in man pages. | Michal Zidek | 3 | -2/+12 | |
POPT_AUTOHELP generates -? and --help options and not -h to display help message. https://fedorahosted.org/sssd/ticket/1546 | |||||
2012-10-01 | Document ldap_chpass_update_last_change | Jakub Hrozek | 1 | -0/+15 | |
Add the option to the manual page and the configAPI https://fedorahosted.org/sssd/ticket/1494 | |||||
2012-10-01 | Add new option default_domain_suffix | Sumit Bose | 1 | -0/+24 | |
2012-09-26 | sssd-ldap manpage: ldap_scheme formatting | Ondrej Kos | 1 | -6/+26 | |
fixes https://fedorahosted.org/sssd/ticket/1483 ldap schemes now displayed as bullet list | |||||
2012-09-24 | Updating translations for the 1.9.0 release | Jakub Hrozek | 13 | -3837/+3931 | |
2012-09-24 | autofs, sudo, ssh and PAC are not experimental anymore | Jakub Hrozek | 4 | -29/+0 | |
2012-09-13 | Updating the translations for the 1.9.0 RC1 release | Jakub Hrozek | 11 | -24/+94 | |
2012-09-05 | Update translations for 1.9.0 beta 7 release | Jakub Hrozek | 14 | -6534/+13778 | |
2012-08-10 | MAN: Improve description of ldap_*_search_base options | Stephen Gallagher | 4 | -96/+63 | |
It was ambiguous that these options supported the new multiple search base format, as well as the search filters. | |||||
2012-08-10 | Document entry_cache_autofs_timeout | Jakub Hrozek | 1 | -0/+14 | |
2012-08-10 | remove duplicate sss_obfuscate reference in seealso manpage section | Nick Guay | 1 | -3/+0 | |
2012-08-10 | MAN: Fix minor typo in ldap_search_base section | Stephen Gallagher | 1 | -1/+1 | |
2012-08-09 | SRV resolution for backup servers should not be permitted. | Michal Zidek | 1 | -1/+1 | |
https://fedorahosted.org/sssd/ticket/1463 | |||||
2012-08-09 | Change default for ldap_idmap_range_min to 200000 | Jakub Hrozek | 1 | -1/+1 | |
https://fedorahosted.org/sssd/ticket/1462 | |||||
2012-08-09 | Change default value of ldap_sasl_string to host/hostname@REALM in man page. | Michal Zidek | 1 | -1/+1 | |
https://fedorahosted.org/sssd/ticket/1464 | |||||
2012-08-08 | Replaced "id_max" & "id_min" | Ondrej Kos | 1 | -4/+4 | |
2012-08-03 | Fix various typos in documentation. | Yuri Chornoivan | 4 | -5/+5 | |
2012-08-01 | Update translations for 1.9.0 beta 6 release | Jakub Hrozek | 12 | -4172/+10100 | |
2012-08-01 | First-boot sss_seed tool | Nick Guay | 4 | -2/+171 | |