<?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: Verify users against Active Directory on Linux in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/verify-users-against-active-directory-on-linux/m-p/2994659#M5066</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;yes you can do it with AD4unix software.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.css-solutions.ca/ad4unix/" target="_blank"&gt;http://www.css-solutions.ca/ad4unix/&lt;/A&gt; &lt;BR /&gt;&lt;BR /&gt;Actually i am currently planning to Implement it.&lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;U.SivaKumar&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Thu, 12 Jun 2003 01:15:29 GMT</pubDate>
    <dc:creator>U.SivaKumar_2</dc:creator>
    <dc:date>2003-06-12T01:15:29Z</dc:date>
    <item>
      <title>Verify users against Active Directory on Linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/verify-users-against-active-directory-on-linux/m-p/2994656#M5063</link>
      <description>We have lots of Linuxservers running Red Hat 7.3 and 8.0. They all have local users and each user have an individual password on each server.&lt;BR /&gt;&lt;BR /&gt;We also have a Active Directory. Any suggestions on solutions how to verify users against the Active Directory instead of a local user on each Linux?&lt;BR /&gt;&lt;BR /&gt;All thoughts and exepriences welcome.</description>
      <pubDate>Wed, 11 Jun 2003 13:07:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/verify-users-against-active-directory-on-linux/m-p/2994656#M5063</guid>
      <dc:creator>Jonas Back_2</dc:creator>
      <dc:date>2003-06-11T13:07:42Z</dc:date>
    </item>
    <item>
      <title>Re: Verify users against Active Directory on Linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/verify-users-against-active-directory-on-linux/m-p/2994657#M5064</link>
      <description>there are many docs and tutorials, see &lt;A href="http://yolinux.com/TUTORIALS/LinuxTutorialLDAP.html" target="_blank"&gt;http://yolinux.com/TUTORIALS/LinuxTutorialLDAP.html&lt;/A&gt; for example, but I didn't try it.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Vitaly</description>
      <pubDate>Wed, 11 Jun 2003 13:22:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/verify-users-against-active-directory-on-linux/m-p/2994657#M5064</guid>
      <dc:creator>Vitaly Karasik_1</dc:creator>
      <dc:date>2003-06-11T13:22:14Z</dc:date>
    </item>
    <item>
      <title>Re: Verify users against Active Directory on Linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/verify-users-against-active-directory-on-linux/m-p/2994658#M5065</link>
      <description>Hello!&lt;BR /&gt;&lt;BR /&gt;You can start to use the NIS (yp - yellow pages commands)&lt;BR /&gt;This is checked for years and many people use&lt;BR /&gt;it for problem like your.&lt;BR /&gt;The NIS it's easy to configure.&lt;BR /&gt;You have the NIS server (master and slaves)&lt;BR /&gt;and you have NIS clients.&lt;BR /&gt;Use the ypinit,  check in man.&lt;BR /&gt;In the end you will have one file for all&lt;BR /&gt;the network that will use the NIS,&lt;BR /&gt;for you is like one passwd file for everyone.&lt;BR /&gt;&lt;BR /&gt;Caesar</description>
      <pubDate>Wed, 11 Jun 2003 18:37:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/verify-users-against-active-directory-on-linux/m-p/2994658#M5065</guid>
      <dc:creator>Caesar_3</dc:creator>
      <dc:date>2003-06-11T18:37:35Z</dc:date>
    </item>
    <item>
      <title>Re: Verify users against Active Directory on Linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/verify-users-against-active-directory-on-linux/m-p/2994659#M5066</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;yes you can do it with AD4unix software.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.css-solutions.ca/ad4unix/" target="_blank"&gt;http://www.css-solutions.ca/ad4unix/&lt;/A&gt; &lt;BR /&gt;&lt;BR /&gt;Actually i am currently planning to Implement it.&lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;U.SivaKumar&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 12 Jun 2003 01:15:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/verify-users-against-active-directory-on-linux/m-p/2994659#M5066</guid>
      <dc:creator>U.SivaKumar_2</dc:creator>
      <dc:date>2003-06-12T01:15:29Z</dc:date>
    </item>
    <item>
      <title>Re: Verify users against Active Directory on Linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/verify-users-against-active-directory-on-linux/m-p/2994660#M5067</link>
      <description>Hi ,&lt;BR /&gt;&lt;BR /&gt;I strongly recommend using open-ldap on a linux server. It is much more secure than NIS, and it also scales better.&lt;BR /&gt;&lt;BR /&gt;Ldap can even be used authenticate in microft networks.&lt;BR /&gt;&lt;BR /&gt;Asing authconfig on the client side, makes setting up ldap on the clients a dream.&lt;BR /&gt;See &lt;A href="http://www.redhat.com/docs/manuals/linux/RHL-8.0-Manual/ref-guide/ch-ldap.html" target="_blank"&gt;http://www.redhat.com/docs/manuals/linux/RHL-8.0-Manual/ref-guide/ch-ldap.html&lt;/A&gt; for further information.&lt;BR /&gt;&lt;BR /&gt;Rgds Jarle&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 12 Jun 2003 11:45:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/verify-users-against-active-directory-on-linux/m-p/2994660#M5067</guid>
      <dc:creator>Jarle Bjorgeengen</dc:creator>
      <dc:date>2003-06-12T11:45:25Z</dc:date>
    </item>
  </channel>
</rss>

