From owner-freebsd-bugs Tue Jun 12 13:10: 8 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2118337B407 for ; Tue, 12 Jun 2001 13:10:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f5CKA3149745; Tue, 12 Jun 2001 13:10:03 -0700 (PDT) (envelope-from gnats) Received: from webmail.chimesnet.com (mail001.level3.chc-chimes.com [63.211.16.2]) by hub.freebsd.org (Postfix) with ESMTP id AA46737B407 for ; Tue, 12 Jun 2001 13:07:14 -0700 (PDT) (envelope-from mayres@jade.chc-chimes.com) Received: from jade.chc-chimes.com (jade.chc-chimes.com [216.28.46.6]) by webmail.chimesnet.com (Postfix) with ESMTP id 218ECCAC515; Tue, 12 Jun 2001 16:07:08 -0400 (EDT) Received: by jade.chc-chimes.com (Postfix, from userid 1101) id E7D341C8D; Tue, 12 Jun 2001 16:05:19 -0400 (EDT) Message-Id: <20010612200519.E7D341C8D@jade.chc-chimes.com> Date: Tue, 12 Jun 2001 16:05:19 -0400 (EDT) From: mayres@chimesnet.com Reply-To: mayres@chimesnet.com To: FreeBSD-gnats-submit@freebsd.org Cc: mayres@chimesnet.com X-Send-Pr-Version: 3.113 Subject: misc/28107: ident not working under jail Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >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