How do I configure Acegi to use the /etc/passwd file for authentication?
How do I configure Acegi to use the /etc/group for authorization?
How do I configure Acegi to use the /etc/passwd file for authentication?
How do I configure Acegi to use the /etc/group for authorization?
I think you'd need to write your own UserDetailsService implementation.