Dear Maintainer,
I have a Debian 8 client that authenticate users over an open-ldap database. This has been done with libnss-ldapd libpam-ldapd nslcd. The users database is huge and includes thousands of users. The problem is that lightdm seems to try to download the complete lists of the users and it fails to load the login screen.
Here are the logs of the ldap server:
Feb 20 08:24:01 ldap5 slapd[6403]: conn=446978 fd=19 ACCEPT from
IP=192.168.1.1:60782 (IP=0.0.0.0:389)
Feb 20 08:24:01 ldap5 slapd[6403]: conn=446978 op=0 EXT
oid=1.3.6.1.4.1.1466.20037
Feb 20 08:24:01 ldap5 slapd[6403]: conn=446978 op=0 STARTTLS
Feb 20 08:24:01 ldap5 slapd[6403]: conn=446978 op=0 RESULT oid= err=0 text=
Feb 20 08:24:02 ldap5 slapd[6403]: conn=446978 fd=19 TLS established
tls_ssf=128 ssf=128
Feb 20 08:24:02 ldap5 slapd[6403]: conn=446978 op=1 BIND dn="" method=128
Feb 20 08:24:02 ldap5 slapd[6403]: conn=446978 op=1 RESULT tag=97 err=0
text=
Feb 20 08:24:02 ldap5 slapd[6403]: conn=446978 op=2 SRCH
base="dc=domain,dc=it" scope=2 deref=0 filter="(objectClass=posixAccount)"
Feb 20 08:24:02 ldap5 slapd[6403]: conn=446978 op=2 SRCH attr=uidNumber
cn gecos uid objectClass homeDirectory gidNumber loginShell
Many thanks for your work!
Massimo