Bug 6613
| Summary: | identd -l option no longer logs the remote host | ||
|---|---|---|---|
| Product: | [Retired] Red Hat Linux | Reporter: | culliton |
| Component: | pidentd | Assignee: | Trond Eivind Glomsrxd <teg> |
| Status: | CLOSED ERRATA | QA Contact: | |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 6.1 | Keywords: | Security |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | i386 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 1999-12-16 19:42:51 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
culliton
1999-11-01 21:28:01 UTC
Using tcpd to log things may cause an identd loop if each side has a tcpd-wrapped identd, and each side is configured to do identd lookups in tcpd. Try removing the '-l' switch from the auth entry in /etc/inetd.conf and uncomment the 'result:syslog-level =' entry in /etc/identd.conf and set it's value to 'info'. #-- Log all request replies to syslog (none == don't) result:syslog-level = info Suggested configuration change works. The documentation and comments in config file could be clearer about use of syslog-level. As it stands it's not immediately obvious that setting it to a value other than none enables additional logging rather than just "redirecting" the basic log messages. Close this or reassign it for documentation at your discretion. This one ends up being a "the default behaviour changed and the documentation could use some clarification" problem. Otherwise the suggestions above have resolved the problem. |