capriele / myroundcube

Automatically exported from code.google.com/p/myroundcube
0 stars 0 forks source link

Support GSSAPI authorization #826

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Configure apache with mod_auth_kerb
2. Enable http_authorization plugin
3. Try to login using negotiate/gssapi/kerberos auth (not basic).

What is the expected output? What do you see instead?
Successful login.

What version of the product are you using? On what operating system?
RC 1.1

Please provide any additional information below.
This improvment will allow to seamlessly integrate roundcube with AD and other 
directory servers. 
It seems GSSAPI mechanism support should be added to php Auth_SASL (some code 
might be taken from php-ldap module) and to roundcube itself. Roundcube should 
be able to delegate user credentials to imap, smtp, sieve, carddav, caldav 
servers. Curl seems to support GSSAPI already. Cal/carddav plugins should be 
able to use session credentials instead of passwords stored in DB (by the way, 
I think this option should be available for plain session passwords too, for 
security reasons. Something like checkbox - "use session credentials").

Original issue reported on code.google.com by urusha.v...@gmail.com on 20 May 2015 at 11:14

GoogleCodeExporter commented 8 years ago
You are asking for a Roundcube core feature. Goto http://trac.roundcube.net.

Original comment by myroundc...@gmail.com on 20 May 2015 at 2:08