Hello,
Has anyone gotten sasl with gssapi login to work? I have tried the following
settings in the config file.
$servers->setValue('server','tls',false);
$servers->setValue('login','auth_type','config');
$servers->setValue('login','anon_bind',false);
/************************************
* SASL Authentication *
************************************/
$servers->setValue('server','sasl',true);
$servers->setValue('sasl','mech','GSSAPI');
$servers->setValue('sasl','authz_id_regex','/^uid=([^,]+)(.+)/i');
$servers->setValue('sasl','authz_id_replacement','$1');
my apache config is the following.
AuthType Kerberos
AuthName "Domain account (your firstname.lastname)"
KrbAuthRealms MYREALM
KrbServiceName HTTP/hostname
Krb5Keytab /etc/krb5.keytab.hostname-http
KrbSaveCredentials on
#KrbMethodNegotiate on
#KrbMethodK5Passwd off
require valid-user
But pla does not login and I get the following error message.
"Unable to login. Your configuration file has authentication set to CONFIG
based authentication, however, the userid/password failed to login"
Any help is appreciated.
Thank you
------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
trial. Simplify your report design, integration and deployment - and focus on
what you do best, core application coding. Discover what's new with
Crystal Reports now. http://p.sf.net/sfu/bobj-july
_______________________________________________
phpldapadmin-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/phpldapadmin-users