From 70a9e04f044c5a2d7ae45029124d9a944a0a722b Mon Sep 17 00:00:00 2001 From: Jakub Hrozek Date: Sun, 19 Dec 2010 20:23:16 +0100 Subject: Enforce uniqueness on (key,info) pairs in automount keys https://fedorahosted.org/freeipa/ticket/293 --- install/share/bootstrap-template.ldif | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'install/share') 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 -- cgit