Application Delivery Management
Application Modernization & Connectivity
IT Operations Management
CyberRes
# set ndstrace = nodebug
#ndstrace
#set ndstrace= LDAP
#set ndstrace= AUTH
#set ndstrace= TIME
#ndstrace -l > /tmp/someFileName.log
# grep "authentication:simple" someFileName.log |wc -l
#grep "authentication:simple" someFileName.log | cut -d " " -f 5 | sed 's/name://g' | sort | uniq -c
# grep "LocalLoginRequest" someFileName.log | grep "failed authentication (-669)" | wc -l