Hello People, Has anybody been succesful at implementing winbind on solaris, if so could u please tell what modification have to be done to pam.conf. I have samba 2.2.3a on solaris 8. I have come to the point where wbinfo -u returns succesfully with the domain users and wbinfo -g returns the domain groups. However getent passwd does not return anything other than the /etc/passwd entries. Anil Sreedharan
A quick truss of getent passwd reveals that it is looking for nss_winbind.so.1 .. make a symlink from /usr/lib/security/libnss_winbind.so to /usr/lib/nss_winbind.so.1 and it should work. Matt Pavlovich On Wed, 2002-03-13 at 11:04, Sreedharan, Anil wrote:> > Hello People, > > Has anybody been succesful at implementing winbind on solaris, if so could u > please tell what modification have to be done to pam.conf. I have samba > 2.2.3a on solaris 8. > I have come to the point where wbinfo -u returns succesfully with the domain > users and wbinfo -g returns the domain groups. However getent passwd does > not return anything other than the /etc/passwd entries. > > Anil Sreedharan > > > > -- > To unsubscribe from this list go to the following URL and read the > instructions: http://lists.samba.org/mailman/listinfo/samba
Does anyone have winbind running on a Solaris 8 server in a large domain (5000+ users)? I have winbind running but the problem I'm having is that our Domain is so large that it takes an extremely long time to enumerate users and groups. I've turned off enum users and groups in the smb.conf file but I'm still having problems on the Unix side when performing a directory listing on files created with users in the winbind uid and gid range. The listing just seems to hang...I've never actually waited long enough to see if it will return. Does anyone know a workaround to this problem? Is this normal? Should the winbindd_cache.tbd be taking care of this problem? Do I really need the enum flags set in smb.conf? What does this do? Finally, is there anyway to populate the winbindd_idmap.tdb manually so that you could map Domain accounts to current Unix accounts (i.e. users.map)? Currently, we are leaving the existing Unix accounts in place while all new accounts only get created in Windows. We'd like to transition the existing accounts over so that they are managed through Windows. Thank you. Greg -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/ms-tnef Size: 2191 bytes Desc: not available Url : http://lists.samba.org/archive/samba/attachments/20020617/d4aa9553/attachment.bin