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

/netbsd-current/external/mpl/dhcp/dist/contrib/ldap/
H A Ddhcpd-conf-to-ldap33 my $dhcpdn = "cn=$dhcpcn, $basedn"; # DHCP config tree DN
53 --dhcpdn "dhcp config DN" ("$dhcpdn")
638 'dhcpdn=s' => \$dhcpdn,
656 if($dhcpdn =~ /^cn=([^,]+)/i)
706 print STDERR "\tDHCP DN: $dhcpdn\n";
718 $current_dn = "$dhcpdn";
729 if($current_dn =~ /.+?,\s*${dhcpdn}$/) {
730 # don't go below dhcpdn
[all...]

Completed in 200 milliseconds