[SCM] Samba Shared Repository - branch v4-2-test updated

Stefan Metzmacher metze at samba.org
Mon Aug 15 13:47:03 UTC 2016


The branch, v4-2-test has been updated
       via  7108a99 ldb-samba: Add "secret" as a value to hide in LDIF files
      from  67859d0 python/tests: add auth_pad test for the dcerpc raw_protocol test

https://git.samba.org/?p=samba.git;a=shortlog;h=v4-2-test


- Log -----------------------------------------------------------------
commit 7108a9989d4ffd59e09f1de9222385703f8802de
Author: Andrew Bartlett <abartlet at samba.org>
Date:   Sat Jan 2 20:58:39 2016 +1300

    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 at samba.org>
    Reviewed-by: Garming Sam <garming at catalyst.net.nz>
    
    Autobuild-User(master): Garming Sam <garming at 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-2-test): Stefan Metzmacher <metze at samba.org>
    Autobuild-Date(v4-2-test): Mon Aug 15 15:46:12 CEST 2016 on sn-devel-104

-----------------------------------------------------------------------

Summary of changes:
 lib/ldb-samba/ldif_handlers.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


Changeset truncated at 500 lines:

diff --git a/lib/ldb-samba/ldif_handlers.c b/lib/ldb-samba/ldif_handlers.c
index d9d799c..08602ad 100644
--- a/lib/ldb-samba/ldif_handlers.c
+++ b/lib/ldb-samba/ldif_handlers.c
@@ -1560,7 +1560,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


-- 
Samba Shared Repository



More information about the samba-cvs mailing list