diff options
author | Andrew Bartlett <abartlet@samba.org> | 2006-01-08 01:46:30 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:49:51 -0500 |
commit | 8c9d212f2a1984322118257e63f7a3280da6b392 (patch) | |
tree | 7410a8bd584a82b8faae14cd598f5c160ff82c2f /source4/setup | |
parent | 74eb3f2af140700515f7bafd2aaea98307b80471 (diff) | |
download | samba-8c9d212f2a1984322118257e63f7a3280da6b392.tar.gz samba-8c9d212f2a1984322118257e63f7a3280da6b392.tar.bz2 samba-8c9d212f2a1984322118257e63f7a3280da6b392.zip |
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)
Diffstat (limited to 'source4/setup')
-rw-r--r-- | source4/setup/provision_init.ldif | 9 |
1 files changed, 9 insertions, 0 deletions
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} |