Configure the LDAP Directory Server
Configure the LDAP directory server so that TIBCO BPM Enterprise can access the LDAP directories that hold the details of users who may need to be able to log in to TIBCO BPM Enterprise client applications.
Procedure
Example
Option | Arguments | Description |
---|---|---|
-setupAdminUser | ldapAlias=<Alias> ldapDn=<LDAP DN> displayName=<Display Name> | Configures the tibco-admin user to a custom LDAP and / or display name |
Enclose argument values with spaces in single quotes, for example, ldapDn='UID=admin, OU=system'.
For example, to set the display name for the TIBCO Admin User to Administrator, run:
docker run -it --rm tibco/bpm/utility:5.0.0 utility -setupAdminUser ldapAlias=System displayName=Administrator
For more details regarding utility and its commands, see Appendix: Utility Commands of the TIBCO BPM Enterprise Administration Guide
Copyright © 2021. Cloud Software Group, Inc. All Rights Reserved.