hi,
I am coding a perl dancer web app that will fetch/write info to an
ldap backend (freeipa.org). The ldap vendor is 389, the old netscape
ldap server.
This backend includes kerberos.
So without sasl, it works great. But i would like to avoid passwords
provided we already have a kerberos infras
--On Friday, March 22, 2013 11:13 PM +0100 Natxo Asenjo
wrote:
hi,
I am coding a perl dancer web app that will fetch/write info to an
ldap backend (freeipa.org). The ldap vendor is 389, the old netscape
ldap server.
This backend includes kerberos.
So without sasl, it works great. But i woul
On Fri, Mar 22, 2013 at 11:20 PM, Quanah Gibson-Mount wrote:
> Personally I never found Authen::SASL to work well... There used to be a C
> based SASL API that linked to cyrus-sasl for Perl that worked great. But
> the pure perl SASL implementation had too many issues for me in addition to
> bein