mirror of
https://github.com/samba-team/samba.git
synced 2025-02-03 13:47:25 +03:00
r19345: Allow better rootdse searches.
Guenther
This commit is contained in:
parent
a2c20811d6
commit
27fbd85300
@ -388,7 +388,7 @@ $server = process_servername($opt_host) ||
|
||||
|
||||
|
||||
# get the base
|
||||
$base = $opt_base ||
|
||||
$base = defined($opt_base)? $opt_base : "" ||
|
||||
get_base_from_rootdse($server,$dse);
|
||||
|
||||
# get the realm
|
||||
|
Loading…
x
Reference in New Issue
Block a user