2003-11-17
To add a user for Windows XP clients…
# addsmbuser.sh username "full name" password Example: # addsmbuser.sh bbryan "Benjamin Bryan" fdk537kdff39zs6
II. Adding Machine Account
A machine account is required for each Windows XP client. Use the netbios namae of the machine. For example, to addmachine pc-01…
# addmachine.sh pc-01$ # addmachinesamba.sh pc-01
(note the $ on the first command)
III. Removing Users
# removesmbuser.sh user
IV. Removing Machine Accounts
# rmuser machineaccount$ # smbpasswd -x machineaccount
