ldap:ldif-load

Full name:

com.btmatthews.mojo:ldap-maven-plugin:1.0:ldif-load

Description:

Implement the goal that loads a LDIF file.

Attributes:

  • Requires a Maven 2.0 project to be executed.

Required Parameters

Name Type Since Description
ldapFiles File[] - The LDIF files to be processed.

Optional Parameters

Name Type Since Description
authDn String - The distinguished name used if authentication is required.
continueOnError boolean - Indicates if the plugin should continue if there is an error. The default is to halt on error. Default value is: false.
host String - The host name of the LDAP server. Defaults to localhost. Default value is: localhost.
passwd String - The password used if authentication is required.
port int - The port number of the LDAP server. Defaults to 389. Default value is: 389.
version int - The LDAP protocol version. Defaults to 3. Default value is: 3.

Parameter Details

authDn :

The distinguished name used if authentication is required.

  • Type: java.lang.String
  • Required: No

continueOnError :

Indicates if the plugin should continue if there is an error. The default is to halt on error.

  • Type: boolean
  • Required: No
  • Default: false

host :

The host name of the LDAP server. Defaults to localhost.

  • Type: java.lang.String
  • Required: No
  • Default: localhost

ldapFiles :

The LDIF files to be processed.

  • Type: java.io.File[]
  • Required: Yes

passwd :

The password used if authentication is required.

  • Type: java.lang.String
  • Required: No

port :

The port number of the LDAP server. Defaults to 389.

  • Type: int
  • Required: No
  • Default: 389

version :

The LDAP protocol version. Defaults to 3.

  • Type: int
  • Required: No
  • Default: 3