看板 FB_security 關於我們 聯絡資訊
Hello Anjang Aki wrote: > i'm using oidentd-2.0.8 installed through /usr/ports/security/oidentd > for ident authentication > is this normal for those who are using oidentd as ident daemon? or > should i try other ident daemon? Is there a reason why you do not use the identd from FreeBSD itself? It is part of inetd and can be enabled in /etc/inetd.conf. I have changed the default options from: #auth stream [...] auth -r -f -n -o UNKNOWN -t 30 to: auth stream [...] auth -r -t 30 Documentation about the options is in the manpage of inetd (search for "auth"). Hope this helps. bye Fabian _______________________________________________ freebsd-security@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-security To unsubscribe, send any mail to "freebsd-security-unsubscribe@freebsd.org"