/netbsd-src/crypto/external/bsd/openssh/dist/ |
H A D | ldapauth.c | 112 void ldap_close(ldap_opt_t * ldap) { in ldap_close() argument 114 if (!ldap) in ldap_close() 117 if ( ldap_unbind_ext(ldap->ld, NULL, NULL) < 0) in ldap_close() 118 ldap_perror(ldap->ld, "ldap_unbind()"); in ldap_close() 120 ldap->ld = NULL; in ldap_close() 121 FLAG_SET_DISCONNECTED(ldap->flags); in ldap_close() 127 int ldap_xconnect(ldap_opt_t * ldap) { in ldap_xconnect() argument 130 if (!ldap->servers) in ldap_xconnect() 134 ldap->ld = ldap_init(ldap->servers, LDAP_PORT); in ldap_xconnect() 135 if (!ldap->ld) { in ldap_xconnect() [all …]
|
/netbsd-src/external/bsd/openldap/dist/contrib/ldaptcl/ |
H A D | neoXldap.c | 96 ldap_err2string(ldap_get_lderrno(ldap)) 110 LDAP *ldap; member 132 code = ldap_get_lderrno(ldaptcl->ldap); in LDAP_SetErrorCode() 187 LDAP_ProcessOneSearchResult (interp, ldap, entry, destArrayNameObj, evalCodeObj) in LDAP_ProcessOneSearchResult() argument 189 LDAP *ldap; 205 dn = ldap_get_dn(ldap, entry); 222 for (attributeName = ldap_first_attribute (ldap, entry, &ber); 224 attributeName = ldap_next_attribute(ldap, entry, ber)) { 226 bvals = ldap_get_values_len(ldap, entry, attributeName); 306 LDAP *ldap = ldaptcl->ldap; local [all …]
|
H A D | configure.ac | 130 AC_ARG_WITH(ldap, [ --with-ldap=<dir> common parent of ldap include and lib dirs], optwith 146 AC_ARG_WITH(ldap-incdir, [ --with-ldap-incdir=<dir> path to ldap.h], 150 AC_ARG_WITH(ldap-libdir, [ --with-ldap-libdir=<dir> path to ldap and lber libs], 153 AC_ARG_WITH(ldap-libraries, [ --with-ldap-libflags=<libnames> -l flags for ldap libraries],
|
H A D | README | 31 --with-ldap=/usr/local/ldap 42 shell (ldapwish) a library, a pkgIndex.tcl, and a manpage (ldap.n). 56 which will install the "ldap" command into the interpreter. 59 or use -R or -W,-rpath ld command options to resolve the search for ldap
|
/netbsd-src/external/bsd/openldap/dist/tests/data/ |
H A D | referrals.out | 13 ref: ldap://hostA/o=abc,c=us HostA 14 ref: ldap://hostB HostB 21 ref: ldap://hostC/o=xyz,c=us HostC 43 ref: ldap://hostA/o=abc,c=us HostA 44 ref: ldap://hostB HostB 67 ref: ldap://hostA/uid=xxx,o=abc,c=us??sub 68 ref: ldap://hostB/uid=xxx,o=abc,c=US??sub 100 ref: ldap://hostA/o=abc,c=us??base 101 ref: ldap://hostB/o=ABC,c=US??base 104 ref: ldap://hostC/o=xyz,c=us??base [all …]
|
H A D | referrals.ldif | 7 ref: ldap://hostA/o=abc,c=us HostA 8 ref: ldap://hostB HostB 14 ref: ldap://hostC/o=xyz,c=us HostC
|
H A D | slapd-glue-ldap.conf | 43 database ldap 57 database ldap 73 database ldap
|
/netbsd-src/external/mpl/bind/dist/contrib/dlz/modules/ldap/ |
H A D | dlz_ldap_dynamic.c |
|
/netbsd-src/external/bsd/openldap/dist/tests/scripts/ |
H A D | 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 …]
|
H A D | test079-proxy-timeout | 145 -w $PASSWD 2>&1 | tee -a $TESTOUT | grep ldap://${LOCALHOST}:$PORT1 >/dev/null 156 -w $PASSWD 2>&1 | tee -a $TESTOUT | grep ldap://${LOCALHOST}:$PORT1 >/dev/null 177 -w $PASSWD 2>&1 | tee -a $TESTOUT | grep ldap://${LOCALHOST}:$PORT1 >/dev/null 188 -w $PASSWD 2>&1 | tee -a $TESTOUT | grep ldap://${LOCALHOST}:$PORT1 >/dev/null 241 -w $PASSWD 2>&1 | tee -a $TESTOUT | grep ldap://${LOCALHOST}:$PORT1 >/dev/null 252 -w $PASSWD 2>&1 | tee -a $TESTOUT | grep ldap://${LOCALHOST}:$PORT1 >/dev/null 273 -w $PASSWD 2>&1 | tee -a $TESTOUT | grep ldap://${LOCALHOST}:$PORT1 >/dev/null 284 -w $PASSWD 2>&1 | tee -a $TESTOUT | grep ldap://${LOCALHOST}:$PORT1 >/dev/null 345 -w $PASSWD 2>&1 | tee -a $TESTOUT | grep ldap://${LOCALHOST}:$PORT1 >/dev/null 360 -w $PASSWD 2>&1 | tee -a $TESTOUT | grep ldap://${LOCALHOST}:$PORT1 >/dev/null
|
H A D | test024-unique | 228 olcUniqueURI: ldap:///?employeeNumber,displayName?sub 383 olcUniqueURI: ldap:///?employeeNumber,displayName?sub 384 olcUniqueURI: ldap:///?description?one 400 olcUniqueURI: ldap:///?employeeNumber,displayName?sub 401 olcUniqueURI: ldap:///?description?one 487 olcUniqueURI: ldap:///?sn?sub?((cn=e*)) 513 olcUniqueURI: ldap:///?sn?sub?(cn=e*) 514 olcUniqueURI: ldap:///?uid?sub?(cn=edgar) 517 olcUniqueURI: ldap:///?description?one 533 olcUniqueURI: ldap:///?employeeNumber,displayName?sub [all …]
|
/netbsd-src/crypto/external/bsd/heimdal/dist/tests/ldap/ |
H A D | Makefile.am | 9 TESTS = check-ldap 20 check-ldap: check-ldap.in Makefile 21 $(do_subst) < $(srcdir)/check-ldap.in > check-ldap.tmp 22 chmod +x check-ldap.tmp 23 mv check-ldap.tmp check-ldap 36 check-ldap.tmp \ 52 check-ldap.in \
|
/netbsd-src/external/mpl/dhcp/dist/contrib/ldap/ |
H A D | README.ldap | 8 draft-ietf-dhc-ldap-schema-01.txt included in the doc directory. For the 10 http://dcantrel.fedorapeople.org/dhcp/ldap-patch/ 24 include /etc/ldap/schema/dhcp.schema 54 * Run ./configure with the '--with-ldap' argument to enable OpenLDAP. 61 ldap-server "localhost"; 62 ldap-port 389; 63 ldap-username "cn=DHCP User, dc=ntelos, dc=net"; 64 ldap-password "blah"; 65 ldap-base-dn "dc=ntelos, dc=net"; 66 ldap-method dynamic; [all …]
|
/netbsd-src/external/bsd/am-utils/dist/amd/ |
H A D | info_ldap.c | 102 LDAP *ldap; member 236 if (a->ldap != NULL) in ald_free() 237 amu_ldap_unbind(a->ldap); in ald_free() 272 aldh->ldap = NULL; in amu_ldap_init() 286 aldh->ldap = NULL; in amu_ldap_init() 316 if (a->ldap != NULL) { in amu_ldap_rebind() 319 amu_ldap_unbind(a->ldap); in amu_ldap_rebind() 321 a->ldap = NULL; in amu_ldap_rebind() 360 a->ldap = ld; in amu_ldap_rebind() 390 err = ldap_search_st(a->ldap, in get_ldap_timestamp() [all …]
|
/netbsd-src/external/bsd/openldap/dist/contrib/ldapc++/ |
H A D | configure.ac | 46 AC_ARG_WITH(ldap-includes,[ --with-ldap-includes=DIR Path to the libldap include files [/usr/lo… 63 AC_CHECK_LIB(ldap,ldap_add_ext,[ 76 AC_CHECK_HEADERS(termios.h ldap.h) 77 AC_EGREP_HEADER(ldap_add_ext,ldap.h,[ 81 echo " didn't find ldap_add_ext in ldap.h!"; 83 echo " or try --with-ldap-includes option."; 93 echo " or try --with-ldap-includes option.";
|
/netbsd-src/external/mpl/bind/dist/contrib/dlz/modules/ldap/testing/ |
H A D | slapd.conf |
|
H A D | README |
|
/netbsd-src/external/bsd/openldap/dist/doc/guide/admin/ |
H A D | backends.sdf | 31 Sessions that explicitly {{Bind}} to the {{back-ldap}} database always create 39 The ldap database can also act as an information service, i.e. the identity 47 H3: back-ldap Configuration 49 As previously mentioned, {{slapd-ldap(5)}} is used behind the scenes by many 52 the whole of the {{slapd-ldap(5)}} options. 57 of the normal {{slapd-ldap(5)}} options. See {[slapo-translucent(5)}} for details. 60 {{slapd-ldap(5)}} directive. For example, the {{slapo-chain(5)}} overlay does 64 related to the instances of the ldap backend that may be implicitly instantiated 66 overlay. They are described in slapd-ldap(5), and they also need to be prefixed 69 You may have also seen the {{slapd-ldap(5)}} backend used and described in the [all …]
|
/netbsd-src/external/mpl/dhcp/dist/ |
H A D | Makefile.am | 18 contrib/ms2isc/readme.txt contrib/ldap/dhcpd-conf-to-ldap \ 19 contrib/ldap/dhcp.schema contrib/ldap/README.ldap \
|
/netbsd-src/external/bsd/am-utils/dist/ |
H A D | README.ldap | 13 ldap.schema: 17 ldap-id.txt: 27 ldap-id.ms: 30 it, run "nroff -ms ldap-id.ms > ldap-id.txt"
|
/netbsd-src/external/bsd/openldap/dist/include/ |
H A D | ldap_pvt.h | 351 struct ldap; 357 struct ldap *ld, ber_int_t msgid )); 381 struct ldap **ldp, ber_socket_t *fdp )); 407 struct ldap *ld, 421 struct ldap *ld, 448 LDAP_F (int) ldap_pvt_tls_config LDAP_P(( struct ldap *ld, 450 LDAP_F (int) ldap_pvt_tls_get_option LDAP_P(( struct ldap *ld, 452 LDAP_F (int) ldap_pvt_tls_set_option LDAP_P(( struct ldap *ld, 459 LDAP_F (int) ldap_pvt_tls_connect LDAP_P(( struct ldap *ld, Sockbuf *sb, const char *host )); 466 typedef int (LDAP_TLS_CONNECT_CB) LDAP_P (( struct ldap *ld, void *ssl,
|
/netbsd-src/external/bsd/openldap/dist/tests/data/regressions/its8427/ |
H A D | its8427-2 | 120 dn: olcDatabase={2}ldap,cn=config 198 dn: olcDatabase={2}ldap,cn=config 201 dn: olcDatabase={2}ldap,cn=config 248 dn: olcDatabase={2}ldap,cn=config 295 dn: olcDatabase={2}ldap,cn=config 298 dn: olcDatabase={2}ldap,cn=config 345 dn: olcDatabase={2}ldap,cn=config
|
/netbsd-src/external/bsd/am-utils/dist/doc/ |
H A D | Makefile.am | 44 …hangeLog install-AUTHORS install-tasks install-autofs install-y2k install-ldap install-osx install… 95 install-ldap: $(AMU_HTML_TOP)/ldap.txt 96 $(AMU_HTML_TOP)/ldap.txt: $(top_srcdir)/README.ldap
|
/netbsd-src/external/ibm-public/postfix/dist/src/global/ |
H A D | surrogate.ref | 1 ./mail_dict: error: ldap:/xx map requires O_RDONLY access mode 3 ./mail_dict: warning: ldap:/xx is unavailable. ldap:/xx map requires O_RDONLY access mode 7 ./mail_dict: warning: ldap:/xx is unavailable. open /xx: No such file or directory
|
/netbsd-src/external/bsd/openldap/dist/servers/slapd/back-ldap/ |
H A D | TODO.proxy | 9 "ldap://ldap.branch1.com/o=Branch 1, c=US" 10 "ldap://ldap.branch2.it/o=Branch 2, c=IT" 14 "ldap://ldap.company.net/dc=company, dc=net"
|