Use the default Advanced Server group, Domain Users, to control access to files shared among workstation users.
Use net share to create a "home" share for each workstation user. Share the user's UNIX home directory to allow the user to easily move between working in UNIX and Windows environments. Set access permissions using net perms.
Map each user's "home" share to a local workstation drive using logon scripts
Examples:
net share UNIX_USR=c:/usrGive all Advanced Server users access to the UNIX_USR share:
net perms \\users /change everyone:fullcontrol
net perms c:/usr /change Domain Users:rxGive user eddie full access to the directory /usr/eddie; also allow users in the default group users read and execute permission:
net perms c:/usr/eddie /grant eddie:fullcontrolKeep UNIX file permissions fully open for simplicity. If UNIX and Advanced Server users share files, and UNIX users must be restricted from accessing files created by workstation users, set UNIX file ownership and permissions using chown, chgrp and chmod.
lpadmin -p hplaser -v /dev/lp -T PS-b -I PS -m PS accept hplaser enable hplaser
net share HP_PS=hplaser /print
Set printer share permissions fully open unless users are to be restricted to specific printers. See net perms to control access.
View and set printer attributes using net print.
Following these guidelines will help minimize the time and expertise needed to manage the network. Make adjustments as necessary to suit your specific network requirements.
See also: