OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:basedn
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/mpl/dhcp/dist/contrib/ldap/
dhcpd-conf-to-ldap
29
my $
basedn
= "dc=".$domain;
30
$
basedn
=~ s/\./,dc=/g; # dc=your,dc=domain
33
my $dhcpdn = "cn=$dhcpcn, $
basedn
"; # DHCP config tree DN
51
--
basedn
"dc=your,dc=domain" ("$
basedn
")
186
$hostdn = "cn=$server, $
basedn
";
637
'
basedn
=s' => \$
basedn
,
651
unless($
basedn
=~ /^\w+=[^,]+/)
653
usage(1, "invalid base dn '$
basedn
'");
[
all
...]
/src/external/mpl/dhcp/dist/server/
ldap.c
2505
char *hostdn, *
basedn
, *temp1, *temp2, filter[1024];
local
2512
basedn
= NULL;
2541
basedn
= strchr (temp1, ',');
2542
if (
basedn
!= NULL)
2543
++
basedn
;
2546
if (
basedn
!= NULL && *
basedn
!= '\0' && filter[0] != '\0')
2548
ret = ldap_search_ext_s (ld,
basedn
, LDAP_SCOPE_SUBTREE, filter,
/src/external/bsd/openldap/dist/servers/slapd/overlays/
syncprov.c
2265
basedn
, filterpattern = BER_BVC(
local
2358
filter_escape_value_x( &op->o_req_ndn, &
basedn
, fop.o_tmpmemctx );
2361
if ( BER_BVISEMPTY( &
basedn
) ) {
2362
basedn
.bv_val = "";
2367
oldestcsn.bv_len + newestcsn.bv_len + 2 *
basedn
.bv_len,
2371
oldestcsn.bv_val, newestcsn.bv_val,
basedn
.bv_val,
basedn
.bv_val );
2379
if ( !BER_BVISEMPTY( &
basedn
) ) {
2380
fop.o_tmpfree(
basedn
.bv_val, fop.o_tmpmemctx );
Completed in 38 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026