aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/x509af
diff options
context:
space:
mode:
authorgal <gal@f5534014-38df-0310-8fa8-9805f1628bb7>2009-06-02 09:20:10 +0000
committergal <gal@f5534014-38df-0310-8fa8-9805f1628bb7>2009-06-02 09:20:10 +0000
commit04dd527c7512ad9465a2881ad0f101fa4625ebd7 (patch)
treed38844b80b71cd1f7d1c937c9b9c25df7dbda54d /asn1/x509af
parenta532aba5a0a3a4dfbcbcb5fc5d186a638d216c7f (diff)
Correct LDAP certificate attribute name
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@28587 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'asn1/x509af')
-rw-r--r--asn1/x509af/packet-x509af-template.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/asn1/x509af/packet-x509af-template.c b/asn1/x509af/packet-x509af-template.c
index ff38e3696d..475ae7f65d 100644
--- a/asn1/x509af/packet-x509af-template.c
+++ b/asn1/x509af/packet-x509af-template.c
@@ -165,7 +165,7 @@ void proto_reg_handoff_x509af(void) {
/* these will generally be encoded as ";binary" in LDAP */
register_ldap_name_dissector("cACertificate", dissect_Certificate_PDU, proto_x509af);
- register_ldap_name_dissector("certificate", dissect_Certificate_PDU, proto_x509af);
+ register_ldap_name_dissector("userCertificate", dissect_Certificate_PDU, proto_x509af);
register_ldap_name_dissector("certificateRevocationList", dissect_CertificateList_PDU, proto_x509af);
register_ldap_name_dissector("crl", dissect_CertificateList_PDU, proto_x509af);