| | |
| | | "(objectclass=*)", |
| | | "*", "+" |
| | | }; |
| | | assertEquals(LDIFSearch.mainSearch(args, false), 0); |
| | | assertEquals(LDIFSearch.mainSearch(args, false, System.out, System.err), 0); |
| | | LDIFImportConfig ldifConfig = new LDIFImportConfig(outLdifFilePath); |
| | | ldifConfig.setValidateSchema(false); |
| | | LDIFReader reader = new LDIFReader(ldifConfig); |
| | |
| | | "(objectclass=*)", |
| | | "+" |
| | | }; |
| | | assertEquals(LDIFSearch.mainSearch(args, false), 0); |
| | | assertEquals(LDIFSearch.mainSearch(args, false, System.out, System.err), 0); |
| | | LDIFImportConfig ldifConfig = new LDIFImportConfig(outLdifFilePath); |
| | | ldifConfig.setValidateSchema(false); |
| | | LDIFReader reader = new LDIFReader(ldifConfig); |
| | |
| | | "(objectclass=*)", |
| | | "+", "mail", "uid" |
| | | }; |
| | | assertEquals(LDIFSearch.mainSearch(args, false), 0); |
| | | assertEquals(LDIFSearch.mainSearch(args, false, System.out, System.err), 0); |
| | | LDIFImportConfig ldifConfig = new LDIFImportConfig(outLdifFilePath); |
| | | ldifConfig.setValidateSchema(false); |
| | | LDIFReader reader = new LDIFReader(ldifConfig); |
| | |
| | | "(objectclass=*)", |
| | | "mail", "uid" |
| | | }; |
| | | assertEquals(LDIFSearch.mainSearch(args, false), 0); |
| | | assertEquals(LDIFSearch.mainSearch(args, false, System.out, System.err), 0); |
| | | LDIFImportConfig ldifConfig = new LDIFImportConfig(outLdifFilePath); |
| | | ldifConfig.setValidateSchema(false); |
| | | LDIFReader reader = new LDIFReader(ldifConfig); |