mirror of
https://github.com/samba-team/samba.git
synced 2025-01-22 22:04:08 +03:00
ldb-samba: Add "secret" as a value to hide in LDIF files
This is not secret or encrypted in LDAP, but is sensitive in secrets.ldb Signed-off-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Garming Sam <garming@catalyst.net.nz> Autobuild-User(master): Garming Sam <garming@samba.org> Autobuild-Date(master): Wed May 11 07:17:38 CEST 2016 on sn-devel-144 BUG: https://bugzilla.samba.org/show_bug.cgi?id=12154 (cherry picked from commit 15f191a2329d08b92111f71e22f8a28c8a39c193) Autobuild-User(v4-4-test): Stefan Metzmacher <metze@samba.org> Autobuild-Date(v4-4-test): Tue Aug 16 09:53:00 CEST 2016 on sn-devel-144
This commit is contained in:
parent
3d11e5f429
commit
39b4580aea
@ -1651,7 +1651,7 @@ const struct ldb_schema_syntax *ldb_samba_syntax_by_lDAPDisplayName(struct ldb_c
|
||||
return s;
|
||||
}
|
||||
|
||||
static const char *secret_attributes[] = {DSDB_SECRET_ATTRIBUTES, NULL};
|
||||
static const char *secret_attributes[] = {DSDB_SECRET_ATTRIBUTES, "secret", NULL};
|
||||
|
||||
/*
|
||||
register the samba ldif handlers
|
||||
|
Loading…
x
Reference in New Issue
Block a user