Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | MAN: Improve description of ldap_*_search_base options | Stephen Gallagher | 2012-08-10 | 4 | -96/+63 |
| | | | | | It was ambiguous that these options supported the new multiple search base format, as well as the search filters. | ||||
* | Document entry_cache_autofs_timeout | Jakub Hrozek | 2012-08-10 | 1 | -0/+14 |
| | |||||
* | remove duplicate sss_obfuscate reference in seealso manpage section | Nick Guay | 2012-08-10 | 1 | -3/+0 |
| | |||||
* | MAN: Fix minor typo in ldap_search_base section | Stephen Gallagher | 2012-08-10 | 1 | -1/+1 |
| | |||||
* | SRV resolution for backup servers should not be permitted. | Michal Zidek | 2012-08-09 | 1 | -1/+1 |
| | | | | https://fedorahosted.org/sssd/ticket/1463 | ||||
* | Change default for ldap_idmap_range_min to 200000 | Jakub Hrozek | 2012-08-09 | 1 | -1/+1 |
| | | | | https://fedorahosted.org/sssd/ticket/1462 | ||||
* | Change default value of ldap_sasl_string to host/hostname@REALM in man page. | Michal Zidek | 2012-08-09 | 1 | -1/+1 |
| | | | | https://fedorahosted.org/sssd/ticket/1464 | ||||
* | Replaced "id_max" & "id_min" | Ondrej Kos | 2012-08-08 | 1 | -4/+4 |
| | |||||
* | Fix various typos in documentation. | Yuri Chornoivan | 2012-08-03 | 4 | -5/+5 |
| | |||||
* | Update translations for 1.9.0 beta 6 releasesssd-1_9_0_beta6sssd-1_8_96 | Jakub Hrozek | 2012-08-01 | 12 | -4172/+10100 |
| | |||||
* | First-boot sss_seed tool | Nick Guay | 2012-08-01 | 4 | -2/+171 |
| | |||||
* | Primary server support: new option in AD provider | Jan Zeleny | 2012-08-01 | 1 | -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. | ||||
* | Primary server support: new option in IPA provider | Jan Zeleny | 2012-08-01 | 1 | -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. | ||||
* | Primary server support: new options in krb5 provider | Jan Zeleny | 2012-08-01 | 2 | -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. | ||||
* | Primary server support: new option in ldap provider | Jan Zeleny | 2012-08-01 | 1 | -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. | ||||
* | Primary server support: man page, failover section | Jan Zeleny | 2012-08-01 | 1 | -1/+11 |
| | |||||
* | sudo ldap provider: support autoconfiguration of hostnames | Pavel Březina | 2012-07-30 | 1 | -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. | ||||
* | manpage: sssd-sudo - documents how sudo works with sssd | Pavel Březina | 2012-07-30 | 4 | -0/+221 |
| | | | | https://fedorahosted.org/sssd/ticket/1418 | ||||
* | Renamed session provider to selinux provider | Jan Zeleny | 2012-07-27 | 1 | -7/+8 |
| | |||||
* | manpage: seealso - include ssh conditionally | Pavel Březina | 2012-07-23 | 1 | -6/+10 |
| | | | | | SSH utilities were included in see also section even if SSSD is built without SSH support. | ||||
* | NSS: Add override_shell option | Stephen Gallagher | 2012-07-20 | 1 | -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 | ||||
* | MAN: Improvements to the AD provider manpage | Stephen Gallagher | 2012-07-20 | 2 | -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 | ||||
* | MAN: List all available backends for provider options | Stephen Gallagher | 2012-07-20 | 1 | -14/+84 |
| | | | | https://fedorahosted.org/sssd/ticket/1432 | ||||
* | Update translations for 1.9.0 beta 5 releasesssd-1_9_0_beta5sssd-1_8_95 | Jakub Hrozek | 2012-07-18 | 12 | -2298/+15641 |
| | |||||
* | Fix typo: exhasution->exhaustion. | Yuri Chornoivan | 2012-07-10 | 1 | -1/+1 |
| | |||||
* | Update translations for 1.9.0 beta 4 releasesssd-1_9_0_beta4sssd-1_8_94 | Jakub Hrozek | 2012-07-10 | 11 | -5689/+7545 |
| | |||||
* | pac responder: limit access by checking UIDs | Sumit Bose | 2012-07-10 | 1 | -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 | ||||
* | AD: Add manpages and SSSDConfig entries | Stephen Gallagher | 2012-07-06 | 4 | -1/+160 |
| | |||||
* | MAN: Unify "SEE ALSO" sections | Stephen Gallagher | 2012-07-06 | 22 | -331/+111 |
| | |||||
* | sudo: manpage updated | Pavel Březina | 2012-06-29 | 2 | -34/+131 |
| | | | | Removes old options and adds new ones. | ||||
* | Update translations for 1.9.0 beta 3 releasesssd-1_9_0_beta3sssd-1_8_93 | Stephen Gallagher | 2012-06-25 | 10 | -7226/+9148 |
| | |||||
* | Set default for subdomain_homedir | Sumit Bose | 2012-06-25 | 1 | -0/+3 |
| | |||||
* | Add man page section for the PAC responder | Sumit Bose | 2012-06-25 | 2 | -1/+40 |
| | |||||
* | Make the client idle timeout configurable | Stephen Gallagher | 2012-06-18 | 1 | -0/+15 |
| | |||||
* | Updating translations for 1.9.0 beta 2 releasesssd-1_9_0_beta2sssd-1_8_92 | Stephen Gallagher | 2012-06-15 | 9 | -817/+357 |
| | |||||
* | Add support for storing credential caches in the DIR: back end | Jakub Hrozek | 2012-06-14 | 1 | -4/+6 |
| | | | | https://fedorahosted.org/sssd/ticket/974 | ||||
* | LDAP: Auto-detect support for the ldap match rule | Stephen Gallagher | 2012-06-13 | 1 | -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. | ||||
* | LDAP: Add ldap_*_use_matching_rule_in_chain options | Stephen Gallagher | 2012-06-13 | 1 | -0/+47 |
| | |||||
* | Clarify how comments work in sssd.conf | Ariel Barria | 2012-06-12 | 1 | -1/+2 |
| | |||||
* | Make re_expression and full_name_format per domain options | Stef Walter | 2012-06-12 | 1 | -18/+49 |
| | | | | | | | | | | | * Allows different user/domain qualified names for different domains. For example Domain\User or user@domain. * The global re_expression and full_name_format options remain as defaults for the domains. * Subdomains get the re_expression and full_name_format of their parent domain. https://bugzilla.redhat.com/show_bug.cgi?id=811663 | ||||
* | Allow fast memcache timeout to be configurable | Jan Zeleny | 2012-06-10 | 1 | -0/+12 |
| | | | | https://fedorahosted.org/sssd/ticket/1318 | ||||
* | IPA subdomains - ask for information about master domain | Jan Zeleny | 2012-06-10 | 1 | -0/+19 |
| | | | | | | | The query is performed only if there is missing information in the cache. That means this should be done only once after restart when cache doesn't exist. All subsequent requests for subdomains won't include the request for master domain. | ||||
* | SSH: Update sss_ssh_knownhostsproxy manual page | Jan Cholasta | 2012-05-31 | 1 | -1/+1 |
| | | | | | Don't use GlobalKnownHostsFile2 in ssh_config, as it has been deprecated in OpenSSH 5.9. | ||||
* | Update translation sources | Stephen Gallagher | 2012-05-22 | 10 | -41/+41 |
| | |||||
* | Fix typos in message and man pages. | Yuri Chornoivan | 2012-05-14 | 2 | -3/+3 |
| | |||||
* | Updating translations for 1.9.0 beta 1 release | Stephen Gallagher | 2012-05-11 | 10 | -7608/+14545 |
| | |||||
* | Bad check for id_provider=local and access_provider=permit | Ariel Barria | 2012-05-11 | 1 | -1/+1 |
| | | | | | | documentation-access_provider Signed-off-by: Stephen Gallagher <sgallagh@redhat.com> | ||||
* | NSS: Add default_shell option | Stephen Gallagher | 2012-05-09 | 1 | -0/+15 |
| | | | | | | | This option will allow administrators to set a default shell to be used if a user does not have one set in the identity provider. https://fedorahosted.org/sssd/ticket/1289 | ||||
* | NSS: Add fallback_homedir option | Stephen Gallagher | 2012-05-09 | 1 | -0/+18 |
| | | | | | | | | This option is similar to override_homedir, except that it will take effect only for users that do not have an explicit home directory specified in LDAP. https://fedorahosted.org/sssd/ticket/1250 | ||||
* | Clearer documentation for use_fully_qualified_names | Stef Walter | 2012-05-09 | 1 | -0/+5 |
| | | | | * Previously only the side effect was described. |