HomeSort by: relevance | last modified time | path
    Searched refs:LDAP_VERSION2 (Results 1 - 25 of 25) sorted by relevancy

  /src/external/bsd/openldap/dist/clients/tools/
ldapmodrdn.c 113 if( protocol == LDAP_VERSION2 ) {
143 if( protocol == LDAP_VERSION2 ) {
ldapwhoami.c 80 if( protocol == LDAP_VERSION2 ) {
ldapcompare.c 126 if( protocol == LDAP_VERSION2 ) {
ldapdelete.c 102 if( protocol == LDAP_VERSION2 ) {
ldappasswd.c 101 if( protocol == LDAP_VERSION2 ) {
ldapvc.c 102 if( protocol == LDAP_VERSION2 ) {
common.c 911 protocol = LDAP_VERSION2;
914 if( protocol == LDAP_VERSION2 ) {
1123 if (authmethod == -1 && protocol > LDAP_VERSION2) {
1135 if( protocol == LDAP_VERSION2 ) {
ldapmodify.c 145 if( protocol == LDAP_VERSION2 ) {
ldapsearch.c 401 if( protocol == LDAP_VERSION2 ) {
  /src/external/bsd/am-utils/dist/amd/
info_ldap.c 335 #if LDAP_VERSION_MAX > LDAP_VERSION2
337 if (gopt.ldap_proto_version > LDAP_VERSION2) {
347 #endif /* LDAP_VERSION_MAX > LDAP_VERSION2 */
conf.c 719 case LDAP_VERSION2:
  /src/external/bsd/openldap/dist/libraries/libldap/
abandon.c 220 LDAP_VERSION2 )
sasl.c 281 if( ld->ld_version < LDAP_VERSION2 ) {
312 if ( ld->ld_version < LDAP_VERSION2 ) {
error.c 326 if ( ld->ld_version < LDAP_VERSION2 ) {
result.c 555 if ( ld->ld_options.ldo_version == LDAP_VERSION2 ) isv2 = 1;
732 if ( ld->ld_version > LDAP_VERSION2 ) {
797 if ( ld->ld_version > LDAP_VERSION2 ) {
search.c 317 if ( LDAP_IS_UDP(ld) && ld->ld_options.ldo_version == LDAP_VERSION2) {
init.c 590 gopts->ldo_version = LDAP_VERSION2;
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/windows/
winldap.d 40 LDAP_VERSION2 = 2,
42 LDAP_VERSION = LDAP_VERSION2,
43 LDAP_VERSION_MIN = LDAP_VERSION2,
  /src/external/bsd/openldap/dist/servers/slapd/
result.c 690 op->o_protocol == LDAP_VERSION2 )
754 if( op->o_conn && op->o_conn->c_is_udp && op->o_protocol == LDAP_VERSION2
1120 if ( op->o_protocol == LDAP_VERSION2 ) {
1476 if ( op->o_protocol != LDAP_VERSION2 ) {
search.c 309 if (op->o_protocol == LDAP_VERSION2 && op->o_conn->c_is_udp) {
connection.c 1628 op->o_protocol = LDAP_VERSION2;
1641 if (op->o_protocol == LDAP_VERSION2) {
1882 op->o_protocol > LDAP_VERSION2)
config.c 1159 { BER_BVC("2"), LDAP_VERSION2 },
  /src/external/bsd/openldap/dist/include/
ldap.h 40 #define LDAP_VERSION2 2
43 #define LDAP_VERSION_MIN LDAP_VERSION2
44 #define LDAP_VERSION LDAP_VERSION2
  /src/external/ibm-public/postfix/dist/src/global/
dict_ldap.c 1565 dict_ldap->version = LDAP_VERSION2;
1573 dict_ldap->version = LDAP_VERSION2;
  /src/external/bsd/openldap/dist/contrib/ldaptcl/
neoXldap.c 1381 version = LDAP_VERSION2;

Completed in 81 milliseconds