From: Chris R. <chr...@me...> - 2002-06-11 07:41:40
|
On 10/6/02 11:11 pm, ma...@mj... <ma...@mj...> wrote: > Kerberos via LDAP should occur via SASL. I think some LDAP > servers did native K4 before SASL. LDAPv2 had support for kerberos 4 in the bind operation. This support was removed in LDAPv3, presumably with the expectation that you would want to do it via a SASL mechanism instead. (Which makes sense.) Net::LDAP::ASN does not contain the ASN.1 for LDAPv2's kerberos 4 bind choices any more, which explains the "not supported" claim :-) > If your server supports SASL, the best route is to develop your own > kerberos 4 SASL provider. > > Mark Nod. Cheers, Chris |