On 20 September 2011 05:02, Jason J. W. Williams <[email protected]> wrote: > Is there a way to get ldap_cachemgr to give more debugging info on > connection timeouts and where it's reconnecting to?
You can interrogate the running cachemgr with: /usr/lib/ldap/ldap_cachemgr -g It also looks like ldap_cachemgr might accept a debug level flag (-d <number>) and a foreground flag (-f): http://src.illumos.org/source/xref/illumos-gate/usr/src/cmd/ldapcachemgr/cachemgr.c#365 Adding "-d 6" to the arguments for ldap_cachemgr might give you all possible debug logs: http://src.illumos.org/source/xref/illumos-gate/usr/src/lib/libsldap/common/ns_cache_door.h#174 Cheers. -- Joshua M. Clulow UNIX Admin/Developer http://blog.sysmgr.org ------------------------------------------- illumos-discuss Archives: https://www.listbox.com/member/archive/182180/=now RSS Feed: https://www.listbox.com/member/archive/rss/182180/21175430-2e6923be Modify Your Subscription: https://www.listbox.com/member/?member_id=21175430&id_secret=21175430-6a77cda4 Powered by Listbox: http://www.listbox.com
