OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:userdn
(Results
1 - 1
of
1
) 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
...]
Completed in 43 milliseconds