MCPcopy Index your code

hub / github.com/cannatag/ldap3 / functions

Functions1,594 in github.com/cannatag/ldap3

↓ 399 callersMethodappend
(self, filter_node)
ldap3/operation/search.py:67
↓ 384 callersFunctionlog
(detail, message, *args)
ldap3/utils/log.py:101
↓ 381 callersFunctionlog_enabled
(detail)
ldap3/utils/log.py:121
↓ 307 callersMethodget_response
Get response LDAP messages Responses are returned by the underlying connection strategy Check if message_id LDAP message is s
ldap3/strategy/base.py:340
↓ 300 callersMethodbind
Bind to ldap Server with the authentication method and the user defined in the connection :param read_server_info: reads info from server
ldap3/core/connection.py:562
↓ 267 callersMethodsearch
Perform the LDAP search :return: Entries found in search
ldap3/abstract/cursor.py:615
↓ 192 callersFunctionadd_user
(connection, batch_id, username, password=None, attributes=None, test_bytes=False)
test/config.py:777
↓ 132 callersMethodmodify
Modify attributes of entry - changes is a dictionary in the form {'attribute1': change), 'attribute2': [change, change, ...], ...}
ldap3/core/connection.py:1076
↓ 122 callersFunctionget_response_values
(result, connection)
test/config.py:508
↓ 98 callersFunctionmake_bytes
(value, encoding=None)
test/testBytesOperation.py:36
↓ 67 callersMethodadd
(self, servers)
ldap3/core/pooling.py:261
↓ 64 callersFunctionto_unicode
Try to convert bytes (and str in python2) to unicode. Return object unmodified if python3 string, else raise an exception
ldap3/utils/conv.py:35
↓ 60 callersMethodentry_commit_changes
(self, refresh=True, controls=None, clear_history=True)
ldap3/abstract/entry.py:530
↓ 56 callersMethodopen
Open a socket to a server. Choose a server from the server pool if available
ldap3/strategy/base.py:101
↓ 54 callersFunctionget_config_parameter
(parameter)
ldap3/utils/config.py:133
↓ 52 callersMethodadd_entry
(self, dn, attributes, validate=True)
ldap3/strategy/mockBase.py:212
↓ 51 callersFunctionformat_time
(raw_value)
ldap3/protocol/formatters/formatters.py:166
↓ 48 callersFunctionmake_bytearray
(value, encoding=None)
test/testBytesOperation.py:49
↓ 46 callersFunctionsafe_dn
normalize and escape a dn, if dn is a sequence it is joined. the reverse parameter changes the join direction of the sequence
ldap3/utils/dn.py:330
↓ 45 callersMethodunbind
Unbind the connected user. Unbind implies closing session as per RFC4511 (4.3) :param controls: LDAP controls to send along with the bind ope
ldap3/core/connection.py:728
↓ 44 callersFunctionget_connection
(bind=None, use_ssl=None, check_names=None, lazy_conn
test/config.py:528
↓ 43 callersMethodentry_writable
(self, object_def=None, writer_cursor=None, attributes=None, custom_validator=None, auxiliary_class=None)
ldap3/abstract/entry.py:376
↓ 42 callersMethodget_entry
(self, entry_name)
test/testSearchAndModifyEntries.py:60
↓ 41 callersFunctiondrop_connection
(connection, dn_to_delete=None)
test/config.py:695
↓ 33 callersMethodfrom_json
(cls, json_definition, schema=None, custom_formatter=None)
ldap3/protocol/rfc4512.py:119
↓ 31 callersFunctionrandom_id
()
test/config.py:520
↓ 31 callersFunctionto_raw
Tries to convert to raw bytes from unicode
ldap3/utils/conv.py:78
↓ 30 callersFunctionadd_group
(connection, batch_id, groupname, members=None, test_bytes=False)
test/config.py:828
↓ 29 callersMethodcompare_entries
(self, entry1, entry2)
test/testSearchAndModifyEntries.py:67
↓ 29 callersMethodmodify_dn
Modify DN of the entry or performs a move of the entry in the DIT.
ldap3/core/connection.py:1169
↓ 29 callersMethodset_alias
(self, key, alias, ignore_duplicates=False)
ldap3/utils/ciDict.py:146
↓ 28 callersMethoddelete
Delete the entry identified by the DN from the DIB.
ldap3/core/connection.py:1032
↓ 24 callersMethodkeys
(self)
ldap3/utils/ordDict.py:92
↓ 23 callersFunctionlist_to_string
(list_object)
ldap3/protocol/rfc4512.py:103
↓ 23 callersFunctionto_stdout_encoding
(value)
ldap3/utils/repr.py:38
↓ 20 callersMethodnew
(self, dn)
ldap3/abstract/cursor.py:849
↓ 20 callersFunctionvalidate_zero_and_minus_one_and_positive_int
Accept -1 and 0 only (used by pwdLastSet in AD)
ldap3/protocol/formatters/validators.py:81
↓ 18 callersMethodcompare
Perform a compare operation
ldap3/core/connection.py:877
↓ 16 callersMethodclose
Close connection
ldap3/strategy/base.py:161
↓ 16 callersMethodrebind
(self, user=None, password=None, authentication=None,
ldap3/core/connection.py:679
↓ 16 callersMethodsend
Send an LDAP message Returns the message_id
ldap3/strategy/base.py:310
↓ 16 callersMethodset_status
(self, status)
ldap3/abstract/entry.py:95
↓ 14 callersMethod_get_entries
(self, search_response, search_request)
ldap3/core/connection.py:1562
↓ 13 callersMethod_ci_key
(key)
ldap3/utils/ciDict.py:51
↓ 13 callersMethodadd_members_to_groups
(self, members, groups, fix=True, transaction=True)
ldap3/extend/__init__.py:242
↓ 13 callersMethoditems
(self)
ldap3/utils/ciDict.py:88
↓ 13 callersFunctionparse_filter
(search_filter, schema, auto_escape, auto_encode, validator, check_names)
ldap3/operation/search.py:170
↓ 13 callersMethodpost_send_single_response
(self, message_id)
ldap3/strategy/base.py:908
↓ 13 callersMethodrefresh_server_info
(self)
ldap3/core/connection.py:1415
↓ 12 callersMethod_prepare_return_value
(self, status, response=False)
ldap3/core/connection.py:373
↓ 12 callersMethodcheck_groups_memberships
(self, members, groups, fix=False, transaction=True)
ldap3/extend/__init__.py:256
↓ 12 callersFunctiongenerate_dn
(base, batch_id, name)
test/config.py:524
↓ 12 callersFunctionoids_string_to_list
(oid_string)
ldap3/protocol/rfc4512.py:89
↓ 12 callersFunctionvalidate_integer
(input_value)
ldap3/protocol/formatters/validators.py:95
↓ 11 callersMethod_add_exception_to_history
(self, exc)
ldap3/strategy/restartable.py:247
↓ 11 callersFunction_convert_to_ldif
(descriptor, value, base64)
ldap3/protocol/rfc2849.py:63
↓ 11 callersMethod_fire_deferred
(self, read_info=None)
ldap3/core/connection.py:1526
↓ 11 callersMethodclear
Clear the Reader search parameters
ldap3/abstract/cursor.py:464
↓ 11 callersFunctionreferrals_to_list
(referrals)
ldap3/protocol/convert.py:59
↓ 11 callersMethodremove
(self, entry)
ldap3/abstract/cursor.py:380
↓ 11 callersMethodterminate
(self)
ldap3/strategy/reusable.py:378
↓ 11 callersMethodwho_am_i
(self, controls=None)
ldap3/extend/__init__.py:64
↓ 10 callersFunctionbuild_control
(oid, criticality, value, encode_control_value=True)
ldap3/protocol/controls.py:30
↓ 10 callersFunctionescape_bytes
Convert a byte sequence to a properly escaped for LDAP (format BACKSLASH HEX HEX) string
ldap3/utils/conv.py:126
↓ 10 callersMethodmatch
Return entries with text in one of the specified attributes
ldap3/abstract/cursor.py:275
↓ 10 callersMethodresponse_to_json
(self, raw=False, search_result=None,
ldap3/core/connection.py:1462
↓ 10 callersMethodsend
(self)
ldap3/extend/operation.py:45
↓ 10 callersMethodset
(self, values)
ldap3/abstract/attribute.py:207
↓ 10 callersFunctionvalidate_boolean
(input_value)
ldap3/protocol/formatters/validators.py:131
↓ 10 callersFunctionvalidate_simple_password
validate simple password as per RFC4013 using sasl_prep:
ldap3/protocol/sasl/sasl.py:125
↓ 9 callersMethod__init__
(self, attributes, raw_attributes)
ldap3/protocol/rfc4512.py:199
↓ 9 callersMethod__repr__
(self)
ldap3/protocol/rfc4512.py:213
↓ 9 callersMethodentry_delete
(self)
ldap3/abstract/entry.py:673
↓ 9 callersMethodpaged_search
(self, search_base, search_filter, search_scope
ldap3/extend/__init__.py:84
↓ 9 callersFunctionprepare_for_stream
(value)
ldap3/utils/conv.py:143
↓ 9 callersMethodto_json
(self, indent=4, sort=True)
ldap3/protocol/rfc4512.py:173
↓ 8 callersMethod_create_entry
(self, response)
ldap3/abstract/cursor.py:310
↓ 8 callersMethod_reset_exception_history
(self)
ldap3/strategy/restartable.py:252
↓ 8 callersFunctionadd_ldif_header
(ldif_lines)
ldap3/protocol/rfc2849.py:245
↓ 8 callersFunctiondecode_sequence
(message, start, stop, context_decoders=None)
ldap3/utils/asn1.py:113
↓ 8 callersMethodfrom_definition
(cls, definitions)
ldap3/protocol/rfc4512.py:428
↓ 8 callersMethodfrom_definition
Define a dummy server with preloaded schema and info :param host: host name :param dsa_info: DsaInfo preloaded object or a js
ldap3/core/server.py:568
↓ 8 callersFunctionget_hostname_by_addr
Resolve the hostname for an ip address. If success is required, raise an exception if a hostname cannot be resolved for the address. Returns
ldap3/core/rdns.py:39
↓ 8 callersFunctionmd5_h
(value)
ldap3/protocol/sasl/digestMd5.py:38
↓ 8 callersFunctionprepare_filter_for_sending
(raw_string)
ldap3/protocol/convert.py:196
↓ 8 callersFunctionsend_sasl_negotiation
(connection, controls, payload)
ldap3/protocol/sasl/sasl.py:156
↓ 8 callersMethodstart_tls
(self, read_server_info=True)
ldap3/core/connection.py:1293
↓ 8 callersMethodstart_tls
(self, connection)
ldap3/core/tls.py:245
↓ 8 callersFunctionvalidate_assertion_value
(schema, name, value, auto_escape, auto_encode, validator, check_names)
ldap3/protocol/convert.py:154
↓ 7 callersMethod_create_query_filter
Converts the query dictionary to the filter text
ldap3/abstract/cursor.py:544
↓ 7 callersFunctionbind_operation
(version, authentication, name='', password=None,
ldap3/operation/bind.py:36
↓ 7 callersFunctioncommunication_exception_factory
Generates a new exception class of the requested type (subclass of LDAPCommunication) merged with the exception raised by the interpreter
ldap3/core/exceptions.py:594
↓ 7 callersMethodend_transaction
(self, commit=True, controls=None)
ldap3/extend/__init__.py:237
↓ 7 callersMethodfrom_cursor
(cursor, connection=None, object_def=None, custom_validator=None)
ldap3/abstract/cursor.py:726
↓ 7 callersMethodget_negotiated_flag
(self, flag)
ldap3/utils/ntlm.py:232
↓ 7 callersMethodpack_field
(value, offset)
ldap3/utils/ntlm.py:416
↓ 7 callersMethodremove_alias
(self, alias)
ldap3/utils/ciDict.py:179
↓ 7 callersFunctionsafe_rdn
Returns a list of rdn for the dn, usually there is only one rdn, but it can be more than one when the + sign is used
ldap3/utils/dn.py:368
↓ 7 callersFunctionvalidate_generic_single_value
(input_value)
ldap3/protocol/formatters/validators.py:68
↓ 7 callersFunctionvalidate_time
(input_value)
ldap3/protocol/formatters/validators.py:189
next →1–100 of 1,594, ranked by callers