Operating System - HP-UX
1819502 Members
3115 Online
109603 Solutions
New Discussion

Samba Winbindd T_conX failed

 
mvr
Regular Advisor

Samba Winbindd T_conX failed

Hi All!

I am having a problem with Samba winbind. I am installing/starting winbind so that I can connect my HP-UX 11.0 server to a active directory domain.

I set up the server in AD As a pre windows 2000 computer. The join to the domain was successful using the command # smbpasswd -j DOMAIN -r PDC -U Administrator. I can see the server in the network neighborhood when I double click on it I am asked for user name and password. If do a wbinfo -u or -g I get a list of users or groups. If I do a wbinfo -t I get the error "Secret is bad 0xc0000001".

I started the windbindd -i -d 100 After I run the wbinfo -t this is the output at the end of the log.
-----------------------------------------------
Windbindd output (log)
write_socket(4,62)
write_socket(4,62) wrote 62
got smb length of 35
size=35
smb_com=0x75
smb_rcls=34
smb_reh=0
smb_err=49152
smb_flg=136
smb_flg2=49153
smb_tid=0
smb_pid=15932
smb_uid=20482
smb_mid=1
smt_wct=0
smb_bcc=0
failed tcon_X
Could not connect to a dc for domain AT1
accepted socket 9
client_read: read 1044 bytes. Need 0 more for a full request.
process_request: request fn CHECK_MACHACC
[15934]: check machine account
returning positive get_dc_name_cache entry for AT1
returning negative open_connection_cache entry for AT1, SW2AT101
Could not open a connection to AT1
could not open handle to NETLOGON pipe
client_write: wrote 1300 bytes.
client_read: read 0 bytes. Need 1044 more for a full request.
read failed on sock 9, pid 15934: EOF

I have also attached my /etc/opt/samba/smb.conf after the winbindd log. This is the /etc/opt/samba/smb.conf

-----------------------------------------------
Samba config file created using SWAT
# from wsat1768.glock.com (10.10.10.113)
# Date: 2002/08/28 13:23:34
# Global parameters
[global]
winbind separator = +
winbind uid = 10000-65000
winbind gid = 10000-65000
winbind enum users = yes
winbind enum groups = yes
winbind cache time = 15
template homedir = /baan/bse/home/%U
template shell = /bin/bash
; winbind use defalt domain = yes
security = domain
workgroup = AT1
netbios name = suxat1smb
server string = Samba wins running %v
wins server = 10.10.1.1
smb passwd file = /var/opt/samba/private/smbpasswd
encrypt passwords = Yes
min passwd length = 3
passwd program = /usr/bin/passwd %u
;password level = 8
password server = sw2at101 sw2at104
;username level = 8
unix password sync = Yes
syslog = 0
log file = /var/opt/samba/log.%m
max log size = 1000
domain master = false
dns proxy = no
dos filetime resolution = Yes
# this will hopefully speed up tcp access
socket options = TCP_NODELAY
# do not show files starting with dots
hide dot files = yes
#Time server support
time server = yes
[homes]
comment = Home Directories
path = /baan/bse/home/%u
browseable = No
[tmp]
path = /tmp
[ups]
path = /home/lanman/ups
[telbak]
comment = telbak
path = /baan/telbak
[data]
comment = windows databases
path = /baan2/data
[printers]
path = /tmp
guest ok = Yes
printable = Yes
browseable = No
[netlogon]
path = /tmp
write list = @ntadmin
read only = Yes
browseable = yes
public = no
locking = no
case sensitive = no
; case preserve = yes
short preserve case = no

I think I am having a problem with T_conX does any body know how to fix this.

Regards,
Larry





privacy statement using this site means you accept its terms


© 1994-2003 Hewlett-Packard Company