UNIX Authentication Without PAM or LDAP
- You are running a server on Linux
- You want to use the browser interface
- You want to protect access to the project with authentication
- Your /etc/nsswitch.conf file specifies that the password information should be taken from files rather than through nis or nisplus.
The program is normally installed by the script $VOVDIR/../scripts/SETSLAVEUID.sh as part of the regular installation procedure.
% cd $VOVDIR/bin
% su root
% chown root vovgetpasswd
% chmod u+s vovgetpasswd
% exit