From: Matt S. <se...@co...> - 2002-07-01 16:44:54
|
The patch to Net::LDAP::ASN should add the kerberos ASN1. @@ -165,7 +165,8 @@ AuthenticationChoice ::= CHOICE { simple [0] OCTET STRING, - -- 1 and 2 reserved + krbv42LDAP [1] OCTET STRING, + krbv42DSA [2] OCTET STRING, sasl [3] SaslCredentials } SaslCredentials ::= SEQUENCE { What else would need to be added to the package to allow you to do kerberized auth? Btw, I got the ASN1 values from RFC 1777[1]. [1] ftp://ftp.isi.edu/in-notes/rfc1777.txt |