Do this before binding:
[url]http://developer.apple.com/documentation/Darwin/Reference/ManPages/man8/DirectoryService.8.html[/url]
#########
DIAGNOSTICS
There are two helpful signals you can send to the DirectoryService daemon to help diagnose problems you
may be having. (Example: % sudo killall -USR1 DirectoryService). USR2 logging automatically turns off
after 5 minutes.
oo USR1
Turns Debug Logging (on/off)
See /Library/Logs/DirectoryService/DirectoryService.debug.log
oo USR2
Turns API Logging (on/off)
See /var/log/system.log
#########
FWIW:
[url]http://developer.apple.com/releasenotes/MacOSXServer/RN-DirectoryServices/index.html[/url]
#########
Start debugging automatically at startup:
touch /Library/Preferences/DirectoryService/.DSLogAtStart
#########
The debug log will be long, but it should start you in the right direction.
– Patrick
Comments are closed