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

Class LDAP_Authentication_SaslCredentials

scapy/layers/ldap.py:328–336  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

326
327
328class LDAP_Authentication_SaslCredentials(ASN1_Packet):
329 ASN1_codec = ASN1_Codecs.BER
330 ASN1_root = ASN1F_SEQUENCE(
331 LDAPString("mechanism", ""),
332 ASN1F_optional(
333 _SaslCredentialsField("credentials", ""),
334 ),
335 implicit_tag=ASN1_Class_LDAP_Authentication.sasl,
336 )
337
338
339class LDAP_BindRequest(ASN1_Packet):

Callers 2

serverSaslCredsDataMethod · 0.85
bindMethod · 0.85

Calls 3

ASN1F_SEQUENCEClass · 0.90
ASN1F_optionalClass · 0.90

Tested by

no test coverage detected