[horde] sort users name in Horde system(ldap auth backend)
=?big5?b?sWmofaTl?=
david at tmv.gov.tw
Thu Apr 8 23:37:26 PDT 2004
Hi there:
Horde cvs and Ldap auth-backend.
I'd like to know if i wanna have a ascending sort by user name for users's list
in Administration->Users,what should i do ?
Horde/conf.php
$conf['auth']['admins'] = array('root at example.com');
$conf['auth']['checkip'] = true;
$conf['auth']['params']['hostspec'] = 'ldap.example.com';
$conf['auth']['params']['basedn'] = 'dc=example.com';
$conf['auth']['params']['uid'] = 'uid';
$conf['auth']['params']['objectclass'] = array('person');
$conf['auth']['driver'] = 'ldap';
Thank you
David
More information about the horde
mailing list