I have a web-page which I want to restrict to the users defined only in /etc/passwd. I run RH7.2 which stores usernames and their encrypted passwords. I am using php for the fornt-end of my web-page.
Is there a way of checking the username and password the user is made to enter in a pop-up or whatever against the existing acounts in the local password file or in the nis file.
I guess if I am using apache, theres the htaccess thing also, but I ust wanted to get around the bother of having the users to get around creating another accpunt for themselves and use the existing nis accounts.
Thanks.
Is there a way of checking the username and password the user is made to enter in a pop-up or whatever against the existing acounts in the local password file or in the nis file.
I guess if I am using apache, theres the htaccess thing also, but I ust wanted to get around the bother of having the users to get around creating another accpunt for themselves and use the existing nis accounts.
Thanks.