31 lines
571 B
Markdown
31 lines
571 B
Markdown
# OpenLDAP Server
|
|
|
|
## Connecting as admin
|
|
|
|
You can use JXplorer as LDAP client to test it out:
|
|
* Host: Your LDAP IP
|
|
* Port: Your LDAP port (389)
|
|
* Base DN: dc=example,dc=org
|
|
* User DN: cn=admin,dc=example,dc=org
|
|
* Password: LDAP Admin password
|
|
|
|
## Note about TLS
|
|
|
|
LDAP port: 389
|
|
LDAPS port: 636
|
|
|
|
|
|
## Self-serve configuration
|
|
|
|
## LUM configuration
|
|
|
|
For lUM, an initial config step is required:
|
|
|
|
https://lum.dev.box/setup/
|
|
|
|
If you want to connect with JXplorer:
|
|
IP: your epxosed IP ....
|
|
BASE_DN: dc=my,dc=domain
|
|
User DN: cn=admin,dc=dev,dc=box
|
|
User password: LDAPADMINPASS
|