diff options
author | Jakub Hrozek <jhrozek@redhat.com> | 2010-12-19 20:23:16 +0100 |
---|---|---|
committer | Rob Crittenden <rcritten@redhat.com> | 2011-01-25 11:13:10 -0500 |
commit | 70a9e04f044c5a2d7ae45029124d9a944a0a722b (patch) | |
tree | 60ce9b39cb5b78dc44e227060454a25465423048 /install/share | |
parent | 5bc7e5a9c790c80f73b82f8ef175799b3c84eaaa (diff) | |
download | freeipa-70a9e04f044c5a2d7ae45029124d9a944a0a722b.tar.gz freeipa-70a9e04f044c5a2d7ae45029124d9a944a0a722b.tar.xz freeipa-70a9e04f044c5a2d7ae45029124d9a944a0a722b.zip |
Enforce uniqueness on (key,info) pairs in automount keys
https://fedorahosted.org/freeipa/ticket/293
Diffstat (limited to 'install/share')
-rw-r--r-- | install/share/bootstrap-template.ldif | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/install/share/bootstrap-template.ldif b/install/share/bootstrap-template.ldif index dc1f8cbea..3cfff9587 100644 --- a/install/share/bootstrap-template.ldif +++ b/install/share/bootstrap-template.ldif @@ -64,11 +64,12 @@ changetype: add objectClass: automountMap automountMapName: auto.direct -dn: automountkey=/-,automountmapname=auto.master,cn=default,cn=automount,$SUFFIX +dn: description=/- auto.direct,automountmapname=auto.master,cn=default,cn=automount,$SUFFIX changetype: add objectClass: automount automountKey: /- automountInformation: auto.direct +description: /- auto.direct dn: cn=hbac,$SUFFIX changetype: add |