Searched defs:binddn (Results 1 - 2 of 2) sorted by relevance

/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/sm/util/
H A DSMSRepositoryMig.java80 static private void migrate(ConnectionFactory factory, String host, int port, String binddn, argument
83 if (port < 0 || binddn == null || binddn.length() == 0 || pw == null
128 + " <host> <port> <binddn> <password> " +
133 String host, binddn, pw, basedn, flatfiledir;
142 binddn = args[2];
149 migrate(factory, host, port, binddn, pw, basedn, flatfiledir);
/forgerock/openam/openam-core/src/main/java/com/sun/identity/sm/util/
H A DSMSRepositoryMig.java80 static private void migrate(ConnectionFactory factory, String host, int port, String binddn, argument
83 if (port < 0 || binddn == null || binddn.length() == 0 || pw == null
128 + " <host> <port> <binddn> <password> " +
133 String host, binddn, pw, basedn, flatfiledir;
142 binddn = args[2];
149 migrate(factory, host, port, binddn, pw, basedn, flatfiledir);

Completed in 27 milliseconds