Hey all
To help other people here’s the trick of how to implement LDAP Login for Netbox with an UCS Server:
- Follow the instructions of Netbox Authentication - NetBox Documentation
- Change in the ldap_config.py file following lines:
at the beginning of the file:
from django_auth_ldap.config import LDAPSearch, PosixGroupType
towards the end of the file:
AUTH_LDAP_GROUP_TYPE = PosixGroupType()
Your LDAP Login will work now