From 8c9d212f2a1984322118257e63f7a3280da6b392 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Sun, 8 Jan 2006 01:46:30 +0000 Subject: r12762: Simo correctly asked that the policy logic (which attributes contain passwords) be moved into the database, and not be hard-coded in the module source. Andrew Bartlett (This used to be commit 1fbe09ce818ac1603bd747610262865b8698fe04) --- source4/setup/provision_init.ldif | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'source4/setup/provision_init.ldif') diff --git a/source4/setup/provision_init.ldif b/source4/setup/provision_init.ldif index db532f3078..0d0261cf52 100644 --- a/source4/setup/provision_init.ldif +++ b/source4/setup/provision_init.ldif @@ -46,6 +46,15 @@ user: computer template: userTemplate template: groupTemplate +dn: @KLUDGEACL +passwordAttribute: sambaPassword +passwordAttribute: ntPwdHash +passwordAttribute: sambaNTPwdHistory +passwordAttribute: lmPwdHash +passwordAttribute: sambaLMPwdHistory +passwordAttribute: krb5key + + # the rootDSE module looks in this record for its base data dn: cn=ROOTDSE subschemaSubentry: CN=Aggregate,CN=Schema,CN=Configuration,${BASEDN} -- cgit