|
winbind problems:
Jay
I have seen this problem in other posts on the web so it does happen but I seen no clear solution only a work around to change the code in the wb_client.c code and recompiling it but that was on solaris, so I don't think you have the same problem. I did a file command on the wbinfo and found that wbinfo is a system link of a system link. Check to make sure all of your links are correct check them by doing the following below.
1. As root CD over to /usr/bin/
2. Issue the following command:
file wbinfo (this should return the file link to /var/lib/samba/bin/wbinfo)
3. CD to /var/lib/samba/bin/wbinfo/ and do the same:
file wbinfo (this should return the file link to /usr/lib/samba/classic/wbinfo)
4. CD to /var/lib/samba/classic/wbinfo and issue a file command on the wbinfo
file wbinfo (this should return: "ELF 32-bit LSB executable, Intel 80386, version 1 (SYSV), for GNU/Linux 2.2.5, dynamically linked (uses shared libs), not stripped"
When I do a list command (ls -l) my wbinfo returns the following size and perms:
-rwxr-xr-x 1 root root 392037 2003-09-23 18:17 wbinfo
My samba version is samba-2.2.8a-107 (rpm -q samba)
Other then that I can't really help you, your going to have to hit samba.org start searching through posts and docs .
cheers,
Ray
|