Displaying 1 result from an estimated 1 matches for "winbinduser".
Did you mean:
winbind_user
2005 May 19
0
winbind and vnc revisited
...'t work: even after
changing the order of the startup scripts so that winbind started
before vncserver it would not recognize the winbind user.
After googling to find out how to start vncserver for a specific user,
I found something that worked, and put it in the /etc/rc.local file:
/bin/su - winbinduser -c "/usr/bin/vncserver :2"
I'm presuming that this is simply giving the winbinduser root
privilege to start a vnc session on :2. If so, then I would think
that the only reason why things don't work when the normal
"S92vncserver" script is run during startup is that the...