Hi all,

I'm trying to figure out if code like :

...
           Attributes entry = ( Attributes ) i.next();
           if ( entry.get( "dn" ) == null )
           {
throw new ConfigurationException( "Test entries must have DN attributes" );
           }
...

makes sense or not.

In my mind, Attributes should not containes "dn", because "dn" is already stored elswhere. Am I wrong ? wdyt ?

Emmanuel.

Reply via email to