Interface ILdapImport
@Path("/ldapimport")
public interface ILdapImport
-
Method Summary
-
Method Details
-
testParameters
@GET @Path("_testparameters") void testParameters(@QueryParam("hostname") String hostname, @QueryParam("protocol") String protocol, @QueryParam("allCertificate") String allCertificate, @QueryParam("basedn") String baseDn, @QueryParam("logindn") String loginDn, @QueryParam("password") String password, @QueryParam("userfilter") String userFilter, @QueryParam("groupfilter") String groupFilter) throws ServerFault Test LDAP parameters from core service- Parameters:
hostname
-protocol
-allCertificate
- accept all certificate if truebaseDn
-loginDn
-password
-userFilter
-groupFilter
-- Throws:
ServerFault
-
fullSync
- Throws:
ServerFault
-