Nagesh Jois wrote:
Hi, Can anyone let me know how to create ldap profiles in suse linux.
Thanks
Nagesh Jois <thikimy@yahoo.com> wrote: Hi All, Slight of-topic question!! I have a Suse Server version 8.0 which is a Ldap,DNS and samba server for our network. I've added a Solaris 8.0 system to my network.I'am trying to use the same login credentials to login to the solaris box.But I'am not able to login. I guess I have to create/configure LDAP client profiles on an LDAP server to support Solaris. PL let me know how to do this??????
I don't know much about LDAP. But, if you just want to have Solaris authenticate from SUSE, you could set up NIS. Use Yast to set up the server and then try this on Solaris as root: # cd /etc # cp nsswitch.nis nsswitch.conf # ypinit -c I think this should work. I've authenticated Solaris and Linux from a Solaris NIS server and Linux from a Linux NIS server. I have never tried Solaris from a Linux server ... it should still work though. Louis