2011年4月12日

讓 proftpd 支援 nis 使用者

要讓proftpd支援nis使用者,在編譯時需加上 --enable-autoshadow,另外設定檔需加上 PersistentPasswd off,作法如下:

compile proftpd
shell># cd proftpd-1.3.3d
shell># ./configure --enable-nls --enable-autoshadow --prefix=/opt/proftpd
shell># make && make install

edit proftpd.conf
shell># vim /opt/proftpd/etc/proftpd.conf
ADD -> PersistentPasswd off

參考文獻
config_ref_PersistentPasswd.html

沒有留言:

張貼留言