Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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-02 | Flip the default value of ldap_initgroups_use_matching_rule_in_chain | Jakub Hrozek | 1 | -1/+1 | |
https://fedorahosted.org/sssd/ticket/1535 | |||||
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-07 | Rename SYSDB_SUDO_CACHE_AT_OC to SYSDB_SUDO_CACHE_OC | Pavel Březina | 1 | -1/+1 | |
It does not contain name of the object class attribute but the value itself. I renamed it to avoid confusion. | |||||
2012-08-01 | Primary server support: new options in krb5 provider | Jan Zeleny | 1 | -0/+1 | |
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-01 | Primary server support: new option in ldap provider | Jan Zeleny | 1 | -0/+2 | |
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-07-06 | LDAP: Rename user and group maps for AD | Stephen Gallagher | 1 | -2/+2 | |
This will eliminate ambiguity for the AD provider | |||||
2012-06-29 | sudo: add host info options | Pavel Březina | 1 | -0/+5 | |
Adds some option that allows to manually configure a host filter. ldap_sudo_use_host_filter - if false, we will download all rules regardless their sudoHost attribute ldap_sudo_hostnames - list hostnames and/or fqdn that should be downloaded, separated with spaces ldap_sudo_ip - list of IPv4/6 address and/or network that should be downloaded, separated with spaces ldap_sudo_include_netgroups - include rules that contains netgroup in sudoHost ldap_sudo_include_regexp - include rules that contains regular expression in sudoHost | |||||
2012-06-29 | sudo provider: add ldap_sudo_smart_refresh_interval | Pavel Březina | 1 | -0/+1 | |
2012-06-29 | ldap provider: add sudo usn value | Pavel Březina | 1 | -0/+1 | |
2012-06-29 | sudo provider: remove old timer | Pavel Březina | 1 | -2/+0 | |
2012-06-29 | sudo provider: add ldap_sudo_full_refresh_interval | Pavel Březina | 1 | -0/+1 | |
2012-06-13 | LDAP: Auto-detect support for the ldap match rule | Stephen Gallagher | 1 | -1/+1 | |
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. | |||||
2012-06-13 | LDAP: Add ldap_*_use_matching_rule_in_chain options | Stephen Gallagher | 1 | -0/+2 | |
2012-05-03 | LDAP: Map the user's primaryGroupID | Stephen Gallagher | 1 | -0/+3 | |
2012-05-03 | LDAP: Allow setting a default domain for id-mapping slice 0 | Stephen Gallagher | 1 | -0/+2 | |
2012-05-03 | LDAP: Add autorid compatibility mode | Stephen Gallagher | 1 | -0/+1 | |
2012-05-03 | LDAP: Add ID mapping range settings | Stephen Gallagher | 1 | -0/+3 | |
2012-05-03 | LDAP: Add id-mapping option | Stephen Gallagher | 1 | -0/+1 | |
2012-05-03 | LDAP: Add objectSID config option | Stephen Gallagher | 1 | -0/+6 | |
2012-03-28 | Add terminator for sdap_attr_map | Stephen Gallagher | 1 | -14/+30 | |
2012-03-28 | Add terminator for dp_option | Stephen Gallagher | 1 | -1/+2 | |
2012-03-28 | Put dp_option maps in their own file | Stephen Gallagher | 1 | -0/+312 | |
There is no functional change due to this patch. |