summaryrefslogtreecommitdiffstats
path: root/ipa-server/ipaserver
diff options
context:
space:
mode:
authorSimo Sorce <ssorce@redhat.com>2008-05-22 17:55:27 -0400
committerSimo Sorce <ssorce@redhat.com>2008-05-23 15:08:02 -0400
commit3b7b9bfdc24bcbf6104c3fa5d309feb5e1ca860f (patch)
treefdbd9c6bd26e26975dfa7d4224e0aeaede4a9818 /ipa-server/ipaserver
parentc9ce1ca70433e9b18aa798e71bbf3c1c27482a51 (diff)
downloadfreeipa-3b7b9bfdc24bcbf6104c3fa5d309feb5e1ca860f.tar.gz
freeipa-3b7b9bfdc24bcbf6104c3fa5d309feb5e1ca860f.tar.xz
freeipa-3b7b9bfdc24bcbf6104c3fa5d309feb5e1ca860f.zip
Move admin into cn=users,cn=accounts
After some deep thinking I think the advantages of keeping all posix enabled user accounts under cn=users,cn=accounts overweight a perceived better protection of the admin account by keeping it in a separate tree.
Diffstat (limited to 'ipa-server/ipaserver')
-rw-r--r--ipa-server/ipaserver/dsinstance.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ipa-server/ipaserver/dsinstance.py b/ipa-server/ipaserver/dsinstance.py
index f0ff2da7..540ff686 100644
--- a/ipa-server/ipaserver/dsinstance.py
+++ b/ipa-server/ipaserver/dsinstance.py
@@ -375,7 +375,7 @@ class DsInstance(service.Service):
args = [app,
"-D", "cn=Directory Manager", "-w", self.dm_password,
"-P", dirname+"/cert8.db", "-ZZZ", "-s", password,
- "uid=admin,cn=sysaccounts,cn=etc,"+self.suffix]
+ "uid=admin,cn=users,cn=accounts,"+self.suffix]
try:
ipautil.run(args)
logging.debug("ldappasswd done")