<?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 SUDO Configuration with ldap in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/sudo-configuration-with-ldap/m-p/3799298#M266265</link>
    <description>Hi,&lt;BR /&gt;   I have build sudo with ldap option. Now i am doing testing. In which ldap.conf i,e server or client we have to make following  entry &lt;BR /&gt;sudoers_base   ou=SUDOers,dc=example,dc=com? &lt;BR /&gt;  I have tried this with the ldap server's ldap.conf file, sudo is not reading data from the database. Any thing more we have to do?.&lt;BR /&gt;&lt;BR /&gt;          I have inserted data into ldap in correct format.&lt;BR /&gt;&lt;BR /&gt;Thanks and Regards,&lt;BR /&gt;Ambika&lt;BR /&gt;</description>
    <pubDate>Fri, 02 Jun 2006 08:00:28 GMT</pubDate>
    <dc:creator>ambika_1</dc:creator>
    <dc:date>2006-06-02T08:00:28Z</dc:date>
    <item>
      <title>SUDO Configuration with ldap</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sudo-configuration-with-ldap/m-p/3799298#M266265</link>
      <description>Hi,&lt;BR /&gt;   I have build sudo with ldap option. Now i am doing testing. In which ldap.conf i,e server or client we have to make following  entry &lt;BR /&gt;sudoers_base   ou=SUDOers,dc=example,dc=com? &lt;BR /&gt;  I have tried this with the ldap server's ldap.conf file, sudo is not reading data from the database. Any thing more we have to do?.&lt;BR /&gt;&lt;BR /&gt;          I have inserted data into ldap in correct format.&lt;BR /&gt;&lt;BR /&gt;Thanks and Regards,&lt;BR /&gt;Ambika&lt;BR /&gt;</description>
      <pubDate>Fri, 02 Jun 2006 08:00:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sudo-configuration-with-ldap/m-p/3799298#M266265</guid>
      <dc:creator>ambika_1</dc:creator>
      <dc:date>2006-06-02T08:00:28Z</dc:date>
    </item>
    <item>
      <title>Re: SUDO Configuration with ldap</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sudo-configuration-with-ldap/m-p/3799299#M266266</link>
      <description>hi;&lt;BR /&gt;Importing /etc/sudoers to LDAP:&lt;BR /&gt;step 1:&lt;BR /&gt;Ask your LDAP Admin where to create the ou=SUDOers container.&lt;BR /&gt;(an example location is shown below).Then use the provided script to convert your sudoers file into LDIF format.The script will also convert any default options.&lt;BR /&gt;#SUDOERS_BASE=ou=SUDOers,dc=example,dc=com&lt;BR /&gt;#export SUDOERS_BASE&lt;BR /&gt;#./sudoers2ldif /etc/sudoers &amp;gt;/tmp/sudoers.ldif&lt;BR /&gt;&lt;BR /&gt;step 2:&lt;BR /&gt;Import into your directory server.If you are using OpenLDAP,do the following if you are using another directory,provide the LDIF file to your LDAP Admin.An example is ashown below.&lt;BR /&gt;#ldapadd -f /tmp/sudoers.ldif -h ldapserver &amp;gt; -D cn=Manager,dc=example,dc=com -W -x&lt;BR /&gt;&lt;BR /&gt;regards;&lt;BR /&gt;mustafa</description>
      <pubDate>Fri, 02 Jun 2006 08:57:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sudo-configuration-with-ldap/m-p/3799299#M266266</guid>
      <dc:creator>Mustafa Gulercan</dc:creator>
      <dc:date>2006-06-02T08:57:55Z</dc:date>
    </item>
    <item>
      <title>Re: SUDO Configuration with ldap</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sudo-configuration-with-ldap/m-p/3799300#M266267</link>
      <description>Hi,&lt;BR /&gt;   I have done all the steps given in &lt;A href="http://www.courtesan.com/sudo/readme_ldap.html." target="_blank"&gt;http://www.courtesan.com/sudo/readme_ldap.html.&lt;/A&gt; &lt;BR /&gt;When i did sudo -l , its showing entries which are there in /etc/sudoers. But it should show from ldap database also. So is there ary other way to configure.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Ambika</description>
      <pubDate>Fri, 02 Jun 2006 09:25:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sudo-configuration-with-ldap/m-p/3799300#M266267</guid>
      <dc:creator>ambika_1</dc:creator>
      <dc:date>2006-06-02T09:25:00Z</dc:date>
    </item>
    <item>
      <title>Re: SUDO Configuration with ldap</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sudo-configuration-with-ldap/m-p/3799301#M266268</link>
      <description>use following LDAP browser to administer your SUDOers.&lt;BR /&gt;GQ-&lt;BR /&gt;&lt;A href="http://biot.com/" target="_blank"&gt;http://biot.com/&lt;/A&gt;</description>
      <pubDate>Fri, 02 Jun 2006 09:34:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sudo-configuration-with-ldap/m-p/3799301#M266268</guid>
      <dc:creator>Mustafa Gulercan</dc:creator>
      <dc:date>2006-06-02T09:34:14Z</dc:date>
    </item>
    <item>
      <title>Re: SUDO Configuration with ldap</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sudo-configuration-with-ldap/m-p/3799302#M266269</link>
      <description>Hi,&lt;BR /&gt;    Is there any way to check wether sudo is built with ldap options or not?&lt;BR /&gt; &lt;BR /&gt;    We have to build GQ tool, any special configuration is required to build GQ tool?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks and Regards,&lt;BR /&gt;Ambika</description>
      <pubDate>Sun, 04 Jun 2006 23:29:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sudo-configuration-with-ldap/m-p/3799302#M266269</guid>
      <dc:creator>ambika_1</dc:creator>
      <dc:date>2006-06-04T23:29:28Z</dc:date>
    </item>
    <item>
      <title>Re: SUDO Configuration with ldap</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sudo-configuration-with-ldap/m-p/3799303#M266270</link>
      <description>ambika;&lt;BR /&gt;pls read followink link;there are lots of tricks at the text.&lt;BR /&gt;&lt;A href="http://www.courtesan.com/sudo/readme_ldap.html" target="_blank"&gt;http://www.courtesan.com/sudo/readme_ldap.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;regards;&lt;BR /&gt;mustafa</description>
      <pubDate>Mon, 05 Jun 2006 00:58:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sudo-configuration-with-ldap/m-p/3799303#M266270</guid>
      <dc:creator>Mustafa Gulercan</dc:creator>
      <dc:date>2006-06-05T00:58:05Z</dc:date>
    </item>
  </channel>
</rss>

