I am trying (and can't for the life of me) understand how the user/group database is setup in iocage jails.
In each individual jail, the /etc/nsswitch.conf file says `passwd: compat`and `passwd_compat: nis`.
Calling `getent passwd` gives you the password database, but it doesn't reflect any changes you make to /etc/passwd
There are no files in /var/yp (other than Makefile) or /var/nis
Even if you set the host_domainname in the jail properties to the same value, each jail has a different nis user database.
Where does this user database exist?
In each individual jail, the /etc/nsswitch.conf file says `passwd: compat`and `passwd_compat: nis`.
Calling `getent passwd` gives you the password database, but it doesn't reflect any changes you make to /etc/passwd
There are no files in /var/yp (other than Makefile) or /var/nis
Even if you set the host_domainname in the jail properties to the same value, each jail has a different nis user database.
Where does this user database exist?