I'm going to integrate the check_mk's Multisite with OpenLDAP.
It would make it a lot easier on potential helpers to strip out all the excess comments and post only the active lines. This can be done by " grep -v \# /etc/ldap.conf | tr -s '\n' &... [by pschaff]
am using Centos 5.3 to configure my openldap server.Every thing is going ok .The problem which I am facing is how to add users and group in my ldap server.
1- My slapd.conf is
vi /etc/openldap/slapd.conf
database bdb
suffix "dc=test,dc=local"
rootdn "cn=Manager,dc=test,dc=local"
rootpw 123
2- Now I start my LDAP service
[root@srv1 openldap]# servic
hi,
I am using Fedora 12 to configure my openldap server in a non production enviroment .Every thing is going ok .The problem which I am facing is how to add users and group in my ldap server.
1- My slapd.conf is
# vi /etc/openldap/slapd.conf
database bdb
suffix "dc=test,dc=local"
rootdn "cn=Manager,dc=test,dc=local"
rootpw 123
2- Now I start
Hi I would install an openldap server in ipv6
it worked perfectly in ipv4 network
but when i changed the host address in ldap.conf to ipv6 address in the server and client host
client can't find ldap users
root@server:/etc/phpldapadmin# su dell -l
Unknown id: dell
The two machines pings
who can help me to set up openldap in ipv6
Hi
M trying to install sendmail server on rhel6.i am having problem in setting up openldap.
Please help
regards
Mukesh
following is slapd.conf
#
# See slapd.conf(5) for details on configuration options.
# This file should NOT be world readable.
#
include /etc/openldap/schema/corba.schema
include /etc/openldap/schema/core.schema
include /etc/openldap/schema/cosine.schema
include /etc/openlda
Hello, I have a Debian openldap server (linked against gnutls). I have self-signed a certificate which I can then use with Debian clients to auth against ldap (for services like ssh) with no issues... [by maketo]
Basically the problem is this: I am setting up an openLDAP server on a CentOS 6.3 and an openLDAP client on Ubuntu 11.04. The problem is, I don't know how to set-up a nameservice for the openLDAP server. Most of the guides I've found make use of a URL which requires a naming service. Is there a way to make use of IP addresses on the URIs for the ldap.conf files in both the client and the server?
The slapd.conf file belongs to an openldap server not a client. You need to look at /etc/openldap/ldap.conf and /etc/pam_ldap.conf and /etc/nslcd.conf (assuming you are running CentOS 6). If... [by TrevorH]