Overview #
Originally obtained from LDAP Error Count
. (2012-11-24)
EDirectory Administrators can use this tool to quickly determine the result of every LDAP operation.
The tool presents a report of every LDAP result code found in the log file. The result codes are also translated into a descriptive message.
Finally, the tool returns an overall count of the total number of LDAP operations.
Requirements and Setup#
It works in conjunction with log files created as per TID 10062292
.
The program has been tested on Windows XP using ActiveState's Perl and RedHat AS 2.1. It should work on any platform that has Perl installed.
Sample output report:#
| 5888 | LDAP Bind |
| 16377 | LDAP Search |
| 3424 | LDAP Unbind |
| 1 | LDAP Compare |
| 22030 | LDAP Code 0 (SUCCESS) |
| 1 | LDAP Code 32 (NO SUCH OBJECT) |
| 239 | LDAP Code 48 (INAPPROPRIATE AUTH) |
| 5 | LDAP Code 49 (INVALID CREDENTIALS) |
| 22275 | Total Operations |
Download from LDAP Error Count
#
- LDAP Error Count
- We attached a copy
just in case.