Re: Validate linux user

2002-07-04 Thread David vd Geer Inhuur tbv IPlib
Hi, I hope you are using apache. If so, can easily let apache do the authentication, just set the following in your access.conf : AuthName "RESTRICTED ACCESS" AuthType Basic require group htuser and others AuthUserFile /user/web/apache-1.3.20/Security/myapp/users AuthGroupFile /

Re: Validate linux user

2002-07-03 Thread Peter Scott
At 10:33 AM 7/3/02 -0500, Jose Vicente Paredes Loor. wrote: >Hi, again >I am looking for help to validate a linux user. >I mean, the user, writes username and password and the script returns true or >false if login is correct or incorrect. > >Please help me % perldoc -f crypt [snip]