Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 24 Aug 2009 17:17:16 +0200
From:      Tobias Lott <tlott@gamesnet.de>
To:        freebsd-jail@freebsd.org
Subject:   Accessing Unix-Sockets from Jails
Message-ID:  <20090824171716.4722c136@sub.han.vpn.gamesnet.de>

next in thread | raw e-mail | index | archive | help
Good Day

Just a short Question, I've noticed that I can access any Domain Socket
which is on the Host System within any Jail. OpenLDAP for example.

jail1% ldapsearch -b dc=example,dc=com
# extended LDIF
#
# LDAPv3
# base <dc=example,dc=com> with scope subtree
# filter: (objectclass=*)
# requesting: ALL
#

# search result
search: 2
result: 32 No such object

# numResponses: 1


Reason why there is no Object is just cause I haven't imported the ldif
yet. Its definitely not using tcp since slapd is bound to localhost (on
Host FreeBSD)
Anyway is that by Design or a Bug?

uname output:
FreeBSD quad.han.vpn.gamesnet.de 8.0-BETA2 FreeBSD 8.0-BETA2 #0
r196198: Fri Aug 14 00:22:42 CEST 2009
root@quad.han.vpn.gamesnet.de:/usr/obj/usr/src/sys/QUAD  i386

Cheers
-- 
Tobias Lott



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20090824171716.4722c136>