Plugin:org.tolven.mdbuser
From DOC
Contents |
Overview
An LDAP mdbuser is required by Tolven to be an LDAP user. It can be created after configPhase2 which first creates the LDAP schema into which mdbuser is placed. If the mdbuser does not exist it will be created. If mdbuser already exists, then the update command will indicate that in the output.
Execute the following in order to create an mdbuser in LDAP or determine if it already exists:
On Windows:
tpf -plugin org.tolven.mdbuser -update
On Linux:
./tpf.sh -plugin org.tolven.mdbuser -update
Once an mdbuser is created in LDAP and used with the application (during account creation), you must backup its credential, which will be located in LDAP in the userPKCS12 attribute. The credential is placed there during the command above, only when the mdbuser is created for the first time, and is taken from the default directory <config-dir>/credentials/mdbuser/tolvendev-mdbuser.p12. Once created, the command above will only report that the mdbuser exists.
Version Notes
Version 0.0.3
- MDBUser can now be executed without the application server running. It still needs to be executed after configPhase2, which creates the LDAP schemas.
Version 0.0.2
- Removed unused legacy private key columns from TolvenUser
- No longer stores mdbuser as a TolvenUser
Version 0.0.1
- Adds mdbuser to both LDAP and the database, if it does not already exist there.

