Using RH7.1, Samba 2.2.2 in a Win2k mixed-mode domain. wbinfo returns expected results but getent only returns linux users any ideas? Thankx Winston Nimchan _/_/_/_/_/ _/_/_/_/ _/ Software Development Mgr. _/ _/ _/ Trinidad Systems Limited _/ _/_/_/_/ _/ 1.868.628.9330 Ext. 215 _/ _/ _/ 1.868.767.0249 _/ _/_/_/_/ _/_/_/_/ WARNING:The information transmitted is intended only for the person or entity to which it is addressed and may contain confidential and/or privileged material. Any review, re-transmission, dissemination or other use of, or taking of any action in reliance upon this information by persons or entities other than the intended recipient is prohibited. If you received this in error, please contact the sender and delete the material from any computer
I am running Samba 2.2.8 with winbind on Red Hat 8.0. I can do a "wbinfo -u" and get a list of my domain users but a "getent passwd" only returns my Linux users. Here are my configs: /etc/nsswitch.conf passwd: files winbind shadow: files group: files winbind /etc/samba/smb.conf [global] workgroup = KOK1 server string = KOK1LNX5 security = DOMAIN encrypt passwords = Yes log file = /var/log/samba/log.%m max log size = 50 socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192 dns proxy = No wins server = 10.70.8.9 winbind uid = 10000-20000 winbind gid = 10000-20000 template homedir = /home/%U winbind separator = + What am I missing?? Help!! Doug Aldridge
> I am running Samba 2.2.8 with winbind on Red Hat 8.0. I can > do a "wbinfo -u" and get a list of my domain users but a > "getent passwd" only returns my Linux users.<snip>> > What am I missing?? Help!!Could be the symbolic link from /lib/libnss_winbind.so.2 to /lib/libnss_winbind.so ~ Daniel ----------------------------------------------------------------------- This message is the property of Time Inc. or its affiliates. It may be legally privileged and/or confidential and is intended only for the use of the addressee(s). No addressee should forward, print, copy, or otherwise reproduce this message in any manner that would allow it to be viewed by any individual not originally listed as a recipient. If the reader of this message is not the intended recipient, you are hereby notified that any unauthorized disclosure, dissemination, distribution, copying or the taking of any action in reliance on the information herein is strictly prohibited. If you have received this communication in error, please immediately notify the sender and delete this message. Thank you.
I am having the same problem. I have the following: /lib/libnss_winbind.1 -> /usr/local/samba/lib/winbind/libnss_windbind.so /lib/security/libpam_winbind.1 -> /usr/local/samba/lib/winbind/pam_windbind.so where should /lib/libnss_winbind.so.2 point to? Should it really point to the same one that the .1 goes to (/usr/local/samba/lib/winbind/libnss_winbind.so)? Thank you Jenn Fountain -----Original Message----- From: daniel.jarboe@custserv.com [mailto:daniel.jarboe@custserv.com] Sent: Tuesday, April 01, 2003 1:18 PM To: ALDRIDGD@stjhhc.org; samba@lists.samba.org Subject: RE: [Samba] wbinfo works, getent doesn't> I am running Samba 2.2.8 with winbind on Red Hat 8.0. I can > do a "wbinfo -u" and get a list of my domain users but a > "getent passwd" only returns my Linux users.<snip>> > What am I missing?? Help!!Could be the symbolic link from /lib/libnss_winbind.so.2 to /lib/libnss_winbind.so ~ Daniel ----------------------------------------------------------------------- This message is the property of Time Inc. or its affiliates. It may be legally privileged and/or confidential and is intended only for the use of the addressee(s). No addressee should forward, print, copy, or otherwise reproduce this message in any manner that would allow it to be viewed by any individual not originally listed as a recipient. If the reader of this message is not the intended recipient, you are hereby notified that any unauthorized disclosure, dissemination, distribution, copying or the taking of any action in reliance on the information herein is strictly prohibited. If you have received this communication in error, please immediately notify the sender and delete this message. Thank you. -- To unsubscribe from this list go to the following URL and read the instructions: http://lists.samba.org/mailman/listinfo/samba
You're right! The symbolic link was not there. I thought I'd checked that. Thanks for the help! Doug>>> <daniel.jarboe@custserv.com> 04/01/03 01:18PM >>> > I am running Samba 2.2.8 with winbind on Red Hat 8.0. I can > do a "wbinfo -u" and get a list of my domain users but a > "getent passwd" only returns my Linux users.<snip>> > What am I missing?? Help!!Could be the symbolic link from /lib/libnss_winbind.so.2 to /lib/libnss_winbind.so ~ Daniel ----------------------------------------------------------------------- This message is the property of Time Inc. or its affiliates. It may be legally privileged and/or confidential and is intended only for the use of the addressee(s). No addressee should forward, print, copy, or otherwise reproduce this message in any manner that would allow it to be viewed by any individual not originally listed as a recipient. If the reader of this message is not the intended recipient, you are hereby notified that any unauthorized disclosure, dissemination, distribution, copying or the taking of any action in reliance on the information herein is strictly prohibited. If you have received this communication in error, please immediately notify the sender and delete this message. Thank you.