summaryrefslogtreecommitdiff
path: root/src/db/sysdb_autofs.h
AgeCommit message (Collapse)AuthorFilesLines
2013-01-21LDAP: Compare lists of DNs when saving autofs entriesJakub Hrozek1-4/+9
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-15Add domain argument to sysdb autofs functionsSimo Sorce1-1/+9
2012-12-18SYSDB: Add API to invalidate all map objectsJakub Hrozek1-0/+3
This sysdb API will be used later to invalidate the autofs maps
2012-09-24AUTOFS: Use both key and value in entry RDNJakub Hrozek1-1/+2
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-24AUTOFS: Add entry objects below map objectsJakub Hrozek1-19/+5
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-04-18Add sysdb_set_service_attr and sysdb_set_autofsmap_attrJakub Hrozek1-0/+6
2012-02-05AUTOFS: sysdb interfaceJakub Hrozek1-0/+88