From d1899e8f353788cd69144ff62bfac40b0e415cc5 Mon Sep 17 00:00:00 2001 From: Kevin McCarthy Date: Thu, 4 Oct 2007 13:41:19 -0700 Subject: patch queue: admin_account_fix.patch --- ipa-server/ipa-install/share/bootstrap-template.ldif | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ipa-server/ipa-install/share/bootstrap-template.ldif b/ipa-server/ipa-install/share/bootstrap-template.ldif index b697c579..a8500a12 100644 --- a/ipa-server/ipa-install/share/bootstrap-template.ldif +++ b/ipa-server/ipa-install/share/bootstrap-template.ldif @@ -60,7 +60,7 @@ changetype: add 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 -- cgit