Re: django-ldap-auth authentication lasts several minutes on OpenBSD

2021-12-06 Thread Maksim Rodin
Thank you very much. It really seems to be a DNS issue. On Пн 06 дек 2021 09:04:15, Michael Hekeler wrote: > > The only machine using another DNS server from my router is the Linux Mint > > development machine > > which holds the copy of my code and also runs django development > > server on 127.

Re: django-ldap-auth authentication lasts several minutes on OpenBSD

2021-12-06 Thread Michael Hekeler
> The only machine using another DNS server from my router is the Linux Mint > development machine > which holds the copy of my code and also runs django development > server on 127.0.0.1:8080 and from where everything works without delays. ^^

Re: django-ldap-auth authentication lasts several minutes on OpenBSD

2021-12-03 Thread Maksim Rodin
This is very strange because all involved machines are using one and the same internal dns server on the Samba ADDC as a resolver which I made resolve all the names and addresses needed during authentication process: 1) Samba ADDC (aka the LDAP server) resolves its name and its IP. 2) Django OpenB

Re: django-ldap-auth authentication lasts several minutes on OpenBSD

2021-12-03 Thread Stuart Henderson
On 2021-12-03, Maksim Rodin wrote: > The AD DC machine is an Ubuntu 20 machine with samba 4. > The test machine where I initially have all the code and from where I tested > this application initially > is a Linux Mint machine. > I enabled some logging in Django to see what happens when I log > i

django-ldap-auth authentication lasts several minutes on OpenBSD

2021-12-03 Thread Maksim Rodin
Hello I am not quite sure if the question belongs here but it seems to be related to the OS where the django-ldap-auth is used as a ldap client. I have a working django application which uses django-ldap-auth to authenticate active directory users to django. The AD DC machine is an Ubuntu 20 machi