Searched refs:hostdn (Results 1 – 3 of 3) sorted by relevance
2186 char *hostdn; in ldap_read_config() local2297 hostdn = ldap_get_dn (ld, hostent); in ldap_read_config()2299 if (hostdn != NULL) in ldap_read_config()2300 log_info ("Found dhcpServer LDAP entry '%s'", hostdn); in ldap_read_config()2303 if (hostdn == NULL || in ldap_read_config()2308 (hostdn ? "dn" : "name"), (hostdn ? hostdn : in ldap_read_config()2314 if (hostdn) in ldap_read_config()2315 ldap_memfree (hostdn); in ldap_read_config()2323 log_info ("LDAP: Parsing dhcpServer options '%s' ...", hostdn); in ldap_read_config()2331 ldap_memfree (hostdn); in ldap_read_config()[all …]
186 $hostdn = "cn=$server, $basedn";187 print "dn: $hostdn\n";211 print "dhcpPrimaryDN: $hostdn\n";
384 struct berval hostdn = BER_BVNULL; in pam_authz() local397 cb.sc_private = &hostdn; in pam_authz()411 if (BER_BVISEMPTY(&hostdn) && in pam_authz()424 if (BER_BVISEMPTY(&hostdn)) { in pam_authz()434 op->o_req_dn = hostdn; in pam_authz()435 op->o_req_ndn = hostdn; in pam_authz()