Re: Edx LDAP Auth setting

2017-01-11 Thread Pierre-Philippe Fady
Thank you from this explications. Please could you help me about that ? I can connect with an account from LDAP the first time, but next, i've an error : IntegrityError: (1062, "Duplicate entry '37' for key 'user_id'") -- You received this message because you are subscribed to the Google Grou

Re: Edx LDAP Auth setting

2017-01-11 Thread Pierre-Philippe Fady
I found one solution : in this section : 9. Add the following code after “if not third_party_auth_successful:” I've replace if db_profile is user: by if db_profile is None: Le mercredi 11 janvier 2017 11:50:32 UTC+1, Pierre-Philippe Fady a écrit : > > > Thank you from thi

Re: Edx LDAP Auth setting

2017-01-25 Thread Pierre-Philippe Fady
Sorry, i was wrong, you need to write : if not db_profile: Le mercredi 18 janvier 2017 21:10:56 UTC+1, Faruk D. a écrit : > > Hi Yip, > > Thanks for your Instruction. > > While trying to update the database record like you explained on step 16. > I got some error messages. > Im not so familar w