LDAP issues

0
I have two different issues with the LDAP authentication settings: Saved or not Saved? 1. Go to Settings, authenticaiton 2. fill out form 3. click save, test, and sync (shows successful) 4. go to another page, then go back to settings authenticaiton 5. click sync or test (shows failure)   Poor LDAP integration? - I am able to get GitStack to sync with our AD LDAP only by using “cn” in the attribute field. Doing this causes issues when trying to add users, GitStack actually ends up added Firstname and Lastname as two different users (i.e. user Joe Smith gets added into GitStack as Joe and Smith). - If a request any other value in the attribute filed the LDAP query fails (just like previous posts) with a big error (first few lines bellow). Does anyone at GitStack know how to fix this?   I have to decide between purchasing a couple of products and I would like to have a valid test with all of them.   Exception at /rest/settings/authentication/ldap/sync/ ‘sAMAccountName’ Request Method: GET Request URL: http://dr0-scr-02/rest/settings/authentication/ldap/sync/?_=1346859376243 Django Version: 1.4 Python Executable: E:\GitStack\apache\bin\httpd.exe Python Version: 2.7.2 Python Path: ['E:\\GitStack\\app', 'E:\\GitStack\\python\\lib\\site-packages\\rsa-3.0.1-py2.7.egg', 'E:\\GitStack\\python\\lib\\site-packages\\pyasn1-0.1.3-py2.7.egg', 'E:\\GitStack\\python\\lib', 'E:\\GitStack\\python\\python27.zip', 'E:\\GitStack\\python\\DLLs', 'E:\\GitStack\\python\\lib\\plat-win', 'E:\\GitStack\\python\\lib\\lib-tk', 'E:\\GitStack\\apache\\bin', 'E:\\GitStack\\python', 'E:\\GitStack\\python\\lib\\site-packages'] Server time: Wed, 5 Sep 2012 09:36:16 -0600 Installed Applications: (‘django.contrib.auth’, ‘django.contrib.contenttypes’, ‘django.contrib.sessions’, ‘django.contrib.sites’, ‘django.contrib.messages’, ‘django.contrib.staticfiles’, ‘gitstack’, ‘rest’) Installed Middleware: (‘django.middleware.common.CommonMiddleware’,
Tags: asked September 5, 2012

1 Answer

0
Could you post your issue on our bug tracker ? Please do not forget to include the exact steps to reproduce the issue and your GitStack version.

Your Answer

Please login to post questions.