I am working on a web-based program that will have user
accounts etc. One of the options we'd like is to be able
to use existing unix accounts. I have a few questions
regarding this.
1. What module should I us for this? (is there on) could
somone provide an example for basic account
authentication and user adding etc.
2. If at all possible I do not want this script running
with root permisions at all. Is this possible?
All help is appreciated.