svn commit: samba r19345 - in branches/SAMBA_3_0/examples/misc: .

gd at samba.org gd at samba.org
Mon Oct 16 20:27:09 GMT 2006


Author: gd
Date: 2006-10-16 20:27:08 +0000 (Mon, 16 Oct 2006)
New Revision: 19345

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=19345

Log:
Allow better rootdse searches.

Guenther

Modified:
   branches/SAMBA_3_0/examples/misc/adssearch.pl


Changeset:
Modified: branches/SAMBA_3_0/examples/misc/adssearch.pl
===================================================================
--- branches/SAMBA_3_0/examples/misc/adssearch.pl	2006-10-16 20:20:03 UTC (rev 19344)
+++ branches/SAMBA_3_0/examples/misc/adssearch.pl	2006-10-16 20:27:08 UTC (rev 19345)
@@ -388,7 +388,7 @@
 
 
 # get the base
-$base 		= $opt_base || 
+$base 		= defined($opt_base)? $opt_base : "" || 
 	 	  get_base_from_rootdse($server,$dse);
 
 # get the realm



More information about the samba-cvs mailing list