diff options
author | Jakub Hrozek <jhrozek@redhat.com> | 2012-09-21 20:01:28 +0200 |
---|---|---|
committer | Jakub Hrozek <jhrozek@redhat.com> | 2012-09-24 18:18:30 +0200 |
commit | f17d26a8db285622a5cd5f21c7488b62eedc2cf8 (patch) | |
tree | 76d03fe08802e2823f6ccc76cfcfca0e5a9cdb14 /src/db/sysdb.h | |
parent | c7efe2545f691fc81478e0cfe61a43bbc83acc72 (diff) | |
download | sssd-f17d26a8db285622a5cd5f21c7488b62eedc2cf8.tar.gz sssd-f17d26a8db285622a5cd5f21c7488b62eedc2cf8.tar.xz sssd-f17d26a8db285622a5cd5f21c7488b62eedc2cf8.zip |
AUTOFS: Add entry objects below map objects
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.
Diffstat (limited to 'src/db/sysdb.h')
-rw-r--r-- | src/db/sysdb.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/db/sysdb.h b/src/db/sysdb.h index 4e4581731..f74fceec3 100644 --- a/src/db/sysdb.h +++ b/src/db/sysdb.h @@ -687,7 +687,6 @@ enum sysdb_member_type { SYSDB_MEMBER_GROUP, SYSDB_MEMBER_NETGROUP, SYSDB_MEMBER_SERVICE, - SYSDB_MEMBER_AUTOFSENTRY }; int sysdb_add_group_member(struct sysdb_ctx *sysdb, |