<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic HP-UX Samba Winbind T_conX in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/hp-ux-samba-winbind-t-conx/m-p/3094339#M7290</link>
    <description>Hi All!&lt;BR /&gt;&lt;BR /&gt;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.&lt;BR /&gt;&lt;BR /&gt;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". &lt;BR /&gt;&lt;BR /&gt;I started the windbindd -i -d 100 After I run the wbinfo -t this is the output at the end of the log. &lt;BR /&gt;-----------------------------------------------&lt;BR /&gt;Windbindd output (log)&lt;BR /&gt;write_socket(4,62)&lt;BR /&gt;write_socket(4,62) wrote 62&lt;BR /&gt;got smb length of 35&lt;BR /&gt;size=35&lt;BR /&gt;smb_com=0x75&lt;BR /&gt;smb_rcls=34&lt;BR /&gt;smb_reh=0&lt;BR /&gt;smb_err=49152&lt;BR /&gt;smb_flg=136&lt;BR /&gt;smb_flg2=49153&lt;BR /&gt;smb_tid=0&lt;BR /&gt;smb_pid=15932&lt;BR /&gt;smb_uid=20482&lt;BR /&gt;smb_mid=1&lt;BR /&gt;smt_wct=0&lt;BR /&gt;smb_bcc=0&lt;BR /&gt;failed tcon_X&lt;BR /&gt;Could not connect to a dc for domain AT1&lt;BR /&gt;accepted socket 9&lt;BR /&gt;client_read: read 1044 bytes. Need 0 more for a full request.&lt;BR /&gt;process_request: request fn CHECK_MACHACC&lt;BR /&gt;[15934]: check machine account&lt;BR /&gt;returning positive get_dc_name_cache entry for AT1&lt;BR /&gt;returning negative open_connection_cache entry for AT1, SW2AT101&lt;BR /&gt;Could not open a connection to AT1&lt;BR /&gt;could not open handle to NETLOGON pipe&lt;BR /&gt;client_write: wrote 1300 bytes.&lt;BR /&gt;client_read: read 0 bytes. Need 1044 more for a full request.&lt;BR /&gt;read failed on sock 9, pid 15934: EOF&lt;BR /&gt;&lt;BR /&gt;I have also attached my /etc/opt/samba/smb.conf after the winbindd log. This is the /etc/opt/samba/smb.conf&lt;BR /&gt;&lt;BR /&gt;-----------------------------------------------&lt;BR /&gt;Samba config file created using SWAT&lt;BR /&gt;# from wsat1768.glock.com (10.10.10.113)&lt;BR /&gt;# Date: 2002/08/28 13:23:34&lt;BR /&gt;# Global parameters&lt;BR /&gt;[global]&lt;BR /&gt;winbind separator = +&lt;BR /&gt;winbind uid = 10000-65000&lt;BR /&gt;winbind gid = 10000-65000&lt;BR /&gt;winbind enum users = yes&lt;BR /&gt;winbind enum groups = yes&lt;BR /&gt;winbind cache time = 15&lt;BR /&gt;template homedir = /baan/bse/home/%U&lt;BR /&gt;template shell = /bin/bash&lt;BR /&gt;; winbind use defalt domain = yes&lt;BR /&gt;security = domain&lt;BR /&gt;workgroup = AT1&lt;BR /&gt;netbios name = suxat1smb&lt;BR /&gt;server string = Samba wins running %v&lt;BR /&gt;wins server = 10.10.1.1&lt;BR /&gt;smb passwd file = /var/opt/samba/private/smbpasswd&lt;BR /&gt;encrypt passwords = Yes&lt;BR /&gt;min passwd length = 3&lt;BR /&gt;passwd program = /usr/bin/passwd %u&lt;BR /&gt;;password level = 8&lt;BR /&gt;password server = sw2at101 sw2at104&lt;BR /&gt;;username level = 8&lt;BR /&gt;unix password sync = Yes&lt;BR /&gt;syslog = 0&lt;BR /&gt;log file = /var/opt/samba/log.%m&lt;BR /&gt;max log size = 1000&lt;BR /&gt;domain master = false&lt;BR /&gt;dns proxy = no&lt;BR /&gt;dos filetime resolution = Yes&lt;BR /&gt;# this will hopefully speed up tcp access&lt;BR /&gt;socket options = TCP_NODELAY&lt;BR /&gt;# do not show files starting with dots&lt;BR /&gt;hide dot files = yes&lt;BR /&gt;#Time server support&lt;BR /&gt;time server = yes&lt;BR /&gt;[homes]&lt;BR /&gt;comment = Home Directories&lt;BR /&gt;path = /baan/bse/home/%u&lt;BR /&gt;browseable = No&lt;BR /&gt;[tmp]&lt;BR /&gt;path = /tmp&lt;BR /&gt;[ups]&lt;BR /&gt;path = /home/lanman/ups&lt;BR /&gt;[telbak]&lt;BR /&gt;comment = telbak&lt;BR /&gt;path = /baan/telbak&lt;BR /&gt;[data]&lt;BR /&gt;comment = windows databases&lt;BR /&gt;path = /baan2/data&lt;BR /&gt;[printers]&lt;BR /&gt;path = /tmp&lt;BR /&gt;guest ok = Yes&lt;BR /&gt;printable = Yes&lt;BR /&gt;browseable = No&lt;BR /&gt;[netlogon]&lt;BR /&gt;path = /tmp&lt;BR /&gt;write list = @ntadmin&lt;BR /&gt;read only = Yes&lt;BR /&gt;browseable = yes&lt;BR /&gt;public = no&lt;BR /&gt;locking = no&lt;BR /&gt;case sensitive = no&lt;BR /&gt;; case preserve = yes&lt;BR /&gt;short preserve case = no&lt;BR /&gt;&lt;BR /&gt;I think I am having a problem with T_conX does any body know how to fix this.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Larry&lt;BR /&gt; &lt;BR /&gt;&lt;BR /&gt;  &lt;BR /&gt; &lt;BR /&gt; &lt;BR /&gt;privacy statement using this site means you accept its terms   &lt;BR /&gt; &lt;BR /&gt; &lt;BR /&gt;Â© 1994-2003 Hewlett-Packard Company &lt;BR /&gt;</description>
    <pubDate>Wed, 15 Oct 2003 15:06:16 GMT</pubDate>
    <dc:creator>mvr</dc:creator>
    <dc:date>2003-10-15T15:06:16Z</dc:date>
    <item>
      <title>HP-UX Samba Winbind T_conX</title>
      <link>https://community.hpe.com/t5/operating-system-linux/hp-ux-samba-winbind-t-conx/m-p/3094339#M7290</link>
      <description>Hi All!&lt;BR /&gt;&lt;BR /&gt;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.&lt;BR /&gt;&lt;BR /&gt;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". &lt;BR /&gt;&lt;BR /&gt;I started the windbindd -i -d 100 After I run the wbinfo -t this is the output at the end of the log. &lt;BR /&gt;-----------------------------------------------&lt;BR /&gt;Windbindd output (log)&lt;BR /&gt;write_socket(4,62)&lt;BR /&gt;write_socket(4,62) wrote 62&lt;BR /&gt;got smb length of 35&lt;BR /&gt;size=35&lt;BR /&gt;smb_com=0x75&lt;BR /&gt;smb_rcls=34&lt;BR /&gt;smb_reh=0&lt;BR /&gt;smb_err=49152&lt;BR /&gt;smb_flg=136&lt;BR /&gt;smb_flg2=49153&lt;BR /&gt;smb_tid=0&lt;BR /&gt;smb_pid=15932&lt;BR /&gt;smb_uid=20482&lt;BR /&gt;smb_mid=1&lt;BR /&gt;smt_wct=0&lt;BR /&gt;smb_bcc=0&lt;BR /&gt;failed tcon_X&lt;BR /&gt;Could not connect to a dc for domain AT1&lt;BR /&gt;accepted socket 9&lt;BR /&gt;client_read: read 1044 bytes. Need 0 more for a full request.&lt;BR /&gt;process_request: request fn CHECK_MACHACC&lt;BR /&gt;[15934]: check machine account&lt;BR /&gt;returning positive get_dc_name_cache entry for AT1&lt;BR /&gt;returning negative open_connection_cache entry for AT1, SW2AT101&lt;BR /&gt;Could not open a connection to AT1&lt;BR /&gt;could not open handle to NETLOGON pipe&lt;BR /&gt;client_write: wrote 1300 bytes.&lt;BR /&gt;client_read: read 0 bytes. Need 1044 more for a full request.&lt;BR /&gt;read failed on sock 9, pid 15934: EOF&lt;BR /&gt;&lt;BR /&gt;I have also attached my /etc/opt/samba/smb.conf after the winbindd log. This is the /etc/opt/samba/smb.conf&lt;BR /&gt;&lt;BR /&gt;-----------------------------------------------&lt;BR /&gt;Samba config file created using SWAT&lt;BR /&gt;# from wsat1768.glock.com (10.10.10.113)&lt;BR /&gt;# Date: 2002/08/28 13:23:34&lt;BR /&gt;# Global parameters&lt;BR /&gt;[global]&lt;BR /&gt;winbind separator = +&lt;BR /&gt;winbind uid = 10000-65000&lt;BR /&gt;winbind gid = 10000-65000&lt;BR /&gt;winbind enum users = yes&lt;BR /&gt;winbind enum groups = yes&lt;BR /&gt;winbind cache time = 15&lt;BR /&gt;template homedir = /baan/bse/home/%U&lt;BR /&gt;template shell = /bin/bash&lt;BR /&gt;; winbind use defalt domain = yes&lt;BR /&gt;security = domain&lt;BR /&gt;workgroup = AT1&lt;BR /&gt;netbios name = suxat1smb&lt;BR /&gt;server string = Samba wins running %v&lt;BR /&gt;wins server = 10.10.1.1&lt;BR /&gt;smb passwd file = /var/opt/samba/private/smbpasswd&lt;BR /&gt;encrypt passwords = Yes&lt;BR /&gt;min passwd length = 3&lt;BR /&gt;passwd program = /usr/bin/passwd %u&lt;BR /&gt;;password level = 8&lt;BR /&gt;password server = sw2at101 sw2at104&lt;BR /&gt;;username level = 8&lt;BR /&gt;unix password sync = Yes&lt;BR /&gt;syslog = 0&lt;BR /&gt;log file = /var/opt/samba/log.%m&lt;BR /&gt;max log size = 1000&lt;BR /&gt;domain master = false&lt;BR /&gt;dns proxy = no&lt;BR /&gt;dos filetime resolution = Yes&lt;BR /&gt;# this will hopefully speed up tcp access&lt;BR /&gt;socket options = TCP_NODELAY&lt;BR /&gt;# do not show files starting with dots&lt;BR /&gt;hide dot files = yes&lt;BR /&gt;#Time server support&lt;BR /&gt;time server = yes&lt;BR /&gt;[homes]&lt;BR /&gt;comment = Home Directories&lt;BR /&gt;path = /baan/bse/home/%u&lt;BR /&gt;browseable = No&lt;BR /&gt;[tmp]&lt;BR /&gt;path = /tmp&lt;BR /&gt;[ups]&lt;BR /&gt;path = /home/lanman/ups&lt;BR /&gt;[telbak]&lt;BR /&gt;comment = telbak&lt;BR /&gt;path = /baan/telbak&lt;BR /&gt;[data]&lt;BR /&gt;comment = windows databases&lt;BR /&gt;path = /baan2/data&lt;BR /&gt;[printers]&lt;BR /&gt;path = /tmp&lt;BR /&gt;guest ok = Yes&lt;BR /&gt;printable = Yes&lt;BR /&gt;browseable = No&lt;BR /&gt;[netlogon]&lt;BR /&gt;path = /tmp&lt;BR /&gt;write list = @ntadmin&lt;BR /&gt;read only = Yes&lt;BR /&gt;browseable = yes&lt;BR /&gt;public = no&lt;BR /&gt;locking = no&lt;BR /&gt;case sensitive = no&lt;BR /&gt;; case preserve = yes&lt;BR /&gt;short preserve case = no&lt;BR /&gt;&lt;BR /&gt;I think I am having a problem with T_conX does any body know how to fix this.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Larry&lt;BR /&gt; &lt;BR /&gt;&lt;BR /&gt;  &lt;BR /&gt; &lt;BR /&gt; &lt;BR /&gt;privacy statement using this site means you accept its terms   &lt;BR /&gt; &lt;BR /&gt; &lt;BR /&gt;Â© 1994-2003 Hewlett-Packard Company &lt;BR /&gt;</description>
      <pubDate>Wed, 15 Oct 2003 15:06:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/hp-ux-samba-winbind-t-conx/m-p/3094339#M7290</guid>
      <dc:creator>mvr</dc:creator>
      <dc:date>2003-10-15T15:06:16Z</dc:date>
    </item>
  </channel>
</rss>

