Normalizer dnNorm = reg.lookup( "distinguishedNameMatch" ) .getNormalizer();
Name normSuffix = new LdapName( ( String ) dnNorm.normalize( configs[ii].getSuffix() ) );
Database db = new JdbmDatabase( upSuffix, normSuffix, wkdir );
// ----------------------------------------------------------------
// create the search engine using db, enumerators and evaluators
// ----------------------------------------------------------------