HomeSort by relevance Sort by last modified time
    Searched full:userdn (Results 1 - 2 of 2) sorted by null

  /external/ipsec-tools/src/racoon/
isakmp_xauth.c 810 char *userdn = NULL; local
939 userdn = ldap_get_dn(ld, le);
940 if (userdn == NULL) {
947 iph1->mode_cfg->xauth.udn = racoon_malloc(strlen(userdn)+1);
948 strcpy(iph1->mode_cfg->xauth.udn,userdn);
997 "attempting ldap bind for dn \'%s\'\n", userdn);
1001 userdn, NULL, &cred,
1009 if (userdn != NULL)
1010 ldap_memfree(userdn);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
certsrv.h 604 #define wszPROPUSERDN TEXT("UserDN")
    [all...]

Completed in 129 milliseconds