[Samba] winbindd: idmap_init: Ignoring domain

MargoAndTodd margoandtodd at gmail.com
Mon Apr 6 23:10:56 GMT 2009


Hi All,

When I restart smbd and winbindd, I see the
following error message:

rn1 winbindd[8289]:   Initializing idmap domains
         Apr  6 15:15:13 rn1 winbindd[8289]:
        [2009/04/06 15:15:13, 0] nsswitch/idmap.c:idmap_init(388)
rn1 winbindd[8289]: idmap_init: Ignoring domain FOO

How do I stop/correct this error message?

Many thanks,
-T


Two file (smb.conf, nsswitch.conf):

~~~~~~~~ testparm -s | more ~~~~~~~~~~~~~~~~
[global]
         workgroup = FOO
         netbios name = SERVER
         server string = Samba Server
         interfaces = eth0, 127.0.0.1
         null passwords = Yes
         passdb backend = tdbsam
         guest account = pcguest
         passwd program = /usr/bin/passwd %u
         passwd chat = *New*UNIX*password* %n\n 
*ReType*new*UNIX*password* %n\n 
*passwd:*all*authentication*tokens*updated*successfully*
         username map = /etc/samba/smbusers
         unix password sync = Yes
         syslog = 2
         log file = /var/log/samba/samba-log.%m
         max log size = 50
         name resolve order = host wins
         deadtime = 20160
         socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192
         printcap name = /etc/printcap
         add user script = /usr/sbin/useradd -m -G users '%u'
         delete user script = /usr/sbin/userdel -r '%u'
         add group script = /usr/sbin/groupadd '%g'
         delete group script = /usr/sbin/groupdel '%g'
         add user to group script = /usr/sbin/usermod -A '%g' '%u'
         add machine script = /usr/sbin/useradd -s /bin/false -d 
/var/lib/nobody '%u'
         logon script = scripts\logon.bat
         logon path =
         logon drive = X:
         domain logons = Yes
         os level = 65
         preferred master = Yes
         domain master = Yes
         wins support = Yes
         lock directory = /var/lock/samba
         idmap uid = 500-700
         idmap gid = 100-300
         comment = Samba (NetBIOS) Server on rn1.FOO.local
         hosts allow = 192.168.255., 127.0.0.
         hosts deny = ALL
         printing = bsd
         print command = lpr -r -P'%p' %s
         lpq command = lpq -P'%p'
         lprm command = lprm -P'%p' %j
         strict locking = No
         volume = CentOS, %v
         wide links = No


~~~~~~~~~~~~~~~~~~/etc/nsswitch.conf~~~~~~~~~~~~~~~~~~~~
passwd:     files winbind
shadow:     files winbind
group:      files winbind
hosts:      files wins dns
bootparams: nisplus [NOTFOUND=return] files
ethers:     files
netmasks:   files
networks:   files
protocols:  files
rpc:        files
services:   files
netgroup:   nisplus
publickey:  nisplus
automount:  files nisplus
aliases:    files nisplus




More information about the samba mailing list