From c594ab88badcbd3f3be4e168615fdc0ab22f8afd Mon Sep 17 00:00:00 2001 From: Simo Sorce Date: Mon, 4 Oct 2010 15:13:36 -0400 Subject: Add options to control NTLM hashes By default LM hash is disabled. Of course generation still depends on whether the SamAccount objectclass is present in the user object. --- install/share/bootstrap-template.ldif | 2 ++ 1 file changed, 2 insertions(+) (limited to 'install/share') diff --git a/install/share/bootstrap-template.ldif b/install/share/bootstrap-template.ldif index 0f132e655..b77740d74 100644 --- a/install/share/bootstrap-template.ldif +++ b/install/share/bootstrap-template.ldif @@ -187,6 +187,7 @@ changetype: add objectClass: nsContainer objectClass: top objectClass: ipaGuiConfig +objectClass: ipaConfigObject ipaUserSearchFields: uid,givenname,sn,telephonenumber,ou,title ipaGroupSearchFields: cn,description ipaSearchTimeLimit: 2 @@ -213,6 +214,7 @@ ipaUserObjectClasses: radiusprofile ipaUserObjectClasses: ipaobject ipaDefaultEmailDomain: $DOMAIN ipaMigrationEnabled: FALSE +ipaConfigString: AllowNThash dn: cn=account inactivation,cn=accounts,$SUFFIX changetype: add -- cgit