From: avasquez <ava...@gm...> - 2006-07-28 02:26:27
|
I've created a user using NSS, setup along with pam_mysql. The user is allowed to ssh into the computer after it's checked through the sshd PAM file. Everything works perfect. I was wondering though if their was a I can allow that user to only login through a certin time frame. I have a table in mysql database that has time stamps. I would like pam_mysql to read those times to see if the user is allowed to login. Can this be done with pam_mysql? |