diff options
author | Stefan Metzmacher <metze@samba.org> | 2004-09-28 12:42:03 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 12:59:27 -0500 |
commit | 169cf23812ab32e1b6b4ba5c27c53266e16a9f1e (patch) | |
tree | 191690b9f3582b89724651f1ede7a2d020e0b4d8 | |
parent | 443d8fd05e6aa558c218d843f98c3ce3ae6d4963 (diff) | |
download | samba-169cf23812ab32e1b6b4ba5c27c53266e16a9f1e.tar.gz samba-169cf23812ab32e1b6b4ba5c27c53266e16a9f1e.tar.bz2 samba-169cf23812ab32e1b6b4ba5c27c53266e16a9f1e.zip |
r2727: mark the password fields as hidden
metze
(This used to be commit 7ff118ecc90dd9cc9a5d1870e93fc5792bf66903)
-rw-r--r-- | source4/provision.ldif | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/source4/provision.ldif b/source4/provision.ldif index 573d2fd67d..ac2f69b086 100644 --- a/source4/provision.ldif +++ b/source4/provision.ldif @@ -9,9 +9,14 @@ realm: CASE_INSENSITIVE userPrincipalName: CASE_INSENSITIVE servicePrincipalName: CASE_INSENSITIVE name: CASE_INSENSITIVE WILDCARD +dn: CASE_INSENSITIVE WILDCARD sAMAccountName: CASE_INSENSITIVE WILDCARD objectClass: CASE_INSENSITIVE -numMembers: HIDDEN +unicodePwd: HIDDEN +ntPwdHash: HIDDEN +ntPwdHistory: HIDDEN +lmPwdHash: HIDDEN +lmPwdHistory: HIDDEN dn: @SUBCLASSES top: domain |