167168169170171172173
{ rootDN = ""; } environment.put( Context.PROVIDER_URL, rootDN ); return new ServerLdapContext( this, environment ); }