diff options
-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 ddfb68b30..fbad4abaa 100644 --- a/install/share/bootstrap-template.ldif +++ b/install/share/bootstrap-template.ldif @@ -179,7 +179,7 @@ gidNumber: $IDSTART homeDirectory: /home/admin loginShell: /bin/bash gecos: Administrator -nsAccountLock: False +nsAccountLock: FALSE ipaUniqueID: autogenerate dn: cn=admins,cn=groups,cn=accounts,$SUFFIX @@ -193,7 +193,7 @@ cn: admins description: Account administrators group gidNumber: $IDSTART member: uid=admin,cn=users,cn=accounts,$SUFFIX -nsAccountLock: False +nsAccountLock: FALSE ipaUniqueID: autogenerate dn: cn=ipausers,cn=groups,cn=accounts,$SUFFIX |