VASC Troubleshooting
From Chaos
| VASC | ||
|---|---|---|
| < Previous page | Contents | Next Page > |
Troubleshooting VASC
Troubleshooting VASC is fairly straightforward. Just modify the vasc.xml and change the XML tag enableDebug to true. Once you do that, log on with your Windows PC, and it will send various messages/errors to your local system logger (by default, to the USER facility).
You can also run 'vasc.pl' on the command line, to make sure things work correctly. For example, to test a logon, run the following (note that there are 3 parameters sent to vasc.pl at a minimum. The first one is the method [logon, logoff, mount, umount]. The second is the username, and the third is the groupname. So, for a user administrator, group Domain Admins, and method logon, I would run this:
| root@localhost:/etc/samba/vasc# ./vasc.pl "logon" "administrator" "Domain Admins" |
You can run vasc.pl with --help to get additional information.
| root@localhost:/etc/samba/vasc# ./vasc.pl --help |
Additional Help
If you still can't figure out what's going on, drop me a line via the Contact Us link on the left, and I'll see what I can do.