mirror of
https://github.com/samba-team/samba.git
synced 2025-03-22 02:50:28 +03:00
r16070: Fix kludge_acls
(This used to be commit 795f8ebe8eecf28f5729754dc248d2a8411effb9)
This commit is contained in:
parent
e2e5c037f0
commit
2ed444de43
@ -229,7 +229,7 @@ static int kludge_acl_init(struct ldb_module *module)
|
||||
{
|
||||
int ret, i;
|
||||
TALLOC_CTX *mem_ctx = talloc_new(module);
|
||||
const char *attrs[] = { "attribute", NULL };
|
||||
static const char *attrs[] = { "passwordAttribute", NULL };
|
||||
struct ldb_result *res;
|
||||
struct ldb_message *msg;
|
||||
struct ldb_message_element *password_attributes;
|
||||
|
Loading…
x
Reference in New Issue
Block a user