Thanks a million , it works now :)<br><br>really really appreciate all the help.<br><br><br>Best regards<br>--H<br><br><div class="gmail_quote">On Thu, Jun 18, 2009 at 4:38 PM, jean-Noël Chardron <span dir="ltr"><<a href="mailto:Jean-Noel.Chardron@dr15.cnrs.fr">Jean-Noel.Chardron@dr15.cnrs.fr</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Hakuna Matata a écrit :<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
This is what it is returning....<br>
<br>
i guess i have to rebuild the client with CentOS 5.2 (though i have no<br>
reason but still).....<br>
<br>
  <br>
</blockquote>
not sure<br>
I did a mistake about ldapsearch so I resume the situation :<br>
<br>
You have a client Centos 5.3 with ip adress : 192.168.5.4<br>
You have a server FDS with ip adress : 192.168.5.1<br>
You have a user in FDS test01 with dn: cn=test01,ou=Users,dc=vfds,dc=local with uid = t01, uid number = 2223, gid = 2223, home dir = /home/test and login shell= /bin/test<br>
<br>
You want to log in with user test01 on the client station through the FDS server<br>
<br>
So you check the configuration of the client :<br>
/etc/nsswitch is correct<br>
/etc/ldap.conf is correct<br>
/etc/pam.d/system-auth is correct<br>
/etc/pam.d/login is correct<br>
you can ping from client to server and vice-versa<br>
<br>
ok now you have to check the server side, this can be done with the tools ldapsearch, from the client you make a request with ldapsearch to get the information from the FDS server<br>
But before this, I didn't see your misconfiguration of the user test01 in the attribute login shell = /bin/test . I see it just now.<br>
This attribute must be a valid shell on the client i.e /bin/bash or /bin/sh or what else you want but a valid shell, I don't think that /bin/test permit you to log in the client (on centos5.3 the program /bin/test doesn't exist !!)<br>

<br>
thus the first thing you can do is to change the attribute login shell from /bin/test to /bin/bash<br>
then try to login  the station with user t01.<br>
<br>
For further verification of the server side you can do a request ldapsearch :<br>
<br>
ldapsearch  -x  -h 192.168.5.1    -b "dc=vfds,dc=local"  'uid=t01'<br>
and show the output<br><font color="#888888">
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
--<br>
389 users mailing list<br>
<a href="mailto:389-users@redhat.com" target="_blank">389-users@redhat.com</a><br>
<a href="https://www.redhat.com/mailman/listinfo/fedora-directory-users" target="_blank">https://www.redhat.com/mailman/listinfo/fedora-directory-users</a><br>
</font></blockquote></div><br>