Can you pass UID / GID from FreeNAS to a jail ?

dvc9

Explorer
Joined
May 2, 2012
Messages
72
Question.
Are there a way to pass UID / GID from Host system ( FreeNAS ) to a jail ?

Im running Diskover on a Jail. Basically its scanning trough all my files,
and adds them into a GUI where I can organise and search trough my files.

I have successfully made a bash script that automates the install, if anyone wants to try.

https://github.com/shirosaidev/diskover/wiki/Running-on-FreeNAS-or-FreeBSD-11.2

-------

Our server is connected to AD, so all users logon, and uses the server.
The files is therefor tagged with UID / GID from all users.

When the Jail is looking up the files, it only gets the UID / GID instead of
the actual name of the owner.

Is there a way to pass the UID / GID Mapping to a jail ?
Or do I have to add the jail into AD as well ?
 
D

dlavigne

Guest
You will have to add the jail into AD as well (think of it as another FreeBSD system).
 
Top