passwd |
NcFTPd domain.cf file configuration Don't forget to restart NcFTPd after modifying the domain.cf file. |
For each domain set in the domain.cf file, you set the configuration variable passwd to a comma-delimited list of authentication options. Each option must be the pathname to a NcFTPd password database created by ncftpd_passwd, or regular authentication, denoted by using the option named /etc/passwd.
You may specify more than one option, which means that NcFTPd will try them in sequence until authentication succeeds or the list is exhaused.
Examples:
passwd=/etc/passwd
passwd=/etc/passwd,/usr/local/etc/ncftpd/pwdb/virt.db
passwd=/usr/local/etc/ncftpd/pwdb/virt.db
passwd=/usr/local/etc/ncftpd/pwdb/virt1.db,/etc/passwd,/usr/local/etc/ncftpd/pwdb/virt2.db