[horde] Listing of users not working as expected
ANANT S ATHAVALE
asa at isac.gov.in
Thu Nov 19 13:38:01 UTC 2015
Dear List,
Listing of users is not working with HGWE 5.2.11. Following are my settings.
1. Using LDAP for authentication for Horde.
2. In IMP, able to list and share mailboxes (hordeauth=true)
3. In other applications like Calender, Notes, sharing is not
possible, as listing of users is not happening (except for one id).
4. As a Horde Admin also, users are not getting listed (only one is
getting listed and don't know on what basis).
Not sure since when this happened. But, I recently upgraded to HGWE
5.2.11 when it was released.
Any pointers to resolve this issue, please let me know. Following is
my conf.php for Horde.
$conf['ldap']['hostspec'] = array('x.x.x.x');
$conf['ldap']['tls'] = false;
$conf['ldap']['timeout'] = 5;
$conf['ldap']['version'] = 3;
$conf['ldap']['binddn'] = 'cn=Manager,dc=xxx';
$conf['ldap']['bindpw'] = '1234567';
$conf['ldap']['bindas'] = 'admin';
$conf['ldap']['useldap'] = true;
$conf['auth']['admins'] = array('xyz at isac.gov.in', 'xyz');
$conf['auth']['checkip'] = true;
$conf['auth']['checkbrowser'] = true;
$conf['auth']['resetpassword'] = false;
$conf['auth']['alternate_login'] = false;
$conf['auth']['redirect_on_logout'] = false;
$conf['auth']['list_users'] = 'list';
$conf['auth']['params']['basedn'] = 'dc=xxx';
$conf['auth']['params']['scope'] = 'sub';
$conf['auth']['params']['ad'] = false;
$conf['auth']['params']['uid'] = 'mailacceptinggeneralid';
$conf['auth']['params']['encryption'] = 'md5-base64';
$conf['auth']['params']['newuser_objectclass'] = array('employee', 'trainee');
$conf['auth']['params']['filter'] =
'(|(servername=isacmail1)(servername=isacmail2))';
$conf['auth']['params']['password_expiration'] = 'no';
$conf['auth']['params']['driverconfig'] = 'horde';
$conf['auth']['driver'] = 'ldap';
$conf['auth']['params']['count_bad_logins'] = false;
$conf['auth']['params']['login_block'] = false;
$conf['auth']['params']['login_block_count'] = 5;
$conf['auth']['params']['login_block_time'] = 5;
$conf['accounts']['params']['hostspec'] = array('x.x.x.x');
$conf['accounts']['params']['tls'] = false;
$conf['accounts']['params']['timeout'] = 5;
$conf['accounts']['params']['version'] = 3;
$conf['accounts']['params']['binddn'] = 'cn=Manager, dc=xxx';
$conf['accounts']['params']['bindpw'] = '1234566';
$conf['accounts']['params']['bindas'] = 'admin';
$conf['accounts']['params']['basedn'] = 'dc=xxx';
$conf['accounts']['params']['scope'] = 'sub';
$conf['accounts']['params']['attr'] = 'mailacceptinggeneralid';
$conf['accounts']['params']['strip'] = false;
$conf['accounts']['params']['driverconfig'] = 'custom';
$conf['accounts']['driver'] = 'ldap';
--
सादर धन्यवाद/ Thanks & Regards
अनंत / Anant
------------------------------------------------------------------------------
Confidentiality Notice: This e-mail message, including any attachments, is for
the sole use of the intended recipient(s) and may contain confidential and
privileged information. Any unauthorized review, use, disclosure or
distribution is prohibited. If you are not the intended recipient, please
contact the sender by reply e-mail and destroy all copies of the original
message.
------------------------------------------------------------------------------
More information about the horde
mailing list