MCPcopy Index your code
hub / github.com/secdev/scapy / LDAP_BindRequest

Class LDAP_BindRequest

scapy/layers/ldap.py:339–353  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

337
338
339class LDAP_BindRequest(ASN1_Packet):
340 ASN1_codec = ASN1_Codecs.BER
341 ASN1_root = ASN1F_SEQUENCE(
342 ASN1F_INTEGER("version", 3),
343 LDAPDN("bind_name", ""),
344 ASN1F_CHOICE(
345 "authentication",
346 None,
347 ASN1F_LDAP_Authentication_simple,
348 ASN1F_LDAP_Authentication_krbv42LDAP,
349 ASN1F_LDAP_Authentication_krbv42DSA,
350 LDAP_Authentication_SaslCredentials,
351 ),
352 implicit_tag=ASN1_Class_LDAP.BindRequest,
353 )
354
355
356class LDAP_BindResponse(ASN1_Packet):

Callers 1

bindMethod · 0.85

Calls 3

ASN1F_SEQUENCEClass · 0.90
ASN1F_INTEGERClass · 0.90
ASN1F_CHOICEClass · 0.90

Tested by

no test coverage detected