Re: [Samba] winbind - samba4

2012-12-13 Thread Clodonil Trigo
Hello Thomas, That was it. I made a link in / lib64 and resolved. Clodonil 2012/12/13 Thomas Simmons > I just got to this point in my testing. Be sure you link the files to > /lib64 if you are running a 64 bit version of CentOS. I was having the same > problem and realized the files needed t

Re: [Samba] winbind - samba4

2012-12-13 Thread Thomas Simmons
Hello Clodonil, I just got to this point in my testing. Be sure you link the files to /lib64 if you are running a 64 bit version of CentOS. I was having the same problem and realized the files needed to go in /lib64. -- To unsubscribe from this list go to the following URL and read the instructio

Re: [Samba] winbind - samba4

2012-12-05 Thread Clodonil Trigo
Hello, I solved the problem; solution: # ln-s / usr/local/samba/lib/libnss_winbind.so.2 / lib64/libnss_winbind.so # ln-s / lib / libnss_winbind.so / lib/libnss_winbind.so.2 to: # ln-s / usr/local/samba/lib/libnss_winbind.so.2 / lib64/libnss_winbind.so # ln-s / lib64/libnss_winbind.so / lib64/l

Re: [Samba] winbind - samba4

2012-12-05 Thread Hleb Valoshka
On 12/5/12, Clodonil Trigo wrote: > The pipe is in /usr/local/samba/var/run/winbindd. The winbind this working > because the wbinfo returns successfully. I think that is something between > the centos and the lib's winbind. Yep, I wasn't correct: in Debian one can have the opposite issue -- worki

Re: [Samba] winbind - samba4

2012-12-05 Thread Clodonil Trigo
Hi Andrew, The pipe is in /usr/local/samba/var/run/winbindd. The winbind this working because the wbinfo returns successfully. I think that is something between the centos and the lib's winbind. Clodonil Prof. Msc. Clodonil H. Trigo www.nisled.org E-mail: clodo...@nisled.org Classificação: ()

Re: [Samba] winbind - samba4

2012-12-04 Thread Andrew Bartlett
On Mon, 2012-12-03 at 22:11 +0200, Hleb Valoshka wrote: > On 12/3/12, Clodonil Trigo wrote: > > I am using centos 6.3 and did the migration from samba3 to Samba4. More the > > "getent passwd" does not return users. > > I made the link: > > ln-s /usr/local/samba/lib/libnss_winbind.so.2 / lib/libnss

Re: [Samba] winbind - samba4

2012-12-04 Thread Hleb Valoshka
On 12/4/12, Clodonil Trigo wrote: > I did not think the process of winbind, I believe it is internal to samba. There is no separate winbindd process in samba4. There are several *.so providing this service. > I did several test before migrating to the samba3 Samba4 and had success in > all case

Re: [Samba] winbind - samba4

2012-12-04 Thread Rowland Penny
On 04/12/12 14:44, Clodonil Trigo wrote: Hi, Commands: [root@lost var]# ps ax | grep samba 23756 ?S 0:00 /usr/local/samba/sbin/samba 23757 ?S 0:38 /usr/local/samba/sbin/samba 23758 ?S 0:03 /usr/local/samba/sbin/samba 23761 ?S 0:00 /usr/local/s

Re: [Samba] winbind - samba4

2012-12-04 Thread Clodonil Trigo
Hi, Commands: [root@lost var]# ps ax | grep samba 23756 ?S 0:00 /usr/local/samba/sbin/samba 23757 ?S 0:38 /usr/local/samba/sbin/samba 23758 ?S 0:03 /usr/local/samba/sbin/samba 23761 ?S 0:00 /usr/local/samba/sbin/smbd --option=server role check:i

Re: [Samba] winbind - samba4

2012-12-04 Thread Rowland Penny
On 04/12/12 14:17, Clodonil Trigo wrote: Yes, this Samba4 running. Add users normally. All other features of Samba4 this OK. Only winbind not. The Winbind there is pid or socket? Clodonil Prof. Msc. Clodonil H. Trigo www.nisled.org E-mail: clodo...@nisled.org

Re: [Samba] winbind - samba4

2012-12-04 Thread Clodonil Trigo
Yes, this Samba4 running. Add users normally. All other features of Samba4 this OK. Only winbind not. The Winbind there is pid or socket? Clodonil Prof. Msc. Clodonil H. Trigo www.nisled.org E-mail: clodo...@nisled.org Classificação: () Confidencial (X) Interna As informações contidas nesta men

Re: [Samba] winbind - samba4

2012-12-04 Thread Rowland Penny
On 04/12/12 13:13, Clodonil Trigo wrote: Olá Rowland, Yes, the command getent returns the users of the /etc/passwd, more not return of Samba4. look selinux: [root@lost samba]# cat /etc/selinux/config SELINUX=disabled SELINUXTYPE=targeted I do not know what can be. Clodonil 2012/12/4 R

Re: [Samba] winbind - samba4

2012-12-04 Thread Clodonil Trigo
Olá Rowland, Yes, the command getent returns the users of the /etc/passwd, more not return of Samba4. look selinux: [root@lost samba]# cat /etc/selinux/config SELINUX=disabled SELINUXTYPE=targeted I do not know what can be. Clodonil 2012/12/4 Rowland Penny > This is strange, wbinfo -u s

Re: [Samba] winbind - samba4

2012-12-04 Thread Rowland Penny
On 04/12/12 11:52, Clodonil Trigo wrote: I used this howto. Several tests made ​​prior to migration, and in any case worked. Its make a debug this? Clodonil 2012/12/3 Rowland Penny mailto:rpe...@f2s.com>> Hi, I take it that you have followed the upgrade howto at: https://wiki.samba

Re: [Samba] winbind - samba4

2012-12-04 Thread Clodonil Trigo
I used this howto. Several tests made ​​prior to migration, and in any case worked. Its make a debug this? Clodonil 2012/12/3 Rowland Penny > Hi, I take it that you have followed the upgrade howto at: > https://wiki.samba.org/index.**php/Samba4/samba-tool/domain/** > classicupgrade/HOWTO

Re: [Samba] winbind - samba4

2012-12-04 Thread Clodonil Trigo
Hi Hleb, I did not think the process of winbind, I believe it is internal to samba. I did several test before migrating to the samba3 Samba4 and had success in all cases. More time to make real the problem gave winbind. What line you changed in smb.conf? Prof. Msc. Clodonil H. Trigo www.nisled.

Re: [Samba] winbind - samba4

2012-12-03 Thread Hleb Valoshka
On 12/3/12, Clodonil Trigo wrote: > I am using centos 6.3 and did the migration from samba3 to Samba4. More the > "getent passwd" does not return users. > I made the link: > ln-s /usr/local/samba/lib/libnss_winbind.so.2 / lib/libnss_winbind.so > ln-s /lib/libnss_winbind.so /lib/libnss_winbind.so.2

Re: [Samba] winbind - samba4

2012-12-03 Thread Rowland Penny
On 03/12/12 17:01, Clodonil Trigo wrote: On 03/12/12 12:07, Clodonil Trigo wrote: * Hi,*>>**>>* I am using centos 6.3 and did the migration from samba3 to Samba4. More the*>>* "getent passwd" does not return users.*>>**>>* I made the link:*>>* ln-s /usr/local/samba/lib/libnss_winbind.so.2 / lib/

[Samba] winbind - samba4

2012-12-03 Thread Clodonil Trigo
>>On 03/12/12 12:07, Clodonil Trigo wrote: >>* Hi,*>>**>>* I am using centos 6.3 and did the migration from samba3 to >>Samba4. More the*>>* "getent passwd" does not return users.*>>**>>* I made >>the link:*>>* ln-s /usr/local/samba/lib/libnss_winbind.so.2 / >>lib/libnss_winbind.so*>>* ln-s /lib

Re: [Samba] winbind - samba4

2012-12-03 Thread Rowland Penny
On 03/12/12 12:07, Clodonil Trigo wrote: Hi, I am using centos 6.3 and did the migration from samba3 to Samba4. More the "getent passwd" does not return users. I made the link: ln-s /usr/local/samba/lib/libnss_winbind.so.2 / lib/libnss_winbind.so ln-s /lib/libnss_winbind.so /lib/libnss_winbind.

[Samba] winbind - samba4

2012-12-03 Thread Clodonil Trigo
Hi, I am using centos 6.3 and did the migration from samba3 to Samba4. More the "getent passwd" does not return users. I made the link: ln-s /usr/local/samba/lib/libnss_winbind.so.2 / lib/libnss_winbind.so ln-s /lib/libnss_winbind.so /lib/libnss_winbind.so.2 And change in /etc/nsswitch: passwd: