e7d1cd14ce1a427007b1a7e9789dcb7e9619f84f |
|
15-Nov-2013 |
Jakub Hrozek <jhrozek@redhat.com> |
SYSDB: Drop the sysdb_ctx parameter from the autofs API |
407123c67114bf010cdad4418f291f9fb3762f4a |
|
12-Nov-2013 |
Cove Schneider <cove@ilm.com> |
Add ldap_autofs_map_master_name option |
2234d49c8a307ee4f11cc544c862a359f76b44ad |
|
21-Jan-2013 |
Jakub Hrozek <jhrozek@redhat.com> |
LDAP: Compare lists of DNs when saving autofs entries
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. |
2913240aee51ce81195148a4d814e967f66839c4 |
|
15-Jan-2013 |
Simo Sorce <simo@redhat.com> |
Add domain argument to sysdb autofs functions |
ba153306e0e551731a3ee2c31c26cd1d63052ff8 |
|
18-Dec-2012 |
Jakub Hrozek <jhrozek@redhat.com> |
SYSDB: Add API to invalidate all map objects
This sysdb API will be used later to invalidate the autofs maps |
e75a152157e054a2ed46acecbe8b5cfb9853773c |
|
24-Sep-2012 |
Jakub Hrozek <jhrozek@redhat.com> |
AUTOFS: Use both key and value in entry RDN
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. |
f17d26a8db285622a5cd5f21c7488b62eedc2cf8 |
|
24-Sep-2012 |
Jakub Hrozek <jhrozek@redhat.com> |
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. |
eb29ae58117ca88868491fe2240e27393c7a9068 |
|
18-Apr-2012 |
Jakub Hrozek <jhrozek@redhat.com> |
Add sysdb_set_service_attr and sysdb_set_autofsmap_attr |
1f1e6cbc59868f06dee3ab4b3df660fcb77ce1c8 |
|
06-Feb-2012 |
Jakub Hrozek <jhrozek@redhat.com> |
AUTOFS: sysdb interface |