Re: using PAM for authentication
From: William Ahern (william_at_wilbur.25thandClement.com)
Date: 04/22/04
- Next message: Barry Margolin: "Re: Shared memory and semaphore synchonization"
- Previous message: Rich Teer: "Re: Question about popen"
- In reply to: Reinhard Eilmsteiner: "Re: using PAM for authentication"
- Next in thread: Reinhard Eilmsteiner: "Re: using PAM for authentication"
- Reply: Reinhard Eilmsteiner: "Re: using PAM for authentication"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Thu, 22 Apr 2004 10:28:15 -0700
Reinhard Eilmsteiner <news-stuff@eilm.at> wrote:
> Hi!
>
> Do you really want to use operating system users within the web-service?
> LDAP should work with PHP (I just assume this) and you should be able to
> connect to the LDAP from PHP. Therefore you could have the users and the
> passwords within LDAP and call to it from your web-application.
>
> If you don't positively _need_ to use the operating system users for
> your web-application I strongly recommend to use different creditentials
> for security-, maintenance- and portability reasons.
>
> Reinhard.
I'd think a web application's security, maintenance and portability
characteristics would benefit *from* using OS services.
The trick is authorization, and you have to deal w/ that in any scheme so
why duplicate authentication services? One argument is that adding more
software which can see the passwd makes the passwd more vulnerable to
interception, but many (most? all?) people reuse passwds so that particular
point is moot in my book.
I'm curious about your take on the issue.
- Bill
- Next message: Barry Margolin: "Re: Shared memory and semaphore synchonization"
- Previous message: Rich Teer: "Re: Question about popen"
- In reply to: Reinhard Eilmsteiner: "Re: using PAM for authentication"
- Next in thread: Reinhard Eilmsteiner: "Re: using PAM for authentication"
- Reply: Reinhard Eilmsteiner: "Re: using PAM for authentication"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|