OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:hostdn
(Results
1 - 2
of
2
) sorted by relevancy
/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/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
...]
Completed in 16 milliseconds
Indexes created Sat Apr 04 00:22:49 UTC 2026