Searched refs:hostdn (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/external/mpl/dhcp/dist/server/
H A Dldap.c2186 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...]
/netbsd-current/external/mpl/dhcp/dist/contrib/ldap/
H A Ddhcpd-conf-to-ldap186 $hostdn = "cn=$server, $basedn";
187 print "dn: $hostdn\n";
211 print "dhcpPrimaryDN: $hostdn\n";
/netbsd-current/external/bsd/openldap/dist/contrib/slapd-modules/nssov/
H A Dpam.c384 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;

Completed in 135 milliseconds