Full name:
com.btmatthews.mojo:ldap-maven-plugin:1.0:ldif-load
Description:
Implement the goal that loads a LDIF file.
Attributes:
| Name | Type | Since | Description |
|---|---|---|---|
| ldapFiles | File[] |
- |
The LDIF files to be processed. |
| 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. |
authDn :
The distinguished name used if authentication is required.
java.lang.StringNoIndicates if the plugin should continue if there is an error. The default is to halt on error.
booleanNofalsehost :
The host name of the LDAP server. Defaults to localhost.
java.lang.StringNolocalhostThe LDIF files to be processed.
java.io.File[]Yespasswd :
The password used if authentication is required.
java.lang.StringNoport :
The port number of the LDAP server. Defaults to 389.
intNo389version :
The LDAP protocol version. Defaults to 3.
intNo3