<?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: LDAP Issue. in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/ldap-issue/m-p/5194104#M61728</link>
    <description>Issue resolved</description>
    <pubDate>Fri, 21 Aug 2009 13:08:13 GMT</pubDate>
    <dc:creator>skd</dc:creator>
    <dc:date>2009-08-21T13:08:13Z</dc:date>
    <item>
      <title>LDAP Issue.</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ldap-issue/m-p/5194099#M61723</link>
      <description>&lt;!--!*#--&gt;Hello All,&lt;BR /&gt;&lt;BR /&gt;Just joined this Forum and this is my question.&lt;BR /&gt;&lt;BR /&gt;Hope you will help me to resolve the issue.&lt;BR /&gt;&lt;BR /&gt;Issue - Unable to add or delete the user from LDAP.&lt;BR /&gt;+++++++++++&lt;BR /&gt;Unable to delete&lt;BR /&gt;[root@crm93a openldap]# ldapdelete -h h1crm93a -D "uid=div123,dc=sss,dc=dk" -w bindPassword "cn=diva,ou=People"&lt;BR /&gt;SASL/DIGEST-MD5 authentication started&lt;BR /&gt;ldap_sasl_interactive_bind_s: Internal (implementation specific) error (80)&lt;BR /&gt;        additional info: SASL(-13): user not found: no secret in database&lt;BR /&gt;[root@crm93a openldap]#&lt;BR /&gt;+++++++++++++++++&lt;BR /&gt;&lt;BR /&gt;Unable to add&lt;BR /&gt;++++++++++++++++&lt;BR /&gt;ldapadd -x -w zz0chKQnsUcJmJFYuzQ+K7 -D cn=Manager,dc=sss,dc=dk -f /root/ldap/ldap/15470.ldif&lt;BR /&gt;adding new entry "uid=15470,ou=People,dc=sas,dc=dk"&lt;BR /&gt;ldap_add: Internal (implementation specific) error (80)&lt;BR /&gt;        additional info: entry store failed&lt;BR /&gt;++++++++++++++&lt;BR /&gt;&lt;BR /&gt;Please let me know if more details need.&lt;BR /&gt;&lt;BR /&gt;Thanks in Advance.</description>
      <pubDate>Wed, 19 Aug 2009 12:30:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ldap-issue/m-p/5194099#M61723</guid>
      <dc:creator>skd</dc:creator>
      <dc:date>2009-08-19T12:30:28Z</dc:date>
    </item>
    <item>
      <title>Re: LDAP Issue.</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ldap-issue/m-p/5194100#M61724</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;Need to know the following:&lt;BR /&gt;&lt;BR /&gt;OS: uname -a&lt;BR /&gt;Version of LDAP&lt;BR /&gt;&lt;BR /&gt;What integration document you are using.&lt;BR /&gt;&lt;BR /&gt;Looks to me like steps were missed in the configuration.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Wed, 19 Aug 2009 14:53:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ldap-issue/m-p/5194100#M61724</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2009-08-19T14:53:20Z</dc:date>
    </item>
    <item>
      <title>Re: LDAP Issue.</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ldap-issue/m-p/5194101#M61725</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Please find the details&lt;BR /&gt;# uname -a&lt;BR /&gt;Linux crm93a 2.6.9-78.0.13.ELsmp #1 SMP Wed Jan 7 17:45:52 EST 2009 x86_64 x86_64 x86_64 GNU/Linux&lt;BR /&gt;=======================&lt;BR /&gt;&lt;BR /&gt;# /usr/bin/ldapsearch -VV&lt;BR /&gt;ldapsearch: @(#) $OpenLDAP: ldapsearch 2.2.13 (Mar 22 2007 17:44:13) $&lt;BR /&gt;        brewbuilder@hs20-bc2-2.build.redhat.com:/builddir/build/BUILD/openldap-2.2.13/openldap-2.2.13/build-clients/clients/tools&lt;BR /&gt;        (LDAP library: OpenLDAP 20213)&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 20 Aug 2009 06:06:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ldap-issue/m-p/5194101#M61725</guid>
      <dc:creator>skd</dc:creator>
      <dc:date>2009-08-20T06:06:39Z</dc:date>
    </item>
    <item>
      <title>Re: LDAP Issue.</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ldap-issue/m-p/5194102#M61726</link>
      <description>Did some troubleshoot and found unable to connect to the port via telnet.&lt;BR /&gt;Restarted the service - but still same issue.&lt;BR /&gt;================================&lt;BR /&gt;#cat /etc/services | grep -i ldap &lt;BR /&gt;ldap            389/tcp &lt;BR /&gt;ldap            389/udp &lt;BR /&gt;ldaps           636/tcp                         # LDAP over SSL &lt;BR /&gt;ldaps           636/udp                         # LDAP over SSL &lt;BR /&gt;[root@crm93a ~]# telnet crm93a 389 &lt;BR /&gt;Trying 159.19.18.61... &lt;BR /&gt;telnet: connect to address 159.19.18.61: Connection refused &lt;BR /&gt;telnet: Unable to connect to remote host: Connection refused &lt;BR /&gt;[root@crm93a ~]# telnet crm93a 636 &lt;BR /&gt;Trying 159.19.18.61... &lt;BR /&gt;telnet: connect to address 159.19.18.61: Connection refused &lt;BR /&gt;telnet: Unable to connect to remote host: Connection refused &lt;BR /&gt;&lt;BR /&gt;++++++++++++++++++++++++++&lt;BR /&gt;&lt;BR /&gt;root@crm93a xinetd.d]# service ldap restart &lt;BR /&gt;Stopping slapd:                                            [  OK  ] &lt;BR /&gt;Stopping slurpd:                                           [  OK  ] &lt;BR /&gt;Starting slapd:                                            [  OK  ] &lt;BR /&gt;Starting slurpd:                                           [  OK  ] &lt;BR /&gt;[root@crm93a xinetd.d]# service ldap status &lt;BR /&gt;slapd (pid 27713) is running... &lt;BR /&gt;slurpd (pid 27719) is running... &lt;BR /&gt;[root@crm93a xinetd.d]# tail -f /var/log/messages &lt;BR /&gt;Aug 19 15:21:39 crm93a exiting on signal 15 &lt;BR /&gt;Aug 19 15:21:39 crm93a syslogd 1.4.1: restart. &lt;BR /&gt;Aug 19 15:21:39 crm93a syslog: syslogd startup succeeded &lt;BR /&gt;Aug 19 15:21:39 crm93a kernel: klogd 1.4.1, log source = /proc/kmsg started. &lt;BR /&gt;Aug 19 15:21:39 crm93a syslog: klogd startup succeeded &lt;BR /&gt;Aug 19 15:21:39 crm93a syslog: syslogd shutdown succeeded &lt;BR /&gt;Aug 19 15:21:53 crm93a ldap: slapd shutdown succeeded &lt;BR /&gt;Aug 19 15:21:53 crm93a ldap: slurpd shutdown succeeded &lt;BR /&gt;Aug 19 15:21:54 crm93a ldap: slapd startup succeeded &lt;BR /&gt;Aug 19 15:21:54 crm93a ldap: slurpd startup succeeded &lt;BR /&gt;======================&lt;BR /&gt;&lt;BR /&gt;Please let me know - how to resolve the port issue.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;skd</description>
      <pubDate>Thu, 20 Aug 2009 06:12:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ldap-issue/m-p/5194102#M61726</guid>
      <dc:creator>skd</dc:creator>
      <dc:date>2009-08-20T06:12:41Z</dc:date>
    </item>
    <item>
      <title>Re: LDAP Issue.</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ldap-issue/m-p/5194103#M61727</link>
      <description>Issue resolved..&lt;BR /&gt;&lt;BR /&gt;Issue - due to database crash.&lt;BR /&gt;&lt;BR /&gt;++++++++++++++++++++&lt;BR /&gt;           1) Stope the service &lt;BR /&gt;       /etc/init.d/ldap stop&lt;BR /&gt;&lt;BR /&gt;                killall slapd&lt;BR /&gt;&lt;BR /&gt;           2)  Make a backup of your existing directory structure:&lt;BR /&gt;&lt;BR /&gt;                tar -cvzf ldap.tar.gz /var/lib/ldap/*&lt;BR /&gt;                &lt;BR /&gt;&lt;BR /&gt;           3) Perform a recovery:&lt;BR /&gt;&lt;BR /&gt;                /usr/sbin/slapd_db_recover -h /var/lib/ldap&lt;BR /&gt;&lt;BR /&gt;           4) Dump the directory structure to a text file&lt;BR /&gt;&lt;BR /&gt;               slapcat -l ldap.ldif&lt;BR /&gt;          &lt;BR /&gt;&lt;BR /&gt;            5) Verify that the resultant file (ldap.ldif) contains directory entries. If it does not, or if slapcat returned errors in step 4, try running db_recover in catastrophic mode:&lt;BR /&gt;&lt;BR /&gt;                 /usr/sbin/slapd_db_recover  -h /var/lib/ldap -v -c&lt;BR /&gt;&lt;BR /&gt;            6) Delete the corrupted LDAP directory with the following command:&lt;BR /&gt;&lt;BR /&gt;                rm -fr /var/lib/ldap/*&lt;BR /&gt;&lt;BR /&gt;            7)  Recreate the DB_CONFIG file, which contains some basic informations for the bdb backend:&lt;BR /&gt;&lt;BR /&gt;                    echo -en "set_cachesize 0 15000000 1\nset_lg_bsize 2097152\n" &amp;gt;/var/lib/ldap/DB_CONFIG&lt;BR /&gt;&lt;BR /&gt;        &lt;BR /&gt;             8)  Reload the LDAP directory from the ldap.ldif file you produced in step 4 with the following command:&lt;BR /&gt;&lt;BR /&gt;                     slapadd -l ldap.ldif&lt;BR /&gt;&lt;BR /&gt;             9) The files have to be owned by the user "ldap", hence we have to run&lt;BR /&gt;&lt;BR /&gt;                     chown -R ldap:ldap  /var/lib/ldap&lt;BR /&gt;&lt;BR /&gt;             10) Start the LDAP server&lt;BR /&gt;&lt;BR /&gt;             /etc/init.d/ldap start&lt;BR /&gt;&lt;BR /&gt;  ++++++++++++++++</description>
      <pubDate>Fri, 21 Aug 2009 12:58:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ldap-issue/m-p/5194103#M61727</guid>
      <dc:creator>skd</dc:creator>
      <dc:date>2009-08-21T12:58:42Z</dc:date>
    </item>
    <item>
      <title>Re: LDAP Issue.</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ldap-issue/m-p/5194104#M61728</link>
      <description>Issue resolved</description>
      <pubDate>Fri, 21 Aug 2009 13:08:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ldap-issue/m-p/5194104#M61728</guid>
      <dc:creator>skd</dc:creator>
      <dc:date>2009-08-21T13:08:13Z</dc:date>
    </item>
  </channel>
</rss>

