Typo in documentation for LDAP authentication #1480

Closed
opened 2025-12-29 16:32:23 +01:00 by adam · 0 comments
Owner

Originally created by @bonki on GitHub (Dec 29, 2017).

Issue type

[ ] Feature request
[ ] Bug report
[x] Documentation

Description

When using Microsoft Active Directory, Support for nested Groups can be activated by using GroupOfNamesType() instead of NestedGroupOfNamesType() for AUTH_LDAP_GROUP_TYPE

should be

When using Microsoft Active Directory, Support for nested Groups can be activated by using NestedGroupOfNamesType() instead of GroupOfNamesType() for AUTH_LDAP_GROUP_TYPE

Originally created by @bonki on GitHub (Dec 29, 2017). ### Issue type [ ] Feature request <!-- An enhancement of existing functionality --> [ ] Bug report <!-- Unexpected or erroneous behavior --> [x] Documentation <!-- A modification to the documentation --> ### Description > When using Microsoft Active Directory, Support for nested Groups can be activated by using GroupOfNamesType() instead of NestedGroupOfNamesType() for AUTH_LDAP_GROUP_TYPE should be > When using Microsoft Active Directory, Support for nested Groups can be activated by using NestedGroupOfNamesType() instead of GroupOfNamesType() for AUTH_LDAP_GROUP_TYPE
adam closed this issue 2025-12-29 16:32:23 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#1480