diff options
author | Andrew Bartlett <abartlet@samba.org> | 2016-01-02 20:58:39 +1300 |
---|---|---|
committer | Garming Sam <garming@samba.org> | 2016-05-11 07:17:38 +0200 |
commit | 15f191a2329d08b92111f71e22f8a28c8a39c193 (patch) | |
tree | a527d93539adffaff88a43c51993417c736db786 /lib | |
parent | ac1ed18f8d396c431d381f511a21d6fd4f008c24 (diff) | |
download | samba-15f191a2329d08b92111f71e22f8a28c8a39c193.tar.gz |
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
Diffstat (limited to 'lib')
-rw-r--r-- | lib/ldb-samba/ldif_handlers.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ldb-samba/ldif_handlers.c b/lib/ldb-samba/ldif_handlers.c index d1b5bd74555..87c171e28d2 100644 --- a/lib/ldb-samba/ldif_handlers.c +++ b/lib/ldb-samba/ldif_handlers.c @@ -1693,7 +1693,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 |