Skip to content

Commit

Permalink
r19345: Allow better rootdse searches.
Browse files Browse the repository at this point in the history
Guenther
  • Loading branch information
gd authored and Gerald (Jerry) Carter committed Oct 10, 2007
1 parent a2c2081 commit 27fbd85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/misc/adssearch.pl
Original file line number Diff line number Diff line change
Expand Up @@ -388,7 +388,7 @@ BEGIN


# get the base
$base = $opt_base ||
$base = defined($opt_base)? $opt_base : "" ||
get_base_from_rootdse($server,$dse);

# get the realm
Expand Down

0 comments on commit 27fbd85

Please sign in to comment.