<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Login Authenication in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/login-authenication/m-p/3842195#M24636</link>
    <description>thx SEP and SB replies,&lt;BR /&gt;&lt;BR /&gt;Do you mean mean ldap doesn't have the function I mention ? so I need to setup the ssh to redirect the user from 192.168.0.1 to another server ? thx</description>
    <pubDate>Sat, 12 Aug 2006 22:33:33 GMT</pubDate>
    <dc:creator>sindodm</dc:creator>
    <dc:date>2006-08-12T22:33:33Z</dc:date>
    <item>
      <title>Login Authenication</title>
      <link>https://community.hpe.com/t5/operating-system-linux/login-authenication/m-p/3842192#M24633</link>
      <description>We have three server &lt;BR /&gt;&lt;BR /&gt;192.168.0.1 --&amp;gt; LDAP master server&lt;BR /&gt;192.168.0.2 --&amp;gt; LDAP slave server&lt;BR /&gt;192.168.0.3 --&amp;gt; server&lt;BR /&gt;192.168.0.4 --&amp;gt; server&lt;BR /&gt;&lt;BR /&gt; Assume user A want to access server 192.168.0.3 , user B want to access server 192.168.0.4 , now , if I would like all user have one single point login ( so that they don't need to remember so many ip address ) , for example , both of them only login to 192.168.0.1 (single point) , the system can re-direct them to the host they want ( in my case which are 192.168.0.3 and 192.168.0.4 ) , does openldap have such function ?</description>
      <pubDate>Sat, 12 Aug 2006 05:51:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/login-authenication/m-p/3842192#M24633</guid>
      <dc:creator>nash11</dc:creator>
      <dc:date>2006-08-12T05:51:08Z</dc:date>
    </item>
    <item>
      <title>Re: Login Authenication</title>
      <link>https://community.hpe.com/t5/operating-system-linux/login-authenication/m-p/3842193#M24634</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;What you do is change authentication in server 3 and 4 (designated by their ip addresses) to LDAP.&lt;BR /&gt;&lt;BR /&gt;Configure them to connect to the ldap infrastructure and you have single sign on.&lt;BR /&gt;&lt;BR /&gt;The first step is to change /etc/nsswitch.conf and make the passwd entry ldap instead of the default files.&lt;BR /&gt;&lt;BR /&gt;Redirecting logins to another server does not really achieve what you say you want to get done.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Sat, 12 Aug 2006 14:46:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/login-authenication/m-p/3842193#M24634</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2006-08-12T14:46:07Z</dc:date>
    </item>
    <item>
      <title>Re: Login Authenication</title>
      <link>https://community.hpe.com/t5/operating-system-linux/login-authenication/m-p/3842194#M24635</link>
      <description>Yea..  If you want the user credentials (i.e. usernames and passwords) to be shared amongst all servers, what SEP said is perfect for you.&lt;BR /&gt;&lt;BR /&gt;But from what I can tell, what you're saying doesn't relate to the authentication directly at all.&lt;BR /&gt;&lt;BR /&gt;It relates more to wanting to access different servers from a single location.&lt;BR /&gt;&lt;BR /&gt;You are wanting to look into passwordless SSH logins which get launched from server 1 when they log in.&lt;BR /&gt;&lt;BR /&gt;LDAP it's self isn't what you want.  Look at '.bash_profile' and SSH key sharing without passwords.</description>
      <pubDate>Sat, 12 Aug 2006 22:09:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/login-authenication/m-p/3842194#M24635</guid>
      <dc:creator>Stuart Browne</dc:creator>
      <dc:date>2006-08-12T22:09:33Z</dc:date>
    </item>
    <item>
      <title>Re: Login Authenication</title>
      <link>https://community.hpe.com/t5/operating-system-linux/login-authenication/m-p/3842195#M24636</link>
      <description>thx SEP and SB replies,&lt;BR /&gt;&lt;BR /&gt;Do you mean mean ldap doesn't have the function I mention ? so I need to setup the ssh to redirect the user from 192.168.0.1 to another server ? thx</description>
      <pubDate>Sat, 12 Aug 2006 22:33:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/login-authenication/m-p/3842195#M24636</guid>
      <dc:creator>sindodm</dc:creator>
      <dc:date>2006-08-12T22:33:33Z</dc:date>
    </item>
    <item>
      <title>Re: Login Authenication</title>
      <link>https://community.hpe.com/t5/operating-system-linux/login-authenication/m-p/3842196#M24637</link>
      <description>ldap can do authentication for multiple hosts, but it doesn't do redirects.</description>
      <pubDate>Mon, 14 Aug 2006 03:17:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/login-authenication/m-p/3842196#M24637</guid>
      <dc:creator>dirk dierickx</dc:creator>
      <dc:date>2006-08-14T03:17:25Z</dc:date>
    </item>
    <item>
      <title>Re: Login Authenication</title>
      <link>https://community.hpe.com/t5/operating-system-linux/login-authenication/m-p/3842197#M24638</link>
      <description>thx Dirk , &lt;BR /&gt;&lt;BR /&gt;if ldap doesn't has this function , can advise the good practice of it ? thx</description>
      <pubDate>Mon, 14 Aug 2006 09:49:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/login-authenication/m-p/3842197#M24638</guid>
      <dc:creator>sindodm</dc:creator>
      <dc:date>2006-08-14T09:49:12Z</dc:date>
    </item>
  </channel>
</rss>

