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

openldap proxy server configuration.



Hi all LDAPers!!~~

I wanna use openldap proxy server.
Then, I install openldap. (openldap-2.2.17.tar.gz & db-4.2.52.tar.gz(BerkeleyDB))
next is install history.


# ./configure --prefix=/usr/local/LdapProxy \
--enable-slurpd=no \
--enable-ldbm=no \
--enable-ldap=yes \
--enable-meta=yes \
--enable-rewrite=yes \
--with-proxycache=yes
# make depend
# make
# make test
# make install

There was NO Error....

and....
Next is slapd.conf file
###############################
lastmod off
database ldap
suffix "o=company"
uri "ldap://www.company.com:3389/o=company"
#################################

I will configure the proxy server simply to forward all requests to the LDAP server holding the data.

# $INSTALL_PATH/libexec/slapd <<-- i run this module... but there is no any result..

How can i start LdapProxy Server??
and what's the port of LdapProxy??

where can i get document about LDAP Proxy configuration.

thanks.

>From kwangbul