6.0.0-beta1
▾
Tasks
New Task
Search
Photos
Wiki
▾
Tickets
New Ticket
Search
dev.horde.org
Toggle Alerts Log
Help
8/4/25
H
istory
A
ttachments
C
omment
W
atch
Download
Comment on [#4918] Group/ldap.php: getGroupMembership()
*
Your Email Address
*
Spam protection
Enter the letters below:
.__ .__ .___..__..__. [ __[__) | | || | [_./| \ | |__\|__|
Comment
> Hello > > We are using ISO-8859-1 charset. > > We are setting user permissions on shared calendars through ldap > groups, but we notice that for some groups, the permissions are not > set. > > > > When a ldap group is located inside a ldap container whose name have > french accent, the ldap.php getGroupMembership() function returns > incorrect group name, and the permissions are not set. > > > > Suggested workaround in Group/ldap.php line 709 (CVS version) : > > - $groups[$result[$i]['dn']] = $result[$i][$this->_params['gid']][0]; > > + $groups[ String::convertCharset($result[$i]['dn'], 'UTF-8', > NLS::getCharset())] = > String::convertCharset($result[$i][$this->_params['gid']][0], > 'UTF-8', NLS::getCharset()); > > > > Regards > > Patrick > > > >
Attachment
Watch this ticket
N
ew Ticket
M
y Tickets
S
earch
Q
uery Builder
R
eports
Saved Queries
Open Bugs
Bugs waiting for Feedback
Open Bugs in Releases
Open Enhancements
Enhancements waiting for Feedback
Bugs with Patches
Enhancements with Patches
Release Showstoppers
Stalled Tickets
New Tickets
Horde 5 Showstoppers