6.0.0-beta1
▾
Tasks
New Task
Search
Photos
Wiki
▾
Tickets
New Ticket
Search
dev.horde.org
Toggle Alerts Log
Help
8/18/25
H
istory
A
ttachments
C
omment
W
atch
Download
Comment on [#12128] Bad search filter ldap Groups
*
Your Email Address
*
Spam protection
Enter the letters below:
.__ . ..__ . .\ / [__)| |[__)|__| >< | |/\|| \| |/ \
Comment
> > > After having thought about this issue, I realized that there is > nothing to change into findUserDN(). This function are not in cause > and does what she has to do which is to return the DN user. > But when we call from the Horde group system Horde/Group/Ldap.php via > listGroups() the uid parameter is missed. > So I added the line $conf['group']['params']['uid'] = 'uid'; in > myhorde/config/conf.php and conf.xml. > > This time I have no longer the message 'bad filter' but I get the > error message > > DN for user webadm not found > > So I look again at listGroups() in Horde/Group/Ldap.php and try to replace : > $user = $this->_ldap->findUserDN($user); > by > $user = Horde_ldap::findUserDN($user); > > This time things are better but there is still something bad with the > filter, in fact, in the interface kronolith I get the message : > Bad search filter Parameters: Base: dc=ias.u-psud,dc=fr Filter: > (cn=**) Scope: sub. > Maybe it should be cn=* I suppose. > > An idea ? Thanks in advance. > > Best regards. > > Gérard Breiner >
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