Stefan Beck
2004-Feb-02  13:36 UTC
[Samba] 3.0.2rc2 ads member server: kerberos ok, ntlm fails
Hello,
I set up samba 3.0.2rc2 (also tried 3.0.1 which had other problems) on 
Debian sid as an ADS member server:
- joining the domain works flawlessly
- browsing the samba server via 'smbclient -k -L //samba' works
flawlessly
- browsing the samba server via 'smbclient -L //samba -U user%pw' fails 
with 'session setup failed: NT_STATUS_TRUSTED_RELATIONSHIP_FAILURE'
- browsing an Win2k member server via 'smbclient -L //win2k -U user%pw' 
works flawlessly
Any sugesstions/hints on this from the samba gurus ?
More debug info is available if required.
btw. there is an interessting little thing:
samba client (3.0.1) and samba server negotiated as smb dialect: 'Samba'
according to http://www.ubiqx.org/cifs/SMB.html#SMB.6 this is not used 
anymore ...
samba client ans win2k negotiated as smb dialect: 'NT LANMAN 1.0'
(as expected I would say).
regards
Stefan
my smb.conf:
[global]
         workgroup = ITER
         realm = ITEREU.DE
         server string = %h server (Samba %v)
         security = ADS
         password server = x.x.x.x y.y.y.y
         passwd program = /usr/bin/passwd %u
         passwd chat = *Enter\snew\sUNIX\spassword:* %n\n 
*Retype\snew\sUNIX\spassword:* %n\n .
         syslog = 0
         log file = /var/log/samba/log.%m
         max log size = 1000
         server signing = auto
         deadtime = 15
         keepalive = 0
         socket options = TCP_NODELAY IPTOS_LOWDELAY SO_KEEPALIVE
         load printers = No
         lm announce = No
         preferred master = No
         local master = No
         domain master = No
         dns proxy = No
         wins server = x.x.x.x, y.y.y.y
         ldap ssl = no
         utmp = Yes
         panic action = /usr/share/samba/panic-action %d
         invalid users = root
         hide special files = Yes
         delete veto files = Yes
         veto files = /.AppleDouble/.bin/.AppleDesktop/Network Trash Folder/
         map archive = No
Maybe Matching Threads
- access samba share getting NT_STATUS_TRUSTED_RELATIONSHIP_FAILURE error VS. nullSessionPipes
- Samba AD member and connections from non-AD systems failing
- "username map" parameter not working after upgrade to SAMBA 3
- Cannot access HOME folder after upgrading to 4.8 from 4.6
- Problem with POSIX ACL when using SMB2 protocol
