Skip to content

Instantly share code, notes, and snippets.

Created June 17, 2015 18:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/239f3a51e695e3398fdd to your computer and use it in GitHub Desktop.
Save anonymous/239f3a51e695e3398fdd to your computer and use it in GitHub Desktop.
# LDAP Implementation
2015-06-17 13:28:33.611 10701 DEBUG keystone.common.ldap.core [-] LDAP bind: who=uid=swiftstg1,cn=keystone,ou=Applications,o=xxxxx.com,o=SDS simple_bind_s /usr/lib/python2.7/site-packages/keystone/common/ldap/core.py:902
# AD Implementation
2015-06-17 13:39:30.816 10782 DEBUG keystone.common.ldap.core [-] LDAP bind: who=CN=Unknown Name,OU=Users,OU=XXX,OU=Sites,DC=adstg,DC=xxxxx,DC=com simple_bind_s /usr/lib/python2.7/site-packages/keystone/common/ldap/core.py:902
# Seeing this error with the AD implementation
Authorization Failed: An unexpected error prevented the server from fulfilling your request: {'info': 'Referral:\nldap://xxxxx.com/ou=UserGroups,DC=xxxxx,DC=com', 'desc': 'Referral'} (Disable debug mode to suppress these details.) (HTTP 500)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment