diff --git a/doc/Extensions/Authentication.md b/doc/Extensions/Authentication.md index c03dc09af9..9d4be00867 100644 --- a/doc/Extensions/Authentication.md +++ b/doc/Extensions/Authentication.md @@ -9,11 +9,11 @@ Here we will provide configuration details for these modules. - LDAP: ldap -- HTTP Auth: http-auth + HTTP Auth: http-auth #### User levels -- 1: Normal User. You will need assign device / port permissions for users at this level. +- 1: Normal User. You will need to assign device / port permissions for users at this level. - 5: Global Read. @@ -96,4 +96,4 @@ $config['auth_ldap_groupbase'] = "cn=librenms,ou=Users,o={id},dc=jumpcloud,dc=co $config['auth_ldap_groupmemberattr'] = "memberUid"; ``` -Replace {id} with the unique ID provided by Jumpcloud. \ No newline at end of file +Replace {id} with the unique ID provided by Jumpcloud.