I'm going to integrate the check_mk's Multisite with OpenLDAP.
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've configured a FreeIPA (2.2) server (with DNS) on a freshly installed CentOS 6.3 machine.I would like to have Samba (same machine) authenticate with FreeIPA. I've been thr... [by Merlin8000]
Does anyone know of a solution that would allow me to do user account synchronization between Windows Active Directory and an LDAP Server hosted on a Linux Server?
Hi,
We are configuring Freeipa for our LDAP system.
Things seem to work okay when we try and log in with our domain accounts on the LDAP server. But when we try to loggon to the slave it closes the connection.
There is an option in authconfig-tui to configure IPA.
I am having trouble getting an "out of the box" openldap server working.
The examples on the openldap site stiull refer to the slapd.conf file, but the install does not make that.
if I start the server (service slapd start) I do not get any errors, but cannot connect
ldap_sasl_bind(SIMPLE): Can't contact LDAP server (-1)
anyone have a simple howto for v2.4 ?
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 created a custom LDAP objectClass, but forgot a couple attributes before I added it to my OpenLDAP server.