Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-01-21 | LDAP: Compare lists of DNs when saving autofs entries | Jakub Hrozek | 1 | -5/+22 | |
https://fedorahosted.org/sssd/ticket/1758 The autofs entries do not have the key as an unique identifier, but rather the full (key, value) tuple as some keys have a special meaning, such as the direct mount key (/-) and may be present in a single map multiple times. Comparing the full DN that contains both the key and the value will allow for working updates if either key or value changes. | |||||
2013-01-15 | Add domain argument to sysdb autofs functions | Simo Sorce | 1 | -14/+23 | |
2013-01-15 | Add domain to sysdb_delete_custom | Simo Sorce | 1 | -1/+1 | |
2013-01-15 | Add domain argument to sysdb_search_custom() | Simo Sorce | 1 | -2/+2 | |
Also changes sysdb_search_custom_by_name() | |||||
2013-01-15 | Add domain argument to sysdb_store_custom() | Simo Sorce | 1 | -1/+1 | |
2013-01-15 | Make sysdb_custom_dn() require a domain. | Simo Sorce | 1 | -1/+2 | |
2012-12-18 | SYSDB: Add API to invalidate all map objects | Jakub Hrozek | 1 | -0/+91 | |
This sysdb API will be used later to invalidate the autofs maps | |||||
2012-12-18 | SYSDB: fix copy-n-paste error | Jakub Hrozek | 1 | -1/+1 | |
2012-09-24 | SYSDB: Remove unnecessary domain parameter from several sysdb calls | Jakub Hrozek | 1 | -2/+1 | |
The domain can be read from the sysdb object. Removing the domain string makes the API more self-contained. | |||||
2012-09-24 | AUTOFS: Use both key and value in entry RDN | Jakub Hrozek | 1 | -10/+38 | |
This patch switches from using just key in the RDN to using both key and value. That is neccessary to allow multiple direct mounts in a single map. | |||||
2012-09-24 | AUTOFS: Add entry objects below map objects | Jakub Hrozek | 1 | -107/+59 | |
https://fedorahosted.org/sssd/ticket/1506 Changes how the new autofs entry objects are handled. Instead of creating the entry on the cn=autofs,cn=custom level, the entry is created below the map it belongs to. | |||||
2012-09-04 | Unify usage of sysdb transactions (part 2). | Michal Zidek | 1 | -3/+17 | |
2012-04-18 | Add sysdb_set_service_attr and sysdb_set_autofsmap_attr | Jakub Hrozek | 1 | -0/+28 | |
2012-02-05 | AUTOFS: sysdb interface | Jakub Hrozek | 1 | -0/+398 | |