[Freeipa-devel] [PATCH] fix bootstrap data

Kevin McCarthy kmccarth at redhat.com
Thu Oct 4 20:37:51 UTC 2007


The cn for the admin group didn't match its dn.

-Kevin

-------------- next part --------------
# HG changeset patch
# User Kevin McCarthy <kmccarth at redhat.com>
# Date 1191530479 25200
# Node ID c9f55589df941c7083c3dea7d1ff0cce0840e7dc
# Parent  66bfe41b5572dcfa726e37403948eb6a034dc97b
patch queue: admin_account_fix.patch

diff -r 66bfe41b5572 -r c9f55589df94 ipa-server/ipa-install/share/bootstrap-template.ldif
--- a/ipa-server/ipa-install/share/bootstrap-template.ldif	Thu Oct 04 12:20:00 2007 -0700
+++ b/ipa-server/ipa-install/share/bootstrap-template.ldif	Thu Oct 04 13:41:19 2007 -0700
@@ -60,7 +60,7 @@ objectClass: top
 objectClass: top
 objectClass: groupofuniquenames
 objectClass: posixGroup
-cn: Account Admins
+cn: admins
 description: Account administrators group
 gidNumber: 1001
 uniqueMember: uid=admin,cn=sysaccounts,cn=etc,$SUFFIX
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/x-pkcs7-signature
Size: 4054 bytes
Desc: not available
URL: <http://listman.redhat.com/archives/freeipa-devel/attachments/20071004/ad03a536/attachment.bin>


More information about the Freeipa-devel mailing list