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 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 ?
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.
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
I'm using SLED-11 SP2 32 bit, & I'm able to compile & start the slapd on my system.
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]
I've configured a second host to replicate the main LDAP server via syncrepl in the slapd.conf:
syncrepl rid=666
provider=ldaps://my-main-server.com
type=refreshAndPersist
searchBase="dc=Staff,dc=my-main-server,dc=com"
filter="(objectClass=*)"
scope=sub
schemachecking=off
bindmethod=simple
binddn="cn=repadmin,dc=my-main-serve
I'm going to integrate the check_mk's Multisite with OpenLDAP.