Projects
Kolab:Winterfell
cyrus-imapd
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 47
View file
0003-Canonification-for-multiple-domains.patch
Changed
@@ -1,21 +1,8 @@ -From 1e21647e0741b41c3607de54ab8cda6414deabaa Mon Sep 17 00:00:00 2001 -From: Timotheus Pokorra <tp@tbits.net> -Date: Mon, 5 Mar 2018 09:35:11 +0100 -Subject: [PATCH] ptclient: implement canonification across multiple domains. - allow users to just connect with their UID. this patch adds functionality to - search each existing domain for the user UID via LDAP. fixes #2282 - ---- - ptclient/ldap.c | 53 ++++++++++++++++++++++++++++++++++++++++++++++++- - 1 file changed, 52 insertions(+), 1 deletion(-) - -diff --git a/ptclient/ldap.c b/ptclient/ldap.c -index 6285986e9..837402c15 100644 ---- a/ptclient/ldap.c -+++ b/ptclient/ldap.c -@@ -934,7 +934,58 @@ static int ptsmodule_get_dn( - if (rc != PTSM_OK) - return rc; +--- a/ptclient/ldap.c 2019-01-02 14:44:17.000000000 +0100 ++++ b/ptclient/ldap.c 2019-03-12 22:13:34.207770974 +0100 +@@ -933,7 +933,58 @@ + if (rc != PTSM_OK) + return rc; - if (ptsm->domain_base_dn && (strrchr(canon_id, '@') != NULL)) { + if (ptsm->domain_base_dn && ptsm->domain_base_dn[0] != '\0' && (strrchr(canon_id, '@') == NULL)) {
Locations
Projects
Search
Status Monitor
Help
Open Build Service
OBS Manuals
API Documentation
OBS Portal
Reporting a Bug
Contact
Mailing List
Forums
Chat (IRC)
Twitter
Open Build Service (OBS)
is an
openSUSE project
.