From 8ce5640fbfd48debc3e6b3f27e07d1a0d79bd2b4 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Mon, 8 Dec 2008 22:22:21 +1100 Subject: Add hint to use passwordAttributes in @KLUDGE_ACL in future This module is not used at the moment, but if we do use it again, we should try to avoid duplicate lists. Signed-off-by: Stefan Metzmacher --- source4/dsdb/samdb/ldb_modules/local_password.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'source4/dsdb/samdb/ldb_modules/local_password.c') diff --git a/source4/dsdb/samdb/ldb_modules/local_password.c b/source4/dsdb/samdb/ldb_modules/local_password.c index 622e444166..4e864e1452 100644 --- a/source4/dsdb/samdb/ldb_modules/local_password.c +++ b/source4/dsdb/samdb/ldb_modules/local_password.c @@ -47,7 +47,8 @@ Each incoming add/modify is split into a remote, and a local request, done in that order. - We maintain a list of attributes that are kept locally: + We maintain a list of attributes that are kept locally - perhaps + this should use the @KLUDGE_ACL list of passwordAttribute */ static const char * const password_attrs[] = { -- cgit