You are not logged in.

#1 2010-07-26 23:36:15

Grel
Member
Registered: 2010-07-26
Posts: 1

Winbind NSS info issue

I am having trouble configuring winbind using arch. Everything appears to be configured correctly.  When running winbindd with debugging options (winbindd -SFi -d3), wbinfo -u works fine and pulls up all of the AD users.  However wbinfo -i <username> returns nothing.  According to the debugging info "/usr/lib/samba/nss_info/rfc2307.so" does not exist.  I was wondering where I could get that or "/usr/lib/samba/nss_info/ad.so" either would work.  As this missing file appear to be stopping arch from getting Unix Attributes from IdMU on the windows server 2008 machine I need to connect to.

Thank you.

Here is my smb.conf if that will help at all

[Global]
realm = ECC.UNR.EDU
workgroup = ECC
winbind enum groups = yes
winbind enum users = yes
winbind separator = +
winbind nested groups = yes
winbind nss info = rfc2307
winbind use default domain = yes

idmap backend = ad
idmap uid = 1000-20000


dns proxy = no


#template homedir = /home/%U
#template shell = /bin/bash

log file = /var/log/samba/log.%m
max log size = 1000
syslog = 5
panic action = /usr/share/samba/panic-action %d
pam password change = yes


security = ads
encrypt passwords = yes
passdb backend = tdbsam
obey pam restrictions = yes


[homes]
comment = Home Directories
read only = no
create mask = 700
directory mask = 700
valid users = %S
browseable = no


[printers]
comment = All Printers
browseable = no
path = /var/spoll/samba
printable = yes
guest ok = no
read only = yes
create mask = 700

[print$]
comment = Printer Drivers
path = /var/lib/samba/printers
browseable = no
read only = yes
guest ok = no

Offline

Board footer

Powered by FluxBB