VISULOX Transit Mapping and Ubuntu application servers
Abstract
This article explains how to deploy the VISULOX Transit Zone into a user shell on an Ubuntu application server.
Application setup in VISULOX
Standard Unix aplication interaction using vlxUnix.exp with vlxMode=SYNC.
Setup steps on the Ubuntu application server
CLI: apt-get install sshfs
- Add the line "session required pam_namespace.so" (without double quotes) at the end of the file /etc/pam.d/common-session
Create the file /etc/security/namespace.d/visulox.conf (chmod 644) with the line "$HOME/vlxtransit $HOME/.vlxtransit.inst/ level:create=0775" (without double quotes):
/etc/security/namespace.d/visulox.conf
CODE$HOME/vlxtransit $HOME/.vlxtransit.inst/ level:create=0775
See also: VISULOX Transit mapping