Home
last modified time | relevance | path

Searched refs:_ldap (Results 1 – 25 of 156) sorted by last modified time

1234567

/dports/security/p5-openxpki/openxpki-3.16.1/core/server/t/18_ldap/
H A D06.t216 my $test_directory = File::Spec->catfile( 't', '18_ldap');
H A D03.t218 my $test_directory = File::Spec->catfile( 't', '18_ldap');
32 't', '18_ldap', 'ldappublic_dummy.xml'
H A D10.t216 my $test_directory = File::Spec->catfile( 't', '18_ldap');
H A D99_clean.t210 my $test_group = '18_ldap';
H A D08.t218 my $test_directory = File::Spec->catfile( 't', '18_ldap');
H A D00.t216 my $test_group = '18_ldap';
20 my $auxiliary_test_group = '18_ldap';
H A D09.t218 my $test_directory = File::Spec->catfile( 't', '18_ldap');
H A D01.t215 my $test_directory = File::Spec->catfile( 't', '18_ldap');
H A D02.t217 my $test_directory = File::Spec->catfile( 't', '18_ldap');
H A D12.t219 my $test_directory = File::Spec->catfile( 't', '18_ldap');
51 '18_ldap',
H A D11.t216 my $test_directory = File::Spec->catfile( 't', '18_ldap');
H A D07.t218 my $test_directory = File::Spec->catfile( 't', '18_ldap');
H A D04.t216 my $test_directory = File::Spec->catfile( 't', '18_ldap');
H A D05.t217 my $test_directory = File::Spec->catfile( 't', '18_ldap');
/dports/net/py-ldap/python-ldap-3.4.0/
H A Dsetup.cfg4 [_ldap]
/dports/mail/alpine/alpine-465e23b/doc/tech-notes/
H A Dtech-notes.txt.presed2594 _ldap-servers_
5616 _ldap-result-to-addrbook-add_
8055 _ldap-server_
/dports/dns/bind911/bind-9.11.37/bin/tests/system/tsiggss/ns1/
H A Dexample.nil.db.in25 _ldap._tcp.gc._msdcs IN SRV 0 100 3268 blu
26 _ldap._tcp.Default-First-Site-Name._sites.gc._msdcs IN SRV 0 100 3268 blu
29 _ldap._tcp IN SRV 0 100 389 blu
30 _ldap._tcp.dc._msdcs IN SRV 0 100 389 blu
31 _ldap._tcp.pdc._msdcs IN SRV 0 100 389 blu
32 _ldap._tcp.d86745b4-f3e0-4af3-be03-2130d1534be8.domains._msdcs IN SRV 0 100 389 blu
33 _ldap._tcp.Default-First-Site-Name._sites IN SRV 0 100 389 blu
34 _ldap._tcp.Default-First-Site-Name._sites.dc._msdcs IN SRV 0 100 389 blu
/dports/dns/bind916/bind-9.16.27/bin/tests/system/tsiggss/ns1/
H A Dexample.nil.db.in36 _ldap._tcp.gc._msdcs IN SRV 0 100 3268 blu
37 _ldap._tcp.Default-First-Site-Name._sites.gc._msdcs IN SRV 0 100 3268 blu
40 _ldap._tcp IN SRV 0 100 389 blu
41 _ldap._tcp.dc._msdcs IN SRV 0 100 389 blu
42 _ldap._tcp.pdc._msdcs IN SRV 0 100 389 blu
43 _ldap._tcp.d86745b4-f3e0-4af3-be03-2130d1534be8.domains._msdcs IN SRV 0 100 389 blu
44 _ldap._tcp.Default-First-Site-Name._sites IN SRV 0 100 389 blu
45 _ldap._tcp.Default-First-Site-Name._sites.dc._msdcs IN SRV 0 100 389 blu
/dports/dns/bind-tools/bind-9.16.27/bin/tests/system/tsiggss/ns1/
H A Dexample.nil.db.in36 _ldap._tcp.gc._msdcs IN SRV 0 100 3268 blu
37 _ldap._tcp.Default-First-Site-Name._sites.gc._msdcs IN SRV 0 100 3268 blu
40 _ldap._tcp IN SRV 0 100 389 blu
41 _ldap._tcp.dc._msdcs IN SRV 0 100 389 blu
42 _ldap._tcp.pdc._msdcs IN SRV 0 100 389 blu
43 _ldap._tcp.d86745b4-f3e0-4af3-be03-2130d1534be8.domains._msdcs IN SRV 0 100 389 blu
44 _ldap._tcp.Default-First-Site-Name._sites IN SRV 0 100 389 blu
45 _ldap._tcp.Default-First-Site-Name._sites.dc._msdcs IN SRV 0 100 389 blu
/dports/sysutils/py-salt/salt-3004.1/salt/auth/
H A Dldap.py274 _ldap = _LDAPConnection(**connargs).ldap
281 result = _ldap.search_s(basedn, int(scope), paramvalues["filter"])
/dports/sysutils/py-salt/salt-3004.1/salt/modules/
H A Dldapmod.py153 _ldap = _connect(**kwargs)
162 results = _ldap.search_s(dn, int(scope), filter, attrs)
/dports/shells/zsh/zsh-5.8.1/
H A DChangeLog2426 * 43106: Completion/BSD/Command/_ldap: Add ldap completer.
/dports/dns/knot3/knot-3.1.5/tests/libzscanner/data/
H A D26_SRV.in6 _ldap._tcp.test.tld. SRV 0 0 0 @ ; Underscores in owner
/dports/dns/knot3-lib/knot-3.1.5/tests/libzscanner/data/
H A D26_SRV.in6 _ldap._tcp.test.tld. SRV 0 0 0 @ ; Underscores in owner
/dports/www/py-dj32-django-auth-ldap/django-auth-ldap-4.0.0/django_auth_ldap/
H A Dbackend.py91 _ldap = None # The cached ldap module (or mock object) variable in LDAPBackend
122 if self._ldap is None:
125 self._ldap = _LDAPConfig.get_ldap(options)
127 return self._ldap

1234567