| | |
| | | "-V", "2", |
| | | "-D", "cn=Directory Manager", |
| | | "-w", "password", |
| | | "--noPropertiesFile", |
| | | "o:test", |
| | | "o=test" |
| | | }; |
| | |
| | | "-V", "3", |
| | | "-D", "cn=Directory Manager", |
| | | "-w", "password", |
| | | "--noPropertiesFile", |
| | | "o:test", |
| | | "o=test" |
| | | }; |
| | |
| | | "-V", "3", |
| | | "-D", "cn=Directory Manager", |
| | | "-w", "password", |
| | | "--noPropertiesFile", |
| | | "o:nottest", |
| | | "o=test" |
| | | }; |
| | |
| | | "-X", |
| | | "-D", "cn=Directory Manager", |
| | | "-w", "password", |
| | | "--noPropertiesFile", |
| | | "o:test", |
| | | "o=test" |
| | | }; |
| | |
| | | "-P", trustStorePath, |
| | | "-D", "cn=Directory Manager", |
| | | "-w", "password", |
| | | "--noPropertiesFile", |
| | | "o:test", |
| | | "o=test" |
| | | }; |
| | |
| | | "-X", |
| | | "-D", "cn=Directory Manager", |
| | | "-w", "password", |
| | | "--noPropertiesFile", |
| | | "o:test", |
| | | "o=test" |
| | | }; |
| | |
| | | "-P", trustStorePath, |
| | | "-D", "cn=Directory Manager", |
| | | "-w", "password", |
| | | "--noPropertiesFile", |
| | | "o:test", |
| | | "o=test" |
| | | }; |
| | |
| | | "-K", keyStorePath, |
| | | "-W", "password", |
| | | "-P", trustStorePath, |
| | | "--noPropertiesFile", |
| | | "-r", |
| | | "cn:Test User", |
| | | "cn=Test User,o=test" |
| | |
| | | "-W", "password", |
| | | "-N", "client-cert", |
| | | "-P", trustStorePath, |
| | | "--noPropertiesFile", |
| | | "-r", |
| | | "cn:Test User", |
| | | "cn=Test User,o=test" |
| | |
| | | "-W", "password", |
| | | "-N", "invalid", |
| | | "-P", trustStorePath, |
| | | "--noPropertiesFile", |
| | | "-r", |
| | | "cn:Test User", |
| | | "cn=Test User,o=test" |
| | |
| | | "-K", keyStorePath, |
| | | "-W", "password", |
| | | "-P", trustStorePath, |
| | | "--noPropertiesFile", |
| | | "-r", |
| | | "cn:Test User", |
| | | "cn=Test User,o=test" |
| | |
| | | "-o", "mech=CRAM-MD5", |
| | | "-o", "authid=u:test.user", |
| | | "-w", "password", |
| | | "--noPropertiesFile", |
| | | "givenName:Test", |
| | | "uid=test.user,o=test" |
| | | }; |
| | |
| | | "-o", "authzid=u:test.user", |
| | | "-o", "realm=o=test", |
| | | "-w", "password", |
| | | "--noPropertiesFile", |
| | | "givenName:Test", |
| | | "uid=test.user,o=test" |
| | | }; |
| | |
| | | "-o", "mech=PLAIN", |
| | | "-o", "authid=dn:cn=Directory Manager", |
| | | "-w", "password", |
| | | "--noPropertiesFile", |
| | | "givenName:Test", |
| | | "uid=test.user,o=test" |
| | | }; |
| | |
| | | "-V", "3", |
| | | "-D", "cn=Directory Manager", |
| | | "-w", "password", |
| | | "--noPropertiesFile", |
| | | "o::" + Base64.encode("test".getBytes("UTF-8")), |
| | | "o=test" |
| | | }; |
| | |
| | | "-V", "3", |
| | | "-D", "cn=Directory Manager", |
| | | "-w", "password", |
| | | "--noPropertiesFile", |
| | | "o::***invalidencoding***", |
| | | "o=test" |
| | | }; |
| | |
| | | "-V", "3", |
| | | "-D", "cn=Directory Manager", |
| | | "-w", "password", |
| | | "--noPropertiesFile", |
| | | "o:<" + f.getAbsolutePath(), |
| | | "o=test" |
| | | }; |
| | |
| | | "-V", "3", |
| | | "-D", "cn=Directory Manager", |
| | | "-w", "password", |
| | | "--noPropertiesFile", |
| | | "o:<does.not.exist", |
| | | "o=test" |
| | | }; |
| | |
| | | "-D", "cn=Directory Manager", |
| | | "-w", "password", |
| | | "--assertionFilter", "(o=test)", |
| | | "--noPropertiesFile", |
| | | "o:test", |
| | | "o=test" |
| | | }; |
| | |
| | | "-D", "cn=Directory Manager", |
| | | "-w", "password", |
| | | "--assertionFilter", "(o=notAMatch)", |
| | | "--noPropertiesFile", |
| | | "o:test", |
| | | "o=test" |
| | | }; |
| | |
| | | "-w", "password", |
| | | "-c", |
| | | "-f", path, |
| | | "--noPropertiesFile", |
| | | "o:test", |
| | | }; |
| | | |
| | |
| | | "-w", "password", |
| | | "-c", |
| | | "-f", "does.not.exist", |
| | | "--noPropertiesFile", |
| | | "o:test", |
| | | }; |
| | | |