Guest User

Untitled

a guest
Mar 18th, 2018
258
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.67 KB | None | 0 0
  1. [
  2. "ou=Users,o=blah,dc=jumpcloud,dc=com",
  3. "SCOPE_SUBTREE",
  4. "(uid=%(user)s)"
  5. ]
  6.  
  7.  
  8. [
  9. "ou=Users,o=blah,dc=jumpcloud,dc=com",
  10. "SCOPE_SUBTREE",
  11. "(objectClass=groupOfNames)"
  12. ]
  13.  
  14.  
  15. 2018-03-08 23:15:51,738 DEBUG django_auth_ldap Created Django user mcubed
  16. 2018-03-08 23:15:51,739 DEBUG django_auth_ldap Populating Django user mcubed
  17. 2018-03-08 23:15:51,739 ERROR django_auth_ldap Caught Exception while authenticating mcubed
  18. Traceback (most recent call last):
  19. File "/var/lib/awx/venv/awx/lib/python2.7/site-packages/django_auth_ldap/backend.py", line 339, in authenticate
  20. self._get_or_create_user()
  21. File "/var/lib/awx/venv/awx/lib/python2.7/site-packages/django_auth_ldap/backend.py", line 570, in _get_or_create_user
  22. signal_responses = populate_user.send(self.backend.__class__, user=self._user, ldap_user=self)
  23. File "/var/lib/awx/venv/awx/lib/python2.7/site-packages/django/dispatch/dispatcher.py", line 193, in send
  24. for receiver in self._live_receivers(sender)
  25. File "/usr/lib/python2.7/site-packages/awx/sso/backends.py", line 351, in on_populate_user
  26. ldap_user._get_groups().get_group_dns()
  27. File "/var/lib/awx/venv/awx/lib/python2.7/site-packages/django_auth_ldap/backend.py", line 704, in _get_groups
  28. self._groups = _LDAPUserGroups(self)
  29. File "/var/lib/awx/venv/awx/lib/python2.7/site-packages/django_auth_ldap/backend.py", line 768, in __init__
  30. self._init_group_settings()
  31. File "/var/lib/awx/venv/awx/lib/python2.7/site-packages/django_auth_ldap/backend.py", line 781, in _init_group_settings
  32. raise ImproperlyConfigured("AUTH_LDAP_GROUP_SEARCH must be an LDAPSearch instance.")
  33. ImproperlyConfigured: AUTH_LDAP_GROUP_SEARCH must be an LDAPSearch instance.
Add Comment
Please, Sign In to add comment