HomeSort by: relevance | last modified time | path
    Searched refs:u_basedn (Results 1 - 3 of 3) sorted by relevancy

  /src/crypto/external/bsd/openssh/dist/
ldapauth.c 319 if (ldap->u_basedn)
320 debug("user basedn: %s", ldap->u_basedn);
338 if (l->u_basedn)
339 free(l->u_basedn);
393 l->u_basedn,
543 l->u_basedn = malloc (len + 1);
544 strncpy (l->u_basedn, v, len);
545 l->u_basedn[len] = '\0';
547 l->u_basedn = strdup (v);
ldapauth.h 92 char * u_basedn; /* user basedn */ member in struct:ldap_options
servconf.c 176 options->lpk.u_basedn = NULL;
572 if (options->lpk.u_basedn == NULL)
573 options->lpk.u_basedn = _DEFAULT_LPK_UDN;
2970 options->lpk.u_basedn = xstrdup(arg);

Completed in 27 milliseconds