From a6eb928f9871700d4c749e6fb1a8161940dda02b Mon Sep 17 00:00:00 2001 From: Pavel Zuna Date: Wed, 30 Sep 2009 16:24:25 +0200 Subject: Add HBAC plugin and introduce GeneralizedTime parameter type. --- install/share/bootstrap-template.ldif | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'install/share/bootstrap-template.ldif') diff --git a/install/share/bootstrap-template.ldif b/install/share/bootstrap-template.ldif index 4c6e5575d..45d989f92 100644 --- a/install/share/bootstrap-template.ldif +++ b/install/share/bootstrap-template.ldif @@ -34,6 +34,12 @@ objectClass: top objectClass: nsContainer cn: computers +dn: cn=hbac,$SUFFIX +changetype: add +objectClass: top +objectClass: nsContainer +cn: hbac + dn: cn=etc,$SUFFIX changetype: add objectClass: nsContainer -- cgit