On Fri, 25 Mar 2005 14:15:51 +1000, Smitro wrote:
[color=blue]
> Michael Vilain wrote:[color=green]
>> In article <42437e52$1@quokka.wn.com.au>, Smitro <nospam@myh0use.c0m>
>> wrote:
>>
>>[color=darkred]
>>>Hi,
>>>
>>>I'm looking for a Tutorial about Authenticating using PHP and Linux User
>>>Accounts. Can some one point me in the right direction?
>>>
>>>Smitro[/color]
>>
>>
>> First off, php is a scripting language which can be used to create
>> dynamic web sites. The web server can be used to do authentication
>> (i.e. htaccess), but php can be used in it's place to authenticate in
>> it's place. I'd start by reading up on sessions either on the web or in
>> your php books.
http://shiflett.org/articles has lots of great articles.
>>
>> You don't typically authenticate against a user account when accessing a
>> web site. What are you trying to do?
>>[/color]
>
> I already have a mail server and other services all setup to use the
> Linux users. I had a bit of a think about it, and I'm a think about it
> since my last post and I have set it up to authenticating against the
> mail server. I just need something that says yes they are a user of this
> system or not. if so, display this page.. Think I've figured it all out
> now, thanks for your help.[/color]
I think you need to do some more reading. Mail services may well use the
system services to authentigate against, but they do *not* provide
authentication services for anything.
Look at PAM, for example.
Steve