The Samba-Bugzilla – Attachment 5216 Details for
Bug 7040
Provisioning fails with directory backends
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch #1
0001-s4-libcli-Added-NULL-handlers-for-DSDB_CONTROL_DN_ST.patch (text/plain), 1.37 KB, created by
Endi Sukma Dewata
on 2010-01-25 10:22:36 UTC
(
hide
)
Description:
Patch #1
Filename:
MIME Type:
Creator:
Endi Sukma Dewata
Created:
2010-01-25 10:22:36 UTC
Size:
1.37 KB
patch
obsolete
>From 68aa99fb16f5f38ae9c155fd3dbfd2855d5045e5 Mon Sep 17 00:00:00 2001 >From: Endi S. Dewata <edewata@redhat.com> >Date: Mon, 18 Jan 2010 20:57:01 -0600 >Subject: [PATCH 1/2] s4-libcli: Added NULL handlers for DSDB_CONTROL_DN_STORAGE_FORMAT_OID and LDB_CONTROL_AS_SYSTEM_OID > >--- > source4/libcli/ldap/ldap_controls.c | 4 ++++ > 1 files changed, 4 insertions(+), 0 deletions(-) > >diff --git a/source4/libcli/ldap/ldap_controls.c b/source4/libcli/ldap/ldap_controls.c >index 0ea80a6..94b32b3 100644 >--- a/source4/libcli/ldap/ldap_controls.c >+++ b/source4/libcli/ldap/ldap_controls.c >@@ -1309,6 +1309,10 @@ static const struct ldap_control_handler ldap_known_controls[] = { > { "2.16.840.1.113730.3.4.10", decode_vlv_response, encode_vlv_response }, > /* DSDB_CONTROL_CURRENT_PARTITION_OID is internal only, and has no network representation */ > { "1.3.6.1.4.1.7165.4.3.2", NULL, NULL }, >+/* DSDB_CONTROL_DN_STORAGE_FORMAT_OID is internal only, and has no network representation */ >+ { "1.3.6.1.4.1.7165.4.3.4", NULL, NULL }, >+/* LDB_CONTROL_AS_SYSTEM_OID is internal only, and has no network representation */ >+ { "1.3.6.1.4.1.7165.4.3.7", NULL, NULL }, > /* DSDB_EXTENDED_REPLICATED_OBJECTS_OID is internal only, and has no network representation */ > { "1.3.6.1.4.1.7165.4.4.1", NULL, NULL }, > { LDB_CONTROL_RECALCULATE_SD_OID, decode_recalculate_sd_request, encode_recalculate_sd_request}, >-- >1.6.5.2 >
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 7040
:
5216
|
5217
|
5218
|
5219
|
5223
|
5270