I'm trying to install an openldap server (slapd) on a Debian EC2 instance. I have followed all the instructions I can find, and am using the recommended slapd-config approach to configuration.
We're trying to get an instance of OpenLDAP up and running. I'm using ApacheDS as the browser. When I go to create my objects in the LDAP database, I see that a number of the objects and attributes don't fit the purpose for which I intend on using it.
I've included apple.schema, apple_auxillary.schema, and samba.schema in the slapd.conf file. Rebooted the slapd service with no errors. When I try to connect to the OpenLDAP server with Workgroup Manager this is the error I get in my Console.
Workgroup Manager[46635]: -[LoginController gotServerError:forTransaction:]:
got error kNetworkError from request (null)
Any suggestions are welcome.
Hello
I am setting the following openladp on solaris 10 (amd64 8/11), i have Berkeley DB installed (db-4.4.20.tar.gz) and openldap (2.4.26).
All is going quite well however i don't have "nisdomainobject.schema" for solaris, i know you could download this at one point.
I'm going to integrate the check_mk's Multisite with OpenLDAP.
Hi,
I am trying to setup a LDAP Server to let my applications (like wiki, phpbb, ...) authenticate against ldap.
Using:
openSuSe 11.1
OpenLdap 2.x (provided by software management)
KDE 4.x
Yast provides an gui interface to setup and configure the ldap server, which I used.
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 had this same problem and I think I found the answer.To add or change the ldap config (such as add a schema) you need to use the access the "cn-config" directory information... [by jdorff]
Hello,
After installing F11, I installed OpenLdap with the command "yum -y install openldap*"
And added the password obtained through the command "slappasswd -s password -h {MD5}" into /etc/openldap/slapd.conf.
Also, I specified the domain information within the file on "suffix" and "rootdn".