HomeSort by relevance Sort by last modified time
    Searched refs:bind_pw (Results 1 - 4 of 4) sorted by null

  /external/ipsec-tools/src/racoon/
isakmp_xauth.h 140 vchar_t *bind_pw; member in struct:xauth_ldap_config
isakmp_xauth.c 734 xauth_ldap_config.bind_pw = NULL;
852 (xauth_ldap_config.bind_pw != NULL))
854 cred.bv_val = xauth_ldap_config.bind_pw->v;
1080 (xauth_ldap_config.bind_pw != NULL))
1082 cred.bv_val = xauth_ldap_config.bind_pw->v;
    [all...]
cfparse.y 593 if (xauth_ldap_config.bind_pw != NULL)
594 vfree(xauth_ldap_config.bind_pw);
595 xauth_ldap_config.bind_pw = vdup($2);
    [all...]
cftoken.l 226 <S_LDAP>bind_pw { YYD; return(LDAP_BIND_PW); }

Completed in 119 milliseconds