Searched refs:bind (Results 1 - 13 of 13) sorted by relevance

/sssd-io/src/tests/intg/
H A Dds.py33 port TCP port on localhost to bind the server to.
54 def bind(self): member in class:DS
55 """Connect to the server and bind as admin, return connection."""
H A Dtest_pysss_nss_idmap.py58 ldap_conn = ad_inst.bind()
H A Dtest_sssctl.py55 ldap_conn = ds_inst.bind()
H A Dtest_infopipe.py144 ldap_conn = ds_inst.bind()
H A Dtest_netgroup.py59 ldap_conn = ds_inst.bind()
H A Dldap_local_override_test.py73 ldap_conn = ds_inst.bind()
H A Dtest_ts_cache.py64 ldap_conn = ds_inst.bind()
H A Dtest_enumeration.py58 ldap_conn = ds_inst.bind()
H A Dtest_memory_cache.py60 ldap_conn = ds_inst.bind()
H A Dtest_session_recording.py81 ldap_conn = ds_inst.bind()
H A Dtest_ldap.py65 ldap_conn = ds_inst.bind()
/sssd-io/src/tests/python/sssd/testlib/common/
H A Dutils.py396 binddn(str): Binddn required to bind
398 conn: ldap bind object (already initialized)
406 self.conn = self.bind()
410 def bind(self): member in class:LdapOperations
/sssd-io/src/responder/common/
H A Dresponder_common.c767 "Cannot remove old socket (errno=%d [%s]), bind might fail!\n",
771 if (bind(fd, (struct sockaddr *)&addr, sizeof(addr)) == -1) {
773 "Unable to bind on socket '%s'\n", sock_name);

Completed in 29 milliseconds