Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Setup local LDAP server in mac OSX

Tags:

macos

openldap

I've followed this (https://github.com/IntersectAustralia/acdata/wiki/Setting-up-OpenLDAP) tutorial for set up LDAP server in my local machine.

I've done all these steps

  1. Installed Homebrew
  2. Installed openldap using brew command, including berkeley db
  3. Updated the slapd.conf file
  4. Started the server using command "sudo /usr/local/libexec/slapd"

Now how do i know the LDAP server is running?

like image 590
skyler Avatar asked Oct 06 '14 11:10

skyler


2 Answers

I tried a lot but i could'nt succeed,later i deiced to go with ADS (http://directory.apache.org/studio/). Its easy to set up. Believe me i made the installation and configuration in 5 mins. Thank you apache.

like image 163
skyler Avatar answered Oct 17 '22 02:10

skyler


Use -d3 suffix.

Run sudo /usr/libexec/slapd -d3, it will show you the details.

like image 4
julien bouteloup Avatar answered Oct 17 '22 00:10

julien bouteloup