I have just installed fresh Centos 6.2 with openldap and samba with yum command. I'm having a bit of issue with finding the slapd.conf file. There is a folder for slap.d/ but no conf file in it by default. I can see folders
cacerts
schema
sldap.d
and ldap.conf file.
I have also checked in Fedora 15 and found same situation taht there is no slapd.conf file. So now where to start ?
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
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
I have just installed Openldap on Xubuntu. The slapd daemon is working and I can easily stop and start it.
I was trying to setup an LDAP server for my development. For this purpose, I have chose CentOS 6.3 install it in VirtualBox host in Fedora 17.
Use of slapd.conf has been deprecated. See: http://www.openldap.org/doc/admin24/slapdconf2.html [by markkuk]
I'm trying to configure slapd on my machine and I keep getting this error. I can recover at times using db7.7_recover but not always. I see this problem if the slapd deamon is killed for any reason.
Isn't a DB supposed to be able to take care of these failures?
I am currenty working on to setup a centralized authenticaion with OpenLDAP for Red Hat Linux .
Objective - Setup a Centralized OpenLDAP authentication for Red Hat Linux Servers where client can connect with ssh , user administration can be done from one server.
Please I am not looking for rpm or yum installation no cn=config.