Question : Change LDAP log level on Snow Leopard

Hi,

I'm configuring VPN concentrator that will authenticate logins against 10.6 server's LDAP.

Due to problems with authentication I need debug LDAP queries that being sent from the concentrator to the server. How do I set up debug log level?

Thanks

Answer : Change LDAP log level on Snow Leopard

To set the Directory Service Debug Log Level to a higher level, open Terminal and execute the following command:

sudo defaults write /Library/Preferences/DirectoryService/DirectoryServiceDebug "Debug Logging Priority Level" -integer 7


To enable Directory Service logging manually (after log in), open Terminal and execute the following command:

sudo killall -USR1 DirectoryService
Random Solutions  
 
programming4us programming4us