summaryrefslogtreecommitdiff
path: root/asn1/ldap/ldap.cnf
diff options
context:
space:
mode:
authorGerasimos Dimitriadis <dimeg@intracom.gr>2009-12-09 20:59:20 +0000
committerGerasimos Dimitriadis <dimeg@intracom.gr>2009-12-09 20:59:20 +0000
commit142b31816c1a1ff1ea0e0ed1d1b8d4dcb462cf86 (patch)
tree515d988f6aaba9e9216b2b37ef4b9fdedc48d49a /asn1/ldap/ldap.cnf
parent5333f8ac36961201b9496b3fdd7af7c6a0085476 (diff)
downloadwireshark-142b31816c1a1ff1ea0e0ed1d1b8d4dcb462cf86.tar.gz
From Mathieu Parent:
Dissector for LDAP Content Synchronization Operation (Modified in order to remove the unneeded oid_add_from_string's) https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4309 svn path=/trunk/; revision=31218
Diffstat (limited to 'asn1/ldap/ldap.cnf')
-rw-r--r--asn1/ldap/ldap.cnf5
1 files changed, 5 insertions, 0 deletions
diff --git a/asn1/ldap/ldap.cnf b/asn1/ldap/ldap.cnf
index 5e736b79de..f80ff3a238 100644
--- a/asn1/ldap/ldap.cnf
+++ b/asn1/ldap/ldap.cnf
@@ -38,6 +38,11 @@ ReplControlValue B "1.2.840.113556.1.4.841" "replControlValue"
PasswdModifyRequestValue B "1.3.6.1.4.1.4203.1.11.1" "passwdModifyOID"
#RFC 3909
CancelRequestValue B "1.3.6.1.1.8" "cancelRequestOID"
+#RFC 4533
+SyncRequestValue B "1.3.6.1.4.1.4203.1.9.1.1" "syncRequestOID"
+SyncStateValue B "1.3.6.1.4.1.4203.1.9.1.2" "syncStateOID"
+SyncDoneValue B "1.3.6.1.4.1.4203.1.9.1.3" "syncDoneOID"
+SyncInfoValue B "1.3.6.1.4.1.4203.1.9.1.4" "syncInfoOID"
# Draft RFC - Password Policy for LDAP Directories
PasswordPolicyResponseValue B "1.3.6.1.4.1.42.2.27.8.5.1" "passwordPolicy"