Ldap sasl bind(gssapi problem)
Ldap sasl bind(gssapi problem)
am 26.03.2010 12:44:21 von manolisvl18
--0023545bdc182fccfd0482b2afdb
Content-Type: text/plain; charset=ISO-8859-1
Hallo there everyone,
after finishing my server side configuration so as to have the
maximum security
i tried this morning to do a sasl bind with my ldap server ,
my file looks like that:
*$ldapbind=ldap_sasl_bind($ldapconn,NULL,NULL,"GSSAPI","TEIP IR.GR
","ldapmaster","dn:cn=ldapmaster@TEIPIR.GR,ou=kerberos,dc=te ipir,dc=gr");*
* // verify binding*
*
*
* ** ** if ($ldapbind) {*
* echo "LDAP bind successful..." . "
";*
* *
every other mech i use seems to work fine but only the gssapi is not
workign from what i can see on the log
i have tried most of the additional commands i found on the net like:
putenv("KRB5CCNAME={$_SERVER['KRB5CCNAME']}");
*but still nothing *
*any idea to make the bind over gssapi so as to have the kerveros ticket
exchange actually working*
*
*
*Thank you *
--
Manolis Vlachakis
Nelly's Family Hotel
Visit : www.nellys-hotel.gr
www.nellys.gr
Skype : manolis.vlachakis
--0023545bdc182fccfd0482b2afdb--
Re: Ldap sasl bind(gssapi problem)
am 29.03.2010 00:11:35 von dmagick
??????? ???????? wrote:
> Hallo there everyone,
> after finishing my server side configuration so as to have the
> maximum security
> i tried this morning to do a sasl bind with my ldap server ,
> my file looks like that:
>
> *$ldapbind=ldap_sasl_bind($ldapconn,NULL,NULL,"GSSAPI","TEIP IR.GR
> ","ldapmaster","dn:cn=ldapmaster@TEIPIR.GR,ou=kerberos,dc=te ipir,dc=gr");*
> * // verify binding*
> *
> *
> * ** ** if ($ldapbind) {*
> * echo "LDAP bind successful..." . "
";*
> * *
> every other mech i use seems to work fine but only the gssapi is not
> workign from what i can see on the log
> i have tried most of the additional commands i found on the net like:
>
> putenv("KRB5CCNAME={$_SERVER['KRB5CCNAME']}");
>
>
>
> *but still nothing *
> *any idea to make the bind over gssapi so as to have the kerveros ticket
> exchange actually working*
You may have better luck asking on the php-general mailing list, there
are a lot more people subscribed to that.
I've never tried anything relating to kerberos so unfortunately I don't
have any particular suggestions.
--
Postgresql & php tutorials
http://www.designmagick.com/
--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Re: Ldap sasl bind(gssapi problem)
am 29.03.2010 00:58:49 von manolisvl18
--001517476664f584c90482e45656
Content-Type: text/plain; charset=ISO-8859-1
thanks for the advice!!
i ll try my luck there
On 29 March 2010 01:11, Chris wrote:
> ??????? ???????? wrote:
>
>> Hallo there everyone,
>> after finishing my server side configuration so as to have the
>> maximum security
>> i tried this morning to do a sasl bind with my ldap server ,
>> my file looks like that:
>>
>> *$ldapbind=ldap_sasl_bind($ldapconn,NULL,NULL,"GSSAPI","TEIP IR.GR
>> ","ldapmaster","dn:cn=ldapmaster@TEIPIR.GR
>> ,ou=kerberos,dc=teipir,dc=gr");*
>> * // verify binding*
>> *
>> *
>> * ** ** if ($ldapbind) {*
>> * echo "LDAP bind successful..." . "
";*
>> * *
>> every other mech i use seems to work fine but only the gssapi is not
>> workign from what i can see on the log
>> i have tried most of the additional commands i found on the net like:
>>
>> putenv("KRB5CCNAME={$_SERVER['KRB5CCNAME']}");
>>
>>
>>
>> *but still nothing *
>> *any idea to make the bind over gssapi so as to have the kerveros ticket
>> exchange actually working*
>>
>
> You may have better luck asking on the php-general mailing list, there are
> a lot more people subscribed to that.
>
> I've never tried anything relating to kerberos so unfortunately I don't
> have any particular suggestions.
>
> --
> Postgresql & php tutorials
> http://www.designmagick.com/
>
>
--
Manolis Vlachakis
Nelly's Family Hotel
Visit : www.nellys-hotel.gr
www.nellys.gr
Skype : manolis.vlachakis
--001517476664f584c90482e45656--