On 7/15/05, Oktay Akbal <[EMAIL PROTECTED]> wrote: > Our nsswitch is correct and btw. it does not have anything todo with > the wbinfo -u command that is not working. > > Oktay
Well it did in my case, but that may be other stuff - anyhow "wbinfo -u" works with this smb.conf on samba 3.14a in a AD controlled by a win2k with the rollup applied: ------------------------ [global] security = ads password server = win2000 encrypt passwords = yes workgroup = testdomain realm = TESTDOMAIN.LOCAL netbios name = testserver idmap uid = 10000-20000 idmap gid = 10000-20000 winbind enum users = yes winbind enum groups = yes winbind use default domain = Yes ------------------------ Samba is build with: ------------------------ ./configure \ --prefix=/usr \ --localstatedir=/var \ --with-configdir=/etc/samba \ --with-privatedir=/etc/samba \ --with-fhs \ --with-quotas \ --with-msdfs \ --with-smbmount \ --with-automount \ --with-ads \ --with-syslog \ --with-utmp \ --with-sambabook=/usr/share/swat/using_samba \ --with-swatdir=/usr/share/swat \ --with-libsmbclient \ --with-winbind \ --with-winbind-auth-challenge \ --with-manpages-langs=en \ --with-idmap \ --with-acl-support \ --with-ldap \ ------------------------ Regards. Lars Roland -- To unsubscribe from this list go to the following URL and read the instructions: https://lists.samba.org/mailman/listinfo/samba
