Browse Source

Merge branch 'develop' of github.com:digitalocean/netbox into develop

Jeremy Stretch 7 years ago
parent
commit
d00cab0b0a
1 changed files with 2 additions and 2 deletions
  1. 2 2
      docs/installation/ldap.md

+ 2 - 2
docs/installation/ldap.md

@@ -55,7 +55,7 @@ LDAP_IGNORE_CERT_ERRORS = True
 ## User Authentication
 ## User Authentication
 
 
 !!! info
 !!! info
-    When using Windows Server, `2012 AUTH_LDAP_USER_DN_TEMPLATE` should be set to None.
+    When using Windows Server 2012, `AUTH_LDAP_USER_DN_TEMPLATE` should be set to None.
 
 
 ```python
 ```python
 from django_auth_ldap.config import LDAPSearch
 from django_auth_ldap.config import LDAPSearch
@@ -79,7 +79,7 @@ AUTH_LDAP_USER_ATTR_MAP = {
 
 
 # User Groups for Permissions
 # User Groups for Permissions
 !!! Info
 !!! Info
-    When using Microsoft Active Directory, Support for nested Groups can be activated by using `GroupOfNamesType()` instead of `NestedGroupOfNamesType()` for AUTH_LDAP_GROUP_TYPE.
+    When using Microsoft Active Directory, Support for nested Groups can be activated by using `GroupOfNamesType()` instead of `NestedGroupOfNamesType()` for `AUTH_LDAP_GROUP_TYPE`.
 
 
 ```python
 ```python
 from django_auth_ldap.config import LDAPSearch, GroupOfNamesType
 from django_auth_ldap.config import LDAPSearch, GroupOfNamesType