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

  /external/ipsec-tools/src/racoon/
isakmp_xauth.c 116 struct xauth_ldap_config xauth_ldap_config; variable in typeref:struct:xauth_ldap_config
728 xauth_ldap_config.pver = 3;
729 xauth_ldap_config.host = NULL;
730 xauth_ldap_config.port = LDAP_PORT;
731 xauth_ldap_config.base = NULL;
732 xauth_ldap_config.subtree = 0;
733 xauth_ldap_config.bind_dn = NULL;
734 xauth_ldap_config.bind_pw = NULL;
735 xauth_ldap_config.auth_type = LDAP_AUTH_SIMPLE
    [all...]
isakmp_xauth.h 133 struct xauth_ldap_config { struct
149 extern struct xauth_ldap_config xauth_ldap_config;
cfparse.y 533 xauth_ldap_config.pver = $2;
542 if (xauth_ldap_config.host != NULL)
543 vfree(xauth_ldap_config.host);
544 xauth_ldap_config.host = vdup($2);
553 xauth_ldap_config.port = $2;
562 if (xauth_ldap_config.base != NULL)
563 vfree(xauth_ldap_config.base);
564 xauth_ldap_config.base = vdup($2);
573 xauth_ldap_config.subtree = $2;
582 if (xauth_ldap_config.bind_dn != NULL
    [all...]

Completed in 34 milliseconds