This is a discussion on Authenticate a user using same password as linux password within the PHP Language forums, part of the PHP Programming Forums category; joltman <joltman@geocities.com> wrote: > The only problem with that is that we are trying to avoid ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
joltman <joltman@geocities.com> wrote:
> The only problem with that is that we are trying to avoid adding > another password to the mix, as most people already have 3 to deal with > (windows, e-mail, erp program) e-mail? Is that a POP/IMAP account? You could use that to authenticate with the IMAP functions. |
|
|||
|
joltman wrote:
> The only problem with that is that we are trying to avoid adding > another password to the mix, as most people already have 3 to deal with > (windows, e-mail, erp program) > One other possibility might be to use mysql to store your userids and passwords. Then use pam_mysql for telnet access and mod_auth_mysql for apache access. -- ================== Remove the "x" from my email address Jerry Stuckle JDS Computer Training Corp. jstucklex@attglobal.net ================== |