1 Sep 2010 20:29
Re: horde/turba anonymous bind
Gunnar Wrobel <wrobel <at> kolabsys.com>
2010-09-01 18:29:49 GMT
2010-09-01 18:29:49 GMT
Zitat von Alain Abbas <alain.abbas <at> libertech.fr>:
> Hello
> Turba the address book of horde bind in anonymous mode to search in the
> global address book
> that forbid acls for certains groups or certains organizationalUnit and
> doesn t allow us
> to make acl by users
>
> How to make Turba to bind with the dn and the password of the user ?
You can use
$mail = Auth::getAuth();
$pass = Auth::getCredential('password');
in
/kolab/var/kolab/www/client/turba/config/sources.php
You will need to add some LDAP command to map the $mail to the LDAP DN
of the user.
The DN and the $pass are required as
'bind_dn' => '',
'bind_password' => '',
in $cfgSources['kolab_global']
(Continue reading)
RSS Feed