Displaying 1 result from an estimated 1 matches for "createmachineaccount".
2004 Mar 11
2
add machine script problem
...he user in ldap with smbpasswd -a -m machine.
If I run the script by hand, it works and the account has been added.
After that I can join the domain without any problems. Now I want to
make this machine account creation on the fly. So I added the script to
smb.conf as add user script = /path/to/createmachineaccount.sh.
If I try to join a domain with a workstation that hasn't any account,
the script creates the machine account but on error occurs that I can't
log in because the account doesn't exist. After that if I try to join
again, the logon process works because it found the machine account...