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

  /src/external/mpl/dhcp/dist/server/
ldap.c 2186 char *hostdn; local
2297 hostdn = ldap_get_dn (ld, hostent);
2299 if (hostdn != NULL)
2300 log_info ("Found dhcpServer LDAP entry '%s'", hostdn);
2303 if (hostdn == NULL ||
2308 (hostdn ? "dn" : "name"), (hostdn ? hostdn :
2314 if (hostdn)
2315 ldap_memfree (hostdn);
2505 char *hostdn, *basedn, *temp1, *temp2, filter[1024]; local
    [all...]
  /src/external/bsd/openldap/dist/contrib/slapd-modules/nssov/
pam.c 384 struct berval hostdn = BER_BVNULL; local
397 cb.sc_private = &hostdn;
411 if (BER_BVISEMPTY(&hostdn) &&
424 if (BER_BVISEMPTY(&hostdn)) {
434 op->o_req_dn = hostdn;
435 op->o_req_ndn = hostdn;
  /src/external/mpl/dhcp/dist/contrib/ldap/
dhcpd-conf-to-ldap 186 $hostdn = "cn=$server, $basedn";
187 print "dn: $hostdn\n";
211 print "dhcpPrimaryDN: $hostdn\n";

Completed in 62 milliseconds