The Samba-Bugzilla – Attachment 12370 Details for
Bug 12154
Don't print the machine account password into the log
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
Patch for v4-3-test
tmp43.diff.txt (text/plain), 1.17 KB, created by
Stefan Metzmacher
on 2016-08-15 10:57:09 UTC
(
hide
)
Description:
Patch for v4-3-test
Filename:
MIME Type:
Creator:
Stefan Metzmacher
Created:
2016-08-15 10:57:09 UTC
Size:
1.17 KB
patch
obsolete
>From d26ec1920f5eee861c1c9af1827f72b5bfbdefb5 Mon Sep 17 00:00:00 2001 >From: Andrew Bartlett <abartlet@samba.org> >Date: Sat, 2 Jan 2016 20:58:39 +1300 >Subject: [PATCH] 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 > >(cherry picked from commit 15f191a2329d08b92111f71e22f8a28c8a39c193) >--- > lib/ldb-samba/ldif_handlers.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/lib/ldb-samba/ldif_handlers.c b/lib/ldb-samba/ldif_handlers.c >index 65f1d88..8f35e8d 100644 >--- a/lib/ldb-samba/ldif_handlers.c >+++ b/lib/ldb-samba/ldif_handlers.c >@@ -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 >-- >1.9.1 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Flags:
slow
:
review+
Actions:
View
Attachments on
bug 12154
:
12369
| 12370 |
12371