Author: Randy
Date: 10-11-03 02:49
I have search the web for help on automatically having the computer trust accounts created when joining the domain and could not find much info for FreeBSD. Here is the script I use in my smb.conf:
add user script =/usr/sbin/pw useradd -d /dev/null -g machines -s /bin/false -n %u
I hope this helps someone.
|
|