Re: LDAP schema modification on OS X Server
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