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.String
No
Indicates if the plugin should continue if there is an error. The default is to halt on error.
boolean
No
false
host :
The host name of the LDAP server. Defaults to localhost.
java.lang.String
No
localhost
The LDIF files to be processed.
java.io.File[]
Yes
passwd :
The password used if authentication is required.
java.lang.String
No
port :
The port number of the LDAP server. Defaults to 389.
int
No
389
version :
The LDAP protocol version. Defaults to 3.
int
No
3