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 protected])
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to [email protected]

Reply via email to