There has been changes to winbind nss info directive with 3.0.25. Previously we have used : winbind nss info = rfc2307 which gave the possibility to specify loginShell in AD. According to man-page sfu and template are valid entries but neither sfu nor rfc2307 works in 3.0.25. According to release notes for 3.0.25 :New plug-in interface for the "winbind nss info" parameter. How do you utilize this enhancement ? With winbind nss info = rfc2307 log.wb-MYDOMAIN: Error loading module '/app/samba/3.0.25/lib/nss_info/rfc2307.so': /app/samba/3.0.25/lib/nss_info/rfc2307.so: cannot open shared object file: No such file or directory With winbind nss info = sfu log.wb-MYDOMAIN: Error loading module '/app/samba/3.0.25/lib/nss_info/sfu.so': /app/samba/3.0.25/lib/nss_info/sfu.so: cannot open shared object file: No such file or directory
What configure options did you use? Also please attach the [global] section from your smb.conf. Thanks.
Created attachment 2384 [details] smb.conf Adding smb.conf directives used
Created attachment 2385 [details] configure options used
Some of these options are wrong: ./configure --prefix=/app/samba/3.0.25 --with-acl-support --with-ads --with-vfs --with-pam --with-krb5=/app/heimdal/0.7.1 --with-lockdir=/var/spool/locks --with-privatedir=/env/samba/private --with-configdir=/env/samba/lib --enable-rfc2307bis --enable-schema-mapping ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ <-- from an nss_ldap build? --sysconfdir=/env/samba/etc --sharedstatedir=/env/samba/com --localstatedir=/var/log --with-shared-modules=idmap_ad,idmap_rid,rfc2307 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The nss_info_rfc2307 plugin is included in the idmap_ad mopdule. --with-libiconv=/app/libiconv/1.9.1 Patch in next comment.
Created attachment 2392 [details] Makefile fix linking the sfu.so and rfc2307.so plugins in $libdir/nss_info to idmap/ad.so Patch will be included in 3.0.25rc2.
Fixed.