Hi Cody In the link that you sent i see that initialize is a valid attribute.
Also did you name your python file as ldap.py? If yes then that's the problem i guess. Please rename it to something else and see what it gives you. Could you run these in a Python interpreter and tell me what does this show you? import ldap print ldap.__file__ We should try to get this working first before moving to django-auth-ldap Regards Guddu On Wed, May 15, 2013 at 10:17 AM, Cody Scott <[email protected]>wrote: > http://dpaste.org/EboQU/ > > On Wednesday, 15 May 2013 10:09:01 UTC-4, Guddu wrote: > >> What does this give you? >> >> import ldap >> dir(ldap) >> >> Regards >> Guddu >> >> On Wed, May 15, 2013 at 10:04 AM, Cody Scott <[email protected]>wrote: >> >>> I put that code in a separate python file and ran it without django or >>> django-auth-ldap. >>> >>> l = ldap.initialize() >>> AttributeError: 'module' object has no attribute 'initialize' >>> >>> so python-ldap is not installed properly? >>> >>> I am not able to login, no error just invalid credentials. >>> >>> How do I get logs from ldap? I don't have a login view I am using >>> django's >>> >>> On Tuesday, 14 May 2013 17:01:44 UTC-4, Guddu wrote: >>>> >>>> >>>> -- >>> You received this message because you are subscribed to the Google >>> Groups "Django users" group. >>> To unsubscribe from this group and stop receiving emails from it, send >>> an email to django-users...@**googlegroups.com. >>> To post to this group, send email to [email protected]. >>> >>> Visit this group at >>> http://groups.google.com/**group/django-users?hl=en<http://groups.google.com/group/django-users?hl=en> >>> . >>> For more options, visit >>> https://groups.google.com/**groups/opt_out<https://groups.google.com/groups/opt_out> >>> . >>> >>> >>> >> >> -- > You received this message because you are subscribed to the Google Groups > "Django users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/django-users?hl=en. > For more options, visit https://groups.google.com/groups/opt_out. > > > -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/django-users?hl=en. For more options, visit https://groups.google.com/groups/opt_out.

