Home | History | Annotate | Download | only in racoon

Lines Matching full:userdn

810 	char *userdn = NULL;
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);