[Samba] winbind

VG.Gavrilov at stalcom.com VG.Gavrilov at stalcom.com
Tue Apr 5 13:16:44 GMT 2005


After starting midnight commander can not ping with ‘wbinfo –p’ winbindd 
In winbind log I got messages:
 
[2005/04/05 16:08:32, 3] libads/ldap.c:ads_do_paged_search(519)
  ads_do_paged_search: ldap_search_with_timeout((objectclass=*)) -> Referral
[2005/04/05 16:08:32, 3] libads/ldap_utils.c:ads_do_search_retry(66)
  Reopening ads connection to realm 'MY.DOMAIN.COM' after error Referral
[2005/04/05 16:08:32, 3] libads/ldap.c:ads_connect(285)
  Connected to LDAP server 192.168.0.3

Why could this happen?

Smb.conf
[global]

   hosts allow = 192.168. 127.
   interfaces = 192.168.0.50/24
   socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192
   load printers = no
   guest account = nobody
   log file = /var/log/samba.%m
   log level = 4 passdb:5 auth:10 winbind:4
   max log size = 102400
   unix charset = UTF8
   display charset = ASCII
   syslog = 0

   server string = proxy
   netbios name = SQUID02

   security = ads
   workgroup = MYDOMAIN
   realm = MY.DOMAIN.COM
   password server = 192.168.0.3  
   allow trusted domains = yes

   client use spnego = yes
   local master = no
   domain master = no
   preferred master = no
   domain logons = no
   wins support = no
   wins server = 192.168.0.3
#   wins proxy = no
   dns proxy = no

   disable netbios = no
   auth methods = winbind

   winbind use default domain = no
   winbind uid = 10000-100000
   winbind gid = 10000-100000
   winbind enum users = yes
   winbind enum groups = yes

/etc/nsswitch.conf:
passwd:         compat winbind
group:          compat winbind




More information about the samba mailing list