0

From Ryan Faas's article Apple's OpenDirectory does support overlays but I can't seem to enable the syncprov or accesslog overlays. Adding following block to slapd_macosxserver.conf turns the server in to vegetable.

# defines replica provider for this database
overlay syncprov

# contextCSN saved to database every 1000 updates or 60 minutes
syncprov-checkpoint 1000 60

What am I missing here?

Faheem
  • 1
  • 4

1 Answers1

0

The OpenDirectory implementation in 10.8 has changed considerably since Leopard. This may no longer be supported. What is the end goal of enabling the syncprov overlay?

  • Hi Phillip, thanks for replying. I am trying to setup access log delta-sync for my software. – Faheem Jul 09 '13 at 18:59