Searched refs:userdn (Results 1 - 1 of 1) sorted by relevance

/external/ipsec-tools/src/racoon/
H A Disakmp_xauth.c810 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);

Completed in 58 milliseconds