mconnors
06-10-2003, 01:32 AM
I own the site www.morguefile.com
http://www.codingforums.com/showthread.php?s78dd8a94dd582842e2cf9d87480ddd4f&threadid=20176
I could really use some help on the development side- I am trying to implement a new backend. Everything is working beautifully with mysql and horde imp but I am having real difficulties implementing the login for users. Photo contributors get an imap email account, using the same credentials I was going to build a script so they can alter info and photos-
the server config is a redhat linux 7.2 with ensim appliance installed and perl 5.6.2, I'm trying to use Authen::pam module to create the login form and change password form. I'm such a unix newbie I'm not really sure how to so this. I installed auten::pam but I did recieve the error on make test, although I believed the package installed because in my script I can "use Authen::PAM;" in the cgi script and as root logged into the box i can run #perl -e 'use Authen::PAM; print "Success!\n"' although that same command won't work if I'm logged into the box as admin@morguefile.com. The ensim appliance sets up virtual domains and I can't for the life of me understand it.
This is the error message I see in the /var/log/messages
Jun 9 20:46:11 ensim login(pam_unix)[21395]: authentication failure; logname= uid=503 euid=503 tty= ruser= rhost=
Jun 9 20:46:14 ensim perl[21395]: PAM-listfile: Couldn't open /etc/telnet.pamlist
Jun 9 20:46:17 ensim login(pam_unix)[21395]: 1 more authentication failure; logname= uid=503 euid=503 tty= ruser= rhost=
any help would be greatly appreciated, I really want to get back to taking and sorting photos- thanks in advance
michael connors
http://www.codingforums.com/showthread.php?s78dd8a94dd582842e2cf9d87480ddd4f&threadid=20176
I could really use some help on the development side- I am trying to implement a new backend. Everything is working beautifully with mysql and horde imp but I am having real difficulties implementing the login for users. Photo contributors get an imap email account, using the same credentials I was going to build a script so they can alter info and photos-
the server config is a redhat linux 7.2 with ensim appliance installed and perl 5.6.2, I'm trying to use Authen::pam module to create the login form and change password form. I'm such a unix newbie I'm not really sure how to so this. I installed auten::pam but I did recieve the error on make test, although I believed the package installed because in my script I can "use Authen::PAM;" in the cgi script and as root logged into the box i can run #perl -e 'use Authen::PAM; print "Success!\n"' although that same command won't work if I'm logged into the box as admin@morguefile.com. The ensim appliance sets up virtual domains and I can't for the life of me understand it.
This is the error message I see in the /var/log/messages
Jun 9 20:46:11 ensim login(pam_unix)[21395]: authentication failure; logname= uid=503 euid=503 tty= ruser= rhost=
Jun 9 20:46:14 ensim perl[21395]: PAM-listfile: Couldn't open /etc/telnet.pamlist
Jun 9 20:46:17 ensim login(pam_unix)[21395]: 1 more authentication failure; logname= uid=503 euid=503 tty= ruser= rhost=
any help would be greatly appreciated, I really want to get back to taking and sorting photos- thanks in advance
michael connors