Hello. when i type smbpasswd -j centroadm fetch_domain_sid: machine PMF rejected the tconX on the IPC$ share. Error was : NT_STATUS_ACCESS_DENIED. Failed to get domain SID. Unable to join domain CENTROADM. i have 3 nic on linux box an 3 on w2k pdc. what is the problem??? thanks WILSON This is my smb.conf [global] workgroup = centroadm password server = pmf security = domain winbind uid = 10000-20000 winbind gid = 10000-20000 winbind use default domain = yes winbind cache time = 10 server string = Samba Server log file = /var/log/samba/log.%m max log size = 50 socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192 dns proxy = no netbios name = MATRIX server string = Matrix SMB Server encrypt passwords = yes smb passwd file = /etc/samba/smbpasswd preferred master = no local master = no wins server = 10.1.1.1 log level = 5 domain master = no bind interfaces only = yes interfaces = 192.168.0.99/255.255.255.0
----- Original Message ----- From: "Wilson A. Galafassi Jr." <jr22list@terra.com.br> To: <samba@lists.samba.org>; <squid-users@squid-cache.org> Sent: Thursday, November 21, 2002 1:07 PM Subject: [Samba] winbind is my enemy :) hehehe> Hello. > when i type smbpasswd -j centroadm > fetch_domain_sid: machine PMF rejected the tconX on the IPC$ share. > Error was : NT_STATUS_ACCESS_DENIED. > Failed to get domain SID. Unable to join domain CENTROADM. > > i have 3 nic on linux box an 3 on w2k pdc. > what is the problem??? > thanks > WILSON > > This is my smb.conf<snip> Have you added the machine to the PDC? When you've done that, then use smbpasswd -j DOMAINNAME -r PDCIP -U Administrator%password Then wbinfo -A Administrator%password Then wbinfo -t/-u/-g etc. Shaolin - IT Systems WB Ltd. .: http://www.security-forums.com :.
Henrik Nordstrom
2002-Nov-21 15:35 UTC
[Samba] Re: [squid-users] winbind is my enemy :) hehehe
Try specifying the administrator account when joining. Joining without specifying the administrator account requires the computer account first to be created in the domain. Not sure if this works very well with W2K or later domain controllers. Regards Henrik tor 2002-11-21 klockan 14.07 skrev Wilson A. Galafassi Jr.:> Hello. > when i type smbpasswd -j centroadm > fetch_domain_sid: machine PMF rejected the tconX on the IPC$ share. > Error was : NT_STATUS_ACCESS_DENIED. > Failed to get domain SID. Unable to join domain CENTROADM. > > i have 3 nic on linux box an 3 on w2k pdc. > what is the problem??? > thanks > WILSON > > This is my smb.conf > [global] > workgroup = centroadm > password server = pmf > security = domain > winbind uid = 10000-20000 > winbind gid = 10000-20000 > winbind use default domain = yes > winbind cache time = 10 > server string = Samba Server > log file = /var/log/samba/log.%m > max log size = 50 > socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192 > dns proxy = no > netbios name = MATRIX > server string = Matrix SMB Server > encrypt passwords = yes > smb passwd file = /etc/samba/smbpasswd > preferred master = no > local master = no > wins server = 10.1.1.1 > log level = 5 > domain master = no > bind interfaces only = yes > interfaces = 192.168.0.99/255.255.255.0 >