On 01/27/09 11:26, Vamsidhar Reddy wrote: > Hi, > > I have installed vsftpd on Solaris, its working good for system users. > I am trying to setup virtual users for which i need either pam_userdb.so > or pam_pwdfile.so for authenticating the users. I googled and found out > that pam_userdb.so is not there for Solaris and also lot of users had this > problem. Some one suggested to download source code and install, but > couldn't find that. Can anyone please tell me from where to download source > code for pam_userdb or pam_pwdfile? Or how was this problem resolved.
pam_userdb is part of the Linux-PAM tar-ball. You can find it at most Linux distribution sites. The modules in the Linux-PAM tar-ball are, unfortunately, coded against several Linux-specific extensions to PAM. So in order to compile this module on Solaris, you will need to do some porting-work. Joep