Public bug reported:

Binary package hint: winbind

My goal is to get users authenticated using Windows Server 2003 SP2,
using winbind/samba. During configuration, I test winbind's ability to
fetch userinfo from AD using: "wbinfo -i <username>". Now it seems that
this produces:

[2009/03/23 21:19:29,  0] lib/fault.c:fault_report(41)
  INTERNAL ERROR: Signal 11 in pid 9226 (3.2.3)
  Please read the Trouble-Shooting section of the Samba3-HOWTO

Actual logins fail of course also. Full log as attachment, config file
here:

[global]
   # general part
   security = ADS
   interfaces = eth0
   realm = DOMAIN.FI
   workgroup = DOMAIN
   netbios name = PJHVMWARE1
   domain master = no
   local master = no
   preferred master = no
   server string = %h
   encrypt passwords = yes
   wins support = no
   wins server = ad3.domain.fi
   use kerberos keytab = yes
   password server = ad3.domain.fi

   # logging
   log level = 10
   log file = /var/log/samba/log.%m
   max log size = 1000
   syslog = 0

   # disable printing
   load printers = no
   printing = bsd
   printcap name = /dev/null
   show add printer wizard = no
   disable spoolss = yes

   # winbind config
   winbind enum users = yes
   winbind enum groups = yes
   winbind use default domain = yes
   winbind nested groups = yes
   winbind offline logon = no
   winbind separator = +
   winbind nss info = sfu
   winbind cache time = 60

   idmap backend = ad
   idmap domains = DOMAIN
   idmap uid = 10000-50000
   idmap gid = 10000-50000
   idmap config DOMAIN:schema_mode = sfu
   idmap config DOMAIN:readonly = yes
   idmap config DOMAIN:backend = ad
   #idmap config DOMAIN:default = yes
   #idmap config DOMAIN:range = 10000-50000
   #idmap alloc backend = tdb
   #idmap alloc config:range = 5000 - 9999 

   template shell = /bin/bash
   template homedir = /home/%D/%U
   client use spnego = yes

** Affects: samba (Ubuntu)
     Importance: Undecided
         Status: New

-- 
Samba/Winbind: INTERNAL ERROR: Signal 11
https://bugs.launchpad.net/bugs/347503
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs

Reply via email to