• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: LDAP schema modification on OS X Server
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: LDAP schema modification on OS X Server


  • Subject: Re: LDAP schema modification on OS X Server
  • From: Zak Burke <email@hidden>
  • Date: Mon, 10 Apr 2006 11:19:12 -0400

Thomas B Winans wrote on 4/9/06 3:52 PM:
I need to modify the LDAP schema on OS X server to support secure access to some new functionality I am developing.

Can anyone point me to where I go to learn how schema modification on OS X Server is done?

Assuming you have LDAP set to run automatically, i.e. /etc/hostconfig contains the line "LDAPSERVER=-YES-", use the fallowing:


$ sudo /System/Library/StartupItems/LDAP stop
$ sudo /System/Library/StartupItems/LDAP start

alternatively:

find the LDAP process:
$ ps aux | grep slapd
ldap  2032  0.0  0.2 41160 4808 ? Ssl  Mar22 0:00 ...

kill it:
$ sudo kill -9 2032

restart it:
$ sudo /usr/libexec/slapd -f /etc/openldap/slapd.conf

zak.
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden


References: 
 >LDAP schema modification on OS X Server (From: Thomas B Winans <email@hidden>)

  • Prev by Date: Re: Logout and localization problem
  • Next by Date: Re: Logout and localization problem
  • Previous by thread: LDAP schema modification on OS X Server
  • Next by thread: Re: LDAP schema modification on OS X Server
  • Index(es):
    • Date
    • Thread