Home
last modified time | relevance | path

Searched refs:authentication_choice_to_dict (Results 1 – 2 of 2) sorted by relevance

/dports/net/py-ldap3/ldap3-2.8.1/ldap3/operation/
H A Dbind.py32 from ..protocol.convert import authentication_choice_to_dict, referrals_to_list
96 'authentication': authentication_choice_to_dict(request['authentication'])}
/dports/net/py-ldap3/ldap3-2.8.1/ldap3/protocol/
H A Dconvert.py68 def authentication_choice_to_dict(authentication_choice): function