| /src/crypto/external/bsd/heimdal/dist/tests/ldap/ |
| NTMakefile | 32 RELDIR=tests\ldap
|
| /src/crypto/external/bsd/openssh/dist/ |
| ldapauth.c | 112 void ldap_close(ldap_opt_t * ldap) { 114 if (!ldap) 117 if ( ldap_unbind_ext(ldap->ld, NULL, NULL) < 0) 118 ldap_perror(ldap->ld, "ldap_unbind()"); 120 ldap->ld = NULL; 121 FLAG_SET_DISCONNECTED(ldap->flags); 127 int ldap_xconnect(ldap_opt_t * ldap) { 130 if (!ldap->servers) 134 ldap->ld = ldap_init(ldap->servers, LDAP_PORT) [all...] |
| /src/external/bsd/openldap/dist/include/ |
| openldap.h | 23 #include <ldap.h> 27 #define LDAP_PROTO_TCP 1 /* ldap:// */ 37 LDAP **ldp ));
|
| /src/external/bsd/openldap/dist/servers/slapd/back-sql/rdbms_depend/mssql/ |
| slapd.conf | 14 #referral ldap://root.openldap.org 28 dbuser ldap 29 dbpasswd ldap
|
| /src/external/bsd/openldap/dist/tests/data/regressions/its9468/ |
| slapd-proxy.conf | 30 #ldapmod#modulepath ../servers/slapd/back-ldap/ 44 database ldap 53 database ldap 62 database ldap 72 database ldap
|
| /src/external/bsd/openldap/dist/contrib/ldaptcl/ |
| neoXldap.c | 34 * Umich-3.3 LDAP. It was debugged against the Netscape LDAP server 37 * code that will work with the Umich-3.3 LDAP, but not with Netscape's 50 #include <ldap.h> 68 * originally developed to work with Umich-3.3 LDAP. It was debugged 69 * against the Netscape LDAP server and the much more reliable SDK, 96 ldap_err2string(ldap_get_lderrno(ldap)) 110 LDAP *ldap; member in struct:ldaptclobj 132 code = ldap_get_lderrno(ldaptcl->ldap); 306 LDAP *ldap = ldaptcl->ldap; local 436 LDAP *ldap = ldaptcl->ldap; local 1242 LDAP *ldap = ldaptcl->ldap; local 1278 LDAP *ldap; local [all...] |
| /src/external/bsd/openldap/dist/contrib/ldapc++/src/ |
| LDAPModList.h | 13 #include <ldap.h>
|
| LDAPModification.h | 13 #include <ldap.h>
|
| LDAPSaslBindResult.h | 12 #include <ldap.h> 20 * results for an Extended Operation were returned by a LDAP server.
|
| LDAPExtResult.h | 12 #include <ldap.h> 20 * results for an Extended Operation were returned by a LDAP server.
|
| LDAPControl.h | 13 #include <ldap.h> 17 * and modify LDAP-Operations.
|
| LDAPControlSet.h | 13 #include <ldap.h>
|
| /src/external/bsd/openldap/dist/servers/slapd/back-sql/rdbms_depend/oracle/ |
| slapd.conf | 14 #referral ldap://root.openldap.org 28 dbuser ldap 29 dbpasswd ldap
|
| /src/external/bsd/openldap/dist/tests/data/ |
| slapd-ldapglue.conf | 27 #ldapmod#modulepath ../servers/slapd/back-ldap/ 49 database ldap 58 database ldap
|
| slapd-glue-ldap.conf | 28 #ldapmod#modulepath ../servers/slapd/back-ldap/ 43 database ldap 57 database ldap 73 database ldap
|
| /src/external/bsd/openldap/dist/tests/scripts/ |
| test081-totp.py | 26 import ldap 27 from ldap.cidict import cidict as CIDict 28 from ldap.ldapobject import LDAPObject 52 result = connection.search_s(dn, ldap.SCOPE_BASE) 58 result = connection.search_s(tokendn, ldap.SCOPE_BASE) 91 result = connection.search_s(paramsdn, ldap.SCOPE_BASE) 107 except ldap.INVALID_CREDENTIALS: 119 except ldap.INVALID_CREDENTIALS: 127 except ldap.INVALID_CREDENTIALS: 137 connection.modify_s(dn, [(ldap.MOD_REPLACE, 'oathTOTPLastTimeStep', [])] [all...] |
| /src/external/bsd/openldap/include/ |
| Makefile | 8 ldap.h ldap_cdefs.h \
|
| /src/external/bsd/openldap/lib/libldap/ |
| Makefile | 10 LIB= ldap 14 MAN= ldap.3 ldap_abandon.3 ldap_add.3 ldap_bind.3 ldap_compare.3 \ 133 MAN+= ldap.conf.5 ldif.5 135 EXPSYM_SRCS+= ldap.common.expsym 137 EXPSYM_SRCS+= ldap.kerberos.expsym 140 LIB_EXPSYM= ldap.expsym 141 ldap.expsym: ${EXPSYM_SRCS} 145 CLEANFILES+= ldap.expsym ldap.expsym.tmp
|
| /src/crypto/external/apache2/openssl/dist/test/recipes/95-test_external_krb5_data/ |
| krb5.sh | 16 ./configure --with-ldap --with-prng-alg=os --enable-pkinit \
|
| /src/crypto/external/bsd/openssl/dist/test/recipes/95-test_external_krb5_data/ |
| krb5.sh | 16 ./configure --with-ldap --with-prng-alg=os --enable-pkinit \
|
| /src/crypto/external/bsd/openssl.old/dist/test/recipes/95-test_external_krb5_data/ |
| krb5.sh | 16 ./configure --with-ldap --with-prng-alg=os --enable-pkinit \
|
| /src/external/bsd/openldap/dist/tests/data/regressions/its9288/ |
| slapd-proxy.conf | 30 #ldapmod#modulepath ../servers/slapd/back-ldap/ 36 database ldap
|
| /src/external/bsd/am-utils/dist/amd/ |
| info_ldap.c | 44 * Get info from LDAP (Lightweight Directory Access Protocol) 45 * LDAP Home Page: http://www.umich.edu/~rsug/ldap/ 50 * ldap.h headers deprecate several functions used in this file, such as 52 * Those externs are still in <ldap.h>, but surrounded by an ifdef 55 * (older?) version of the LDAP API. It gets am-utils to compile, but it is 73 #define AMD_LDAP_TYPE "ldap" 74 /* Time to live for an LDAP cached in an mnt_map */ 77 #define AMD_LDAP_HOST "ldap" 102 LDAP *ldap member in struct:ald_ent [all...] |
| /src/external/mpl/dhcp/dist/ |
| Makefile.am | 18 contrib/ms2isc/readme.txt contrib/ldap/dhcpd-conf-to-ldap \ 19 contrib/ldap/dhcp.schema contrib/ldap/README.ldap \
|
| /src/external/bsd/openldap/dist/tests/data/tls/ |
| create-crt.sh | 30 -l | -ldap) 58 rm -f ldap-server.csr 109 $openssl req -new -nodes -out ldap-server.csr -keyout private/ldap-server.key \ 111 -subj "/CN=ldap-server/OU=OpenLDAP Test Suite/O=OpenLDAP Foundation/ST=CA/C=US" \ 114 $openssl ca -out certs/ldap-server.crt -notext -config ./openssl.cnf -days 183000 -in ldap-server.csr \
|