The Samba-Bugzilla – Attachment 13522 Details for
Bug 13004
objectSID can be not-unique in AD due to conflict resolution
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
a possible solution
objectsid-not-unique.patch (text/plain), 569 bytes, created by
Andrew Bartlett
on 2017-08-31 03:55:45 UTC
(
hide
)
Description:
a possible solution
Filename:
MIME Type:
Creator:
Andrew Bartlett
Created:
2017-08-31 03:55:45 UTC
Size:
569 bytes
patch
obsolete
>diff --git a/source4/dsdb/schema/schema_init.c b/source4/dsdb/schema/schema_init.c >index c76b57cb4a9..dbd504549d7 100644 >--- a/source4/dsdb/schema/schema_init.c >+++ b/source4/dsdb/schema/schema_init.c >@@ -461,7 +461,7 @@ WERROR dsdb_read_prefixes_from_ldb(struct ldb_context *ldb, TALLOC_CTX *mem_ctx, > */ > static bool dsdb_schema_unique_attribute(const char *attr) > { >- const char *attrs[] = { "objectGUID", "objectSid" , NULL }; >+ const char *attrs[] = { "objectGUID", NULL }; > unsigned int i; > for (i=0;attrs[i];i++) { > if (ldb_attr_cmp(attr, attrs[i]) == 0) {
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
Actions:
View
Attachments on
bug 13004
:
13522
|
13826