summaryrefslogtreecommitdiffstats
path: root/src/db/sysdb_autofs.h
Commit message (Collapse)AuthorAgeFilesLines
* AUTOFS: Use both key and value in entry RDNJakub Hrozek2012-09-241-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.
* AUTOFS: Add entry objects below map objectsJakub Hrozek2012-09-241-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.
* Add sysdb_set_service_attr and sysdb_set_autofsmap_attrJakub Hrozek2012-04-181-0/+6
|
* AUTOFS: sysdb interfaceJakub Hrozek2012-02-051-0/+88