-
Type:
Bug
-
Resolution: Won't Fix
-
Priority:
Low
-
Component/s: Integrations - Confluence Questions
-
Severity 3 - Minor
NOTE: This bug report is for Confluence Cloud. Using Confluence Server? See the corresponding bug report.
Traceback (most recent call last):
File "/opt/python/domains/atlassian.com/answers/lib/python2.6/site-packages/django/core/handlers/base.py", line 100, in get_response
response = callback(request, *callback_args, **callback_kwargs)
File "/opt/python/domains/atlassian.com/answers/ADM-20083/forum/views/auth.py", line 96, in prepare_provider_signin
return process_provider_signin(request, provider)
File "/opt/python/domains/atlassian.com/answers/ADM-20083/forum/views/auth.py", line 110, in process_provider_signin
assoc_key = provider_class.process_authentication_request(request)
File "/opt/python/domains/atlassian.com/answers/ADM-20083/forum_modules/atlassianauth/authentication.py", line 44, in process_authentication_request
ldapuser=self.searchUser( conn, username )
File "/opt/python/domains/atlassian.com/answers/ADM-20083/forum_modules/atlassianauth/authentication.py", line 28, in searchUser
search=conn.search_s( base, ldap.SCOPE_SUBTREE, cn )
File "/opt/python/domains/atlassian.com/answers/lib/python2.6/site-packages/ldap/ldapobject.py", line 502, in search_s
return self.search_ext_s(base,scope,filterstr,attrlist,attrsonly,None,None,timeout=self.timeout)
File "/opt/python/domains/atlassian.com/answers/lib/python2.6/site-packages/ldap/ldapobject.py", line 495, in search_ext_s
msgid = self.search_ext(base,scope,filterstr,attrlist,attrsonly,serverctrls,clientctrls,timeout,sizelimit)
File "/opt/python/domains/atlassian.com/answers/lib/python2.6/site-packages/ldap/ldapobject.py", line 491, in search_ext
timeout,sizelimit,
File "/opt/python/domains/atlassian.com/answers/lib/python2.6/site-packages/ldap/ldapobject.py", line 96, in _ldap_call
result = func(args,*kwargs)
UnicodeEncodeError: 'ascii' codec can't encode character u'\xe9' in position 14: ordinal not in range(128)
<WSGIRequest
GET:<QueryDict: {}>,
POST:<QueryDict:
>,
COOKIES:
,
META:{'CONTENT_LENGTH': '142',
'CONTENT_TYPE': 'application/x-www-form-urlencoded',
'CSRF_COOKIE': '162d9e5d70ba41c94993023188f37984',
'HTTP_ACCEPT': '/',
'HTTP_CONNECTION': 'close',
'HTTP_COOKIE': 'sessionid=655ac6cfaf695a7c015010f0bb9c4f52; csrftoken=162d9e5d70ba41c94993023188f37984',
'HTTP_HOST': 'answers.atlassian.com',
'HTTP_PRAGMA': 'no-cache',
'HTTP_PROXY_CONNECTION': 'Keep-Alive',
'HTTP_REFERER': 'http://answers.atlassian.com/account/signin/',
'HTTP_USER_AGENT': 'Mozilla/4.7 (compatible; OffByOne; Windows 2000) Webster Pro V3.4',
'HTTP_X_FORWARDED_FOR': '199.15.234.76, 172.16.3.45',
'HTTP_X_REAL_IP': '199.15.234.76',
'PATH_INFO': u'/account/atlassian/signin/',
'QUERY_STRING': '',
'RAW_URI': '/account/atlassian/signin/',
'REMOTE_ADDR': '172.16.3.45',
'REMOTE_PORT': '80',
'REQUEST_METHOD': 'POST',
'SCRIPT_NAME': u'',
'SERVER_NAME': 'answers.atlassian.com',
'SERVER_PORT': '80',
'SERVER_PROTOCOL': 'HTTP/1.0',
'SERVER_SOFTWARE': 'gunicorn/0.12.0',
'gunicorn.socket': <socket._socketobject object at 0x22fca6e0>,
'wsgi.errors': <open file '<stderr>', mode 'w' at 0x2ab8dfa061e0>,
'wsgi.input': <gunicorn.http.body.Body object at 0x2400a790>,
- is related to
-
CONFSERVER-47172 [Django] Error (EXTERNAL IP): /account/atlassian/signin/
-
- Closed
-