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 117 struct xauth_ldap_config xauth_ldap_config; variable in typeref:struct:xauth_ldap_config
805 xauth_ldap_config.pver = 3;
806 xauth_ldap_config.host = NULL;
807 xauth_ldap_config.port = LDAP_PORT;
808 xauth_ldap_config.base = NULL;
809 xauth_ldap_config.subtree = 0;
810 xauth_ldap_config.bind_dn = NULL;
811 xauth_ldap_config.bind_pw = NULL;
812 xauth_ldap_config.auth_type = LDAP_AUTH_SIMPLE
    [all...]
isakmp_xauth.h 159 struct xauth_ldap_config { struct
175 extern struct xauth_ldap_config xauth_ldap_config;
cfparse.y 628 xauth_ldap_config.pver = $2;
637 if (xauth_ldap_config.host != NULL)
638 vfree(xauth_ldap_config.host);
639 xauth_ldap_config.host = vdup($2);
648 xauth_ldap_config.port = $2;
657 if (xauth_ldap_config.base != NULL)
658 vfree(xauth_ldap_config.base);
659 xauth_ldap_config.base = vdup($2);
668 xauth_ldap_config.subtree = $2;
677 if (xauth_ldap_config.bind_dn != NULL
    [all...]

Completed in 1581 milliseconds