6.0.0-alpha14
▾
Tasks
New Task
Search
Photos
Wiki
▾
Tickets
New Ticket
Search
dev.horde.org
Toggle Alerts Log
Help
7/3/25
H
istory
A
ttachments
C
omment
W
atch
Download
Comment on [#1305] Sort LDAP users
*
Your Email Address
*
Spam protection
Enter the letters below:
__ . .\ /. ..___ / `|\/| >< | |[__ \__.| |/ \|__|[___
Comment
> The following simple patch sorts a list of users returned from LDAP. > This is particularly useful when working with shares and permissions > in our organization (1400+ users). When the users aren't sorted > alphabetically, its difficult to quickly find them. > > > > --- horde/lib/Horde/Auth/ldap.php 2005-02-03 09:03:27.000000000 -0500 > > +++ horde/lib/Horde/Auth/ldap.php 2005-02-03 10:43:32.000000000 -0500 > > @@ -327,6 +327,7 @@ > > for ($i = 0; $i < $entries['count']; $i++) { > > $userlist[$i] = $entries[$i][$this->_params['uid']][0]; > > } > > + sort ( $userlist ); > > > > return $userlist; > > } > >
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