diff options
author | Simo Sorce <ssorce@redhat.com> | 2010-10-26 10:26:06 -0400 |
---|---|---|
committer | Simo Sorce <ssorce@redhat.com> | 2010-10-28 07:58:31 -0400 |
commit | c51ce61e4d295cc49a28768231a8d72d9a78f45b (patch) | |
tree | 6d36bfbfbd5f8a35fcdcb4c1ecb258c48de8fcc7 /install/share/bootstrap-template.ldif | |
parent | 1bfd0f87917cfcab206c6d7da32ce507ef1d7eea (diff) | |
download | freeipa-c51ce61e4d295cc49a28768231a8d72d9a78f45b.tar.gz freeipa-c51ce61e4d295cc49a28768231a8d72d9a78f45b.tar.xz freeipa-c51ce61e4d295cc49a28768231a8d72d9a78f45b.zip |
UUIDs: remove uuid python plugin and let DS always autogenerate
merge in remove uuid
Diffstat (limited to 'install/share/bootstrap-template.ldif')
-rw-r--r-- | install/share/bootstrap-template.ldif | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/install/share/bootstrap-template.ldif b/install/share/bootstrap-template.ldif index fda3ae2ac..5e8df7771 100644 --- a/install/share/bootstrap-template.ldif +++ b/install/share/bootstrap-template.ldif @@ -114,6 +114,7 @@ objectClass: posixaccount objectClass: krbprincipalaux objectClass: krbticketpolicyaux objectClass: inetuser +objectClass: ipaobject uid: admin krbPrincipalName: admin@$REALM cn: Administrator @@ -124,6 +125,7 @@ homeDirectory: /home/admin loginShell: /bin/bash gecos: Administrator nsAccountLock: False +ipaUniqueID: autogenerate dn: cn=radius,$SUFFIX changetype: add |