Skip to main content
11 events
when toggle format what by license comment
Jun 13, 2021 at 12:30 comment added A l w a y s S u n n y How to connect AWS Microsoft AD using that for Django application?
Nov 7, 2017 at 10:47 comment added FlipperPA Congrats! What was it? I'm glad the package it working out for you, it has been reliable for us over many versions of Django.
Nov 7, 2017 at 3:39 comment added Murali I have fixed this issue. Thanks FlipperPA
Nov 7, 2017 at 3:38 vote accept Murali
Nov 2, 2017 at 11:22 history edited FlipperPA CC BY-SA 3.0
added 1111 characters in body
Nov 2, 2017 at 11:21 comment added FlipperPA We used shadowAccount. I've amended my answer to include an example configuration for this setup. You can connect to your OpenLDAP server and browse your schema with something like LDAPAdmin: ldapadmin.org
Nov 2, 2017 at 6:37 comment added Murali I am using OpenLDAP but not sure about the schema been used. I have updated configuration settings detail in my question section.
Nov 1, 2017 at 17:21 comment added FlipperPA Are you trying to connect to Active Directory or OpenLDAP? Do you know what LDAP schema you're using? It sounds like it is connecting, but your configuration settings need to be tweaked to authenticate properly.
Nov 1, 2017 at 12:27 vote accept Murali
Nov 1, 2017 at 12:27
Nov 1, 2017 at 12:23 comment added Murali Thanks for your reply. Right now I am working in "django-python3-ldap". I have configured the setting.py as follow as their document and I can run the "python manage.py ldap_sync_users" command to synchronized the data to my database. But If I am trying to authenticate via my view.py it returned the "LDAP connect failed: LDAPInvalidCredentialsResult - 49 - invalidCredentials - None - None - bindResponse - None" error.
Nov 1, 2017 at 11:52 history answered FlipperPA CC BY-SA 3.0