http://qs321.pair.com?node_id=662447

cutlass2006 has asked for the wisdom of the Perl Monks concerning the following question:

I am seeking wisdom about the current 'state of the art' with respect to user authentication in a typical mod_perl (v1 or v2) environment.

this has been a question, oft asked by other brothers of the monastery, for example;

http://www.perlmonks.org/?node_id=464495

here is a sample of stock (and very good) response;

my particular need is further complicated by the requirement to manage users across the following;

unix user/groups: enforcement of perms on files and execution

svn repository: enforcement of svn groups and users

database: integrate with db users

apache users: integrate with http auth

I know that its unlikely that there exists any single approach to solving this problem ... any top tips ?

some ruminations;
thx in advance, Jim Fuller


Update: In the end I decided to go with LDAP and was pleasantly surprised