HomeSort by: relevance | last modified time | path
    Searched defs:userdn (Results 1 - 2 of 2) sorted by relevancy

  /src/crypto/dist/ipsec-tools/src/racoon/
isakmp_xauth.c 865 char *userdn = NULL; local
1042 userdn = ldap_get_dn(ld, le);
1043 if (userdn == NULL) {
1050 iph1->mode_cfg->xauth.udn = racoon_malloc(strlen(userdn)+1);
1051 strcpy(iph1->mode_cfg->xauth.udn,userdn);
1100 "attempting ldap bind for dn \'%s\'\n", userdn);
1104 userdn, NULL, &cred,
1112 if (userdn != NULL)
1113 ldap_memfree(userdn);
  /src/external/bsd/openldap/dist/contrib/slapd-modules/rbac/
rbac.h 277 struct berval userdn; member in struct:rbac_session

Completed in 61 milliseconds