From 2f20f63b41bc069baee2c77ea62f52ae2d1c385f Mon Sep 17 00:00:00 2001 From: lvillis <56720445+lvillis@users.noreply.github.com> Date: Fri, 15 Mar 2024 19:02:56 +0800 Subject: [PATCH] example_configs: Fix typo in nexus.md --- example_configs/nexus.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/example_configs/nexus.md b/example_configs/nexus.md index e599a25..c26a0be 100644 --- a/example_configs/nexus.md +++ b/example_configs/nexus.md @@ -19,7 +19,7 @@ Click `Verify connection` if successful click `Next` * Select a template: Generic ldap server * User Relative DN: `ou=people` * User subtree: Leave unchecked -* Object class: person +* Object class: `person` * User Filter: Leave empty to allow all users to log in or `(memberOf=uid=nexus_users,ou=groups,dc=example,dc=com)` for a specific group * Username Attribute: `uid` * Real Name Attribute: `cn` @@ -53,4 +53,4 @@ Click `Create Role` * Role Name: e.g. nexus_admin (group in lldap) * Add privileges/roles as needed e.g. under Roles add nx-admin to the "contained" list -Click `Save` \ No newline at end of file +Click `Save`