From 73ac5a65d4907f4b9ec3c4e76a14acbe2a15fa4e Mon Sep 17 00:00:00 2001 From: JaidenW Date: Sun, 24 Apr 2022 19:34:02 -0400 Subject: [PATCH] Create Organizr.md Help document for configuring LDAP backend on Organizr --- example_configs/Organizr.md | 40 +++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 example_configs/Organizr.md diff --git a/example_configs/Organizr.md b/example_configs/Organizr.md new file mode 100644 index 0000000..e41ab6b --- /dev/null +++ b/example_configs/Organizr.md @@ -0,0 +1,40 @@ +# Configuration for Organizr +#### System Settings > Main > Authentication +--- + +### Host Address +``` +ldap://localhost:3890 +``` +Replace `localhost:3890` with your LLDAP host & port + +### Host Base DN +``` +cn=%s,ou=people,dc=example,dc=com +``` + +### Account prefix +``` +cn= +``` + +### Account Suffix +``` +,ou=people,dc=example,dc=com +``` + +### Bind Username +``` +cn=admin,ou=people,dc=example,dc=com +``` + +### Bind Password +``` +Your password from your LDAP config +``` +### LDAP Backend Type +``` +OpenLDAP +``` + +Replace `dc=example,dc=com` with your LLDAP configured domain for all occurances