We currently migrate to MediaWiki from our old installation, but not all content has been migrated yet. Take a look at the Wiki Team page for instructions how to help or browse through our new wiki at wiki.linux-vserver.org to find the information already migrated.
nss_vserver: http://dev.call2ru.com/nss_vserver.tar.bz2
fixed vslogin: http://dev.call2ru.com/vserverauth.tar.gz
This is host-auth module for linux-vserver powered systems.
Read about linux-vserver at http://linux-vserver.org/.
nss_vserver module allows you to auth users from vservers on host via standard PAM auth. If you want to make user login into their vserver via host, you should also get a bit modified vslogin (originally written by
Alec Thomas, http://swapoff.org/LinuxVServer) from http://linux-vserver.org/HowtoHostAuth
With using nss_vserver you not needed in syncshadows daemon from vserverauth.tar.gz -- only vslogin
On linux, just run
make install
After, try to run
make test
To see - is it works.
Just run
make uninstall
After you have installed module, put vslogin to /sbin/, make it suid-root, and you are ready -- try to login into vserver named "test" with user "user" by loggin in into host with username "test-user" or "user@test" -- you should login fine and get into vserver.
WARNING! If you have installed vslogin, NEVER give shell access to your host to users -- any user on host, who able to execute programs and modify environment will be able to log into vservers as anybody he want!
nss_vserver is written by Anton Fedorov <datacompboy@call2ru.com> 19 march 2006
This code is public domain, feel free to use it as you want.