From ffc967b47ab0c38c361ce7a60283ed0b8c618d81 Mon Sep 17 00:00:00 2001 From: Rob Crittenden Date: Thu, 9 Dec 2010 14:57:34 -0500 Subject: Fix a slew of tests. - Skip the DNS tests if DNS isn't configured - Add new attributes to user entries (displayname, cn and initials) - Make the nsaccountlock value consistent - Fix the cert subject for cert tests --- install/share/bootstrap-template.ldif | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'install/share') diff --git a/install/share/bootstrap-template.ldif b/install/share/bootstrap-template.ldif index 4f10f070b..c02925fd4 100644 --- a/install/share/bootstrap-template.ldif +++ b/install/share/bootstrap-template.ldif @@ -246,7 +246,7 @@ changetype: add objectClass: top objectClass: cosTemplate objectClass: extensibleobject -nsAccountLock: true +nsAccountLock: True cosPriority: 1 dn: cn=inactivated,cn=account inactivation,cn=accounts,$SUFFIX @@ -259,7 +259,7 @@ changetype: add objectClass: top objectClass: cosTemplate objectClass: extensibleobject -nsAccountLock: false +nsAccountLock: False cosPriority: 0 dn: cn=Activated,cn=Account Inactivation,cn=accounts,$SUFFIX -- cgit