Searched refs:LDAPS (Results 1 - 11 of 11) sorted by relevance

/openbsd-current/regress/usr.sbin/ldapd/
H A Dcommon.pl88 require Net::LDAPS;
89 until($ldap = Net::LDAPS->new($HOST, %opt, port => $SSL_PORT, version => 3)) {
/openbsd-current/usr.bin/ldap/
H A Daldap.h83 LDAPS, enumerator in enum:aldap_protocol
H A Dldapclient.c219 ldap.ldap_port = ldap.ldap_protocol == LDAPS ?
710 else if (lu->protocol == LDAPS)
H A Daldap.c715 lu->protocol = LDAPS;
/openbsd-current/libexec/login_ldap/
H A Daldap.h85 LDAPS, enumerator in enum:aldap_protocol
H A Dutil.c161 if (s->protocol == LDAPS)
394 if (url->protocol == LDAPTLS || url->protocol == LDAPS) {
H A Daldap.c715 lu->protocol = LDAPS;
/openbsd-current/usr.sbin/ypldap/
H A Daldap.h86 LDAPS, enumerator in enum:aldap_protocol
H A Dparse.y111 %token INCLUDE DIRECTORY CLASS PORT ERROR GROUPMEMBERS LDAPS TLS CAFILE
371 | LDAPS { $$ = F_SSL; }
554 { "ldaps", LDAPS },
H A Daldap.c751 lu->protocol = LDAPS;
/openbsd-current/usr.sbin/ldapd/
H A Dparse.y119 %token ERROR LISTEN ON LEGACY TLS LDAPS PORT NAMESPACE ROOTDN ROOTPW INDEX
152 | LDAPS { $$ = F_LDAPS; }
457 { "ldaps", LDAPS },

Completed in 184 milliseconds