Displaying 2 results from an estimated 2 matches for "domainmachin".
Did you mean:
domainmachine
2003 May 21
1
Help.. NT_STATUS_NO_USER_SESSION_KEY
...main Samba server to the domain and I get: error
setting trust account password: NT_STATUS_NO_USER_SESSION_KEY
I've deleted the machine account on the domain, I've double checked the
smb.conf to make sure I have the right domain controller set, and I'm
issuing: smbpasswd -j CORP -r DOMAINMACHINE -U CORP\+Administrator
I have done this on another machine already--it worked fine (same command
line)....
It's Samba 2.2.8a (on both machines).. :-/
Help?!
Thanks,
Glenn
---
Glenn E. Sieb
System Administrator
Lumeta Corporation
+1 732 357-3514 (V)
+1 732 564-0731 (Fax)
2004 Jul 20
1
Question about permissions
.../usr/sbin/groupadd -r %g
delete group script = /usr/sbin/groupdel %g
add user to group script = /usr/bin/gpasswd -a %u %g
delete user from group script = /usr/bin/gpasswd -d %u %g
set primary group script = /usr/sbin/usermod -g '%g' '%u'
add machine script = /usr/sbin/adduser -n -g domainmachines -c Machine
-d /dev/null -s /bin/false %u
smb passwd file = /etc/samba/passwd
logon script = netualinit.bat
logon path = \\%L\profiles\%U
logon home = \\%L\%U
logon drive = H:
domain logons = Yes
os level = 64
preferred master = Yes
domain master = Yes
dns proxy = No
wins support = Yes
message c...