Full name:
com.btmatthews.mojo:ldap-maven-plugin:1.0:dsml-dump
Description:
This Mojo implements the dsml-dump goal which dumps content from the LDAP directory server in DSML format.
Attributes:
| Name | Type | Since | Description |
|---|---|---|---|
| filename | String |
- |
The output file name. |
| outputDirectory | File |
- |
The target output directory. |
| searchBase | String |
- |
The search base. |
| searchFilter | String |
- |
The search filter. Default value is: (objectclass=*). |
| Name | Type | Since | Description |
|---|---|---|---|
| authDn | String |
- |
The distinguished name used if authentication is required. |
| 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.StringNofilename :
The output file name.
java.lang.StringYeshost :
The host name of the LDAP server. Defaults to localhost.
java.lang.StringNolocalhostThe target output directory.
java.io.FileYes${project.outputDirectory}passwd :
The password used if authentication is required.
java.lang.StringNoport :
The port number of the LDAP server. Defaults to 389.
intNo389The search base.
java.lang.StringYesThe search filter.
java.lang.StringYes(objectclass=*)version :
The LDAP protocol version. Defaults to 3.
intNo3