diff options
author | Rob Crittenden <rcritten@redhat.com> | 2010-12-09 14:57:34 -0500 |
---|---|---|
committer | Simo Sorce <ssorce@redhat.com> | 2010-12-17 17:01:57 -0500 |
commit | ffc967b47ab0c38c361ce7a60283ed0b8c618d81 (patch) | |
tree | b9e498c3c6d4a3e1eb291f6137b11bbc5b3989dc /install/share/bootstrap-template.ldif | |
parent | 623abc6bdff15a77fc14eac9dc1af975e9d98b2f (diff) | |
download | freeipa-ffc967b47ab0c38c361ce7a60283ed0b8c618d81.tar.gz freeipa-ffc967b47ab0c38c361ce7a60283ed0b8c618d81.tar.xz freeipa-ffc967b47ab0c38c361ce7a60283ed0b8c618d81.zip |
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
Diffstat (limited to 'install/share/bootstrap-template.ldif')
-rw-r--r-- | install/share/bootstrap-template.ldif | 4 |
1 files changed, 2 insertions, 2 deletions
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 |