dashboard
repositories
filestore
activity
search
login
external-software
/
github_OpenIdentityPlatform_OpenDJ
mirror of
https://github.com/OpenIdentityPlatform/OpenDJ.git
summary
commits
tree
docs
forks
compare
blame
|
history
|
raw
QA: System Test: add monitoring client, configure snmp for opends instances
andrug
28.37.2008
ec20330e2db5767fdfcaf4760f38e4dbe3732229
[external-software/github_OpenIdentityPlatform_OpenDJ.git]
/
opends
/
tests
/
system-tests
/
clients
/
monitoring
/
doc
/
examples
/
ConfigFile
/
UnknownAttribute.xml
1
2
3
4
5
6
7
8
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE config SYSTEM "./config.dtd">
<config>
<protocol name="LDAP">
<attribute name="requestsSubmitted" baseDN="cn=Work Queue,cn=monitor" filter="(objectclass=*)"/>
<attribute name="UnknownAttribute" baseDN="cn=monitor" filter="(objectclass=*)"/>
</protocol>
</config>