Full name:
com.btmatthews.mojo:ldap-maven-plugin:1.0:ldif-dump
Description:
This Mojo implements the dsml-dump goal which dumps content from the LDAP directory server in LDIF 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.String
No
filename :
The output file name.
java.lang.String
Yes
host :
The host name of the LDAP server. Defaults to localhost.
java.lang.String
No
localhost
The target output directory.
java.io.File
Yes
${project.outputDirectory}
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
The search base.
java.lang.String
Yes
The search filter.
java.lang.String
Yes
(objectclass=*)
version :
The LDAP protocol version. Defaults to 3.
int
No
3