[Catalyst] Catalyst::Plugin::Authentication::Store::LDAP
Gavin Henry
ghenry at perl.me.uk
Fri Feb 10 19:39:32 CET 2006
<quote who="Adam Jacob">
> Has an initial version in the Catalyst SVN repo.
>
> http://dev.catalyst.perl.org/browser/trunk/Catalyst-Plugin-
> Authentication-Store-LDAP
>
> It supports Authentication, returns a useful $c->user object, and
> supports Authz roles. The test's are pretty sparse right now, but
> it's working for me. :)
>
> If one of the other folks who needs this would be so kind as to give
> it a try and report back about it's level of suckiness, I'll make a
> release to CPAN.
What version of OpenLDAP or LDAP server did you test the roles?
Because the posixGroup attribute is memberUid and not just member in:
role_filter' => '(&(objectClass=posixGroup)(member=%s))
See the excellent (and my favourite) resource pages:
http://ldap.akbkhome.com/index.php/objectclass/posixGroup.html
http://ldap.akbkhome.com/index.php/attribute/memberUid.html
Thanks,
Gavin.
P.S. I would submit a patch, but I don't have enough time just now. Sorry ;-)
--
Walking the road to enlightenment... I found a penguin and a camel on the
way..... Fancy a yourname at perl.me.uk? Just ask!!!
http://perlmonks.org/?node_id=386673
More information about the Catalyst
mailing list