minidentd是一個迷你的IDENT伺服器,採用RFC 1413實現。 它不包含網路代碼,把它留給一個超級伺服器。 可用於嵌入式系統,並具有使用者控制和隨機生成的答案。
minidentd 0.15本次發佈的作品基於skalibs-1.0.0。 它還修正了構建問題。 從0.15版本開始,minidentd只能在Linux(2.2或更高版本)上運行。 在Linux下,minidentd解析為/proc/NET/TCP的虛擬檔案,因此請確保在/proc檔案系統被掛載。
minidentd使用方法及選項說明:
minidentd [ -v ] [ -n | -i | -r ] [ -y file ] [ -t timeout ]
&HTTP://www.aliyun.com/zixun/aggregation/37954.html">nbsp;
-v : verbose mode. Log queries and replies.. -n : send ERROR : HIDDEN-USER replies if the user has a .ident file in his home directory. -i : user-defined answers. The first 14 chars of the user's .ident file, up to EOF or newline, are used instead of the user name. If the file exists and is empty, send ERROR : HIDDEN-USER. If it doesn't exist, send a normal reply. -r : send random replies. -y file : valid with -n or -i. Use file instead of .ident. -t timeout : close connection after timeout milliseconds without a client request.
下載位址:HTTP://www.skarnet.org/software/minidentd/minidentd-0.15.tar.gz
安裝說明:
建立/package目錄:
mkdir -p /package
chmod 1755 /package
cd /package
下載minidentd安裝包的最新版本。
解壓minidentd包檔:
tar -zxpvf minidentd-0.15.tar.gz
# if you do not have GNU tar, check with your gunzip and tar manual pages.
rm minidentd-0.15.tar.gz
cd net/minidentd-0.15
按照說明編輯設定檔包中conf-compile/
編譯和設置minidentd:
make
sudo make install
編譯完成。
為了節省磁碟空間你可以執行以下命令:
make clean