Projects
Kolab:3.4
cyrus-imapd
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 54
View file
cyrus-imapd.spec
Changed
@@ -67,6 +67,7 @@ Patch0007: 0007-Correct-location-of-ifdef-endif.patch Patch0008: 0008-Extend-ifdefs-endifs-for-WITH_DAV.patch Patch0009: 0009-Keep-the-same-order-between-.c-and-.h-perhaps.patch +Patch0010: 0010-do-not-apply-ptloader-ldap-root-dn-discovery.patch BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX) @@ -252,6 +253,7 @@ %patch0007 -p1 %patch0008 -p1 %patch0009 -p1 +%patch0010 -p1 # only to update config.* files aclocal -I cmulocal
View file
0010-do-not-apply-ptloader-ldap-root-dn-discovery.patch
Added
@@ -0,0 +1,13 @@ +diff --git a/ptclient/ldap.c b/ptclient/ldap.c +index b45a1a0..8e30e53 100644 +--- a/ptclient/ldap.c ++++ b/ptclient/ldap.c +@@ -946,7 +946,7 @@ static int ptsmodule_get_dn( + 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)) { + syslog(LOG_DEBUG, "Attempting to get domain for %s from %s", canon_id, ptsm->domain_base_dn); + + /* Get the base dn to search from domain_base_dn searched on domain_scope with
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
.