The Samba-Bugzilla – Attachment 4155 Details for
Bug 6341
deleting of local groups does not work with DirX LDAP server
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
patch for 3.3 branch
dirx-patch-for-3.3.patch (text/plain), 1.22 KB, created by
Björn Jacke
on 2009-05-14 12:52:54 UTC
(
hide
)
Description:
patch for 3.3 branch
Filename:
MIME Type:
Creator:
Björn Jacke
Created:
2009-05-14 12:52:54 UTC
Size:
1.22 KB
patch
obsolete
>From 29f6f008e8f02df8fb0f0e9c86bcf63dbb700b63 Mon Sep 17 00:00:00 2001 >From: =?utf-8?q?Bj=C3=B6rn=20Jacke?= <bj@sernet.de> >Date: Thu, 7 May 2009 17:50:34 +0200 >Subject: [PATCH] s3/ldap: also handle DirX return codes > >this is a backport of f238809d236443b8968e1b4b197a55935c7c7e85 from master >--- > source/passdb/pdb_ldap.c | 2 ++ > 1 files changed, 2 insertions(+), 0 deletions(-) > >diff --git a/source/passdb/pdb_ldap.c b/source/passdb/pdb_ldap.c >index 70a1c62..554eb6e 100644 >--- a/source/passdb/pdb_ldap.c >+++ b/source/passdb/pdb_ldap.c >@@ -3282,6 +3282,7 @@ static NTSTATUS ldapsam_delete_group_mapping_entry(struct pdb_methods *methods, > groupmap_attr_list_to_delete)); > > if ((rc == LDAP_NAMING_VIOLATION) || >+ (rc == LDAP_NOT_ALLOWED_ON_RDN) || > (rc == LDAP_OBJECT_CLASS_VIOLATION)) { > const char *attrs[] = { "sambaGroupType", "description", > "displayName", "sambaSIDList", >@@ -3296,6 +3297,7 @@ static NTSTATUS ldapsam_delete_group_mapping_entry(struct pdb_methods *methods, > } > > if ((rc == LDAP_NAMING_VIOLATION) || >+ (rc == LDAP_NOT_ALLOWED_ON_RDN) || > (rc == LDAP_OBJECT_CLASS_VIOLATION)) { > const char *attrs[] = { "sambaGroupType", "description", > "displayName", "sambaSIDList", >-- >1.6.3 >
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 6341
:
4154
| 4155