Suspend users

Jan Kowalsky jankow at datenkollektiv.net
Thu Jul 23 11:19:59 CEST 2015


Hi Friedemann,

Am 21.07.2015 um 19:22 schrieb Friedemann Schorer:
> Hi all,
> Thanks, Jan.
> I'd like to disable login for that user, she's using the calendar, but
> not mails at all. But I didn't find a way to disable in in my roundcube
> pages - how can I do it?

Do I understand right: you want to disable the roundcube login
completely for one user. This can be achieved through the roundcube auth
ldap filter.

>> Similar you can do for roundcube in
>> /etc/roundcube/ldap_authentication.inc.php
>>
>> $rcmail_config['ldap_authentication_filter'] =
>>

But sorry, this was the wrong location: ldap_authentication.inc.php

you have to edit instead kolab_auth.inc.php like:

$config['kolab_auth_filter'] = '(&' . '(objectclass=inetorgperson)' .
'(!(nsrole=cn=suspended,dc=*))' . '(|(uid=%u)(mail=%fu)(alias=%fu)))';

Hope this helps.

Best Regards
Jan


More information about the users mailing list