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.
This commit is contained in:
Simo Sorce
2010-10-04 15:13:36 -04:00
parent 3b38e74da5
commit c594ab88ba
5 changed files with 55 additions and 13 deletions

View File

@@ -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