[Date Prev][Date Next] [Chronological] [Thread] [Top]

Re: Port 636 and SLAPD(8)



Hi,

You don't  need to worry about the slapd.d configuration at all. If you are familiar with slapd.conf then you can go with below steps.

Just get the configuration file provides by package(rpm) with below commands.

rpm -qc openldap-servers

Once you get slapd.conf then make the changes and run below command. That will change slapd.conf in slapd.d structure.

slaptest -f slapd.conf  slapd.d

You will get all ldif files in slapd.d directory then check it and change it accordingly. 


Hope,it will help.






On Thu, Jan 9, 2014 at 12:11 AM, Michael Ströder <michael@stroeder.com> wrote:
jumpgroup@aol.com wrote:
>
> Thank you, Michael. That helps. I think I found what I was looking for here:
>
> https://wiki.debian.org/LDAP/OpenLDAPSetup

Since OpenLDAP 2.4.23 is linked against libnss you will likely run into
trouble regarding TLS when following configuration guides for an OpenLDAP
installation linked against GnuTLS.

Best solution is to either compile yourself or grab RHEL packages from LTB
project's web site.

Ciao, Michael.