Date: Tue, 12 Jun 2001 16:05:19 -0400 (EDT) From: mayres@chimesnet.com To: FreeBSD-gnats-submit@freebsd.org Cc: mayres@chimesnet.com Subject: misc/28107: ident not working under jail Message-ID: <20010612200519.E7D341C8D@jade.chc-chimes.com>
next in thread | raw e-mail | index | archive | help
>Number: 28107 >Category: misc >Synopsis: identd does not return usernames while running under a jail. >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Jun 12 13:10:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: >Release: FreeBSD 4.3-STABLE i386 >Organization: None >Environment: System: FreeBSD solar.kindhosts.com 4.3-STABLE FreeBSD 4.3-STABLE #2: Mon Jun 11 22:08:39 EDT 2001 matta@solar.kindhosts.com:/usr/obj/usr/src/sys/DIS i386 >Description: While running under a jailed enviroment no ident servers will return a valid username. Below is a connection to the hosts ident server and to the jails. The hosts inetd is set to only listen on the hosts ip address. If inetd's internal auth is set to respond with a random string (-g) all works as wanted. host: telnet 64.156.64.2 113 Trying 64.156.64.2... Connected to solar.kindhosts.com. Escape character is '^]'. 113, 1258 113 , 1258 : USERID : UNKNOWN : root Connection closed by foreign host. jail: telnet 64.156.64.12 113 Trying 64.156.64.12... Connected to 64.156.64.12. Escape character is '^]'. 113, 1259 113 , 1259 : ERROR : Operation not permitted Connection closed by foreign host. jail (auth w/ -g): telnet 64.156.64.12 113 Trying 64.156.64.12... Connected to 64.156.64.12. Escape character is '^]'. 113, 1263 113 , 1263 : USERID : UNKNOWN : 6w1l60 Connection closed by foreign host. >How-To-Repeat: See above. >Fix: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010612200519.E7D341C8D>