but have problem with logon
maillong shows only [no mater if password in pam.d/pop is setup correct or no ]
pop3 service init from 192.168.1.100
pam_sm_authenticate called.
dbuser changed.
dbpasswd changed.
host changed.
database changed.
table changed.
usercolumn changed.
passwdcolumn changed.
crypt changed.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
my pam.d/pop looks like follwoing
auth required /lib/security/pam_mysql.so user=my_user passwd=my_passwd host=localhost db=sysadmin table=user usercolumn=user_name passwdcolumn=password crypt=2 where status=A
account required /lib/security/pam_mysql.so user=my_user passwd=my_passwd host=localhost db=sysadmin table=user usercolumn=user_name passwdcolumn=password crypt=2 where status=A
session required pam_stack.so service=system-auth
but have problem with logon
maillong shows only [no mater if password in pam.d/pop is setup correct or no ]
pop3 service init from 192.168.1.100
pam_sm_authenticate called.
dbuser changed.
dbpasswd changed.
host changed.
database changed.
table changed.
usercolumn changed.
passwdcolumn changed.
crypt changed.
I hve the same proble with suse 8.0 (see help forum section). How do you solved this problem?
rocsca