We are having some issues with our LDAP server dying. This is part of an IPA setup, and it seems slapd stops accepting connections after too many queries. To debug this, I constructed a Python script to repeatedly bind and unbind to the LDAP server. I used python-ldap to do …
more ...Today I was troubleshooting an issue with Apache and LDAP authentication via the OpenLDAP server. I had copied an existing configuration to a new system (Debian Etch to Ubuntu 10.04). Most everything was working (logins via PAM and LDAP, and the like). However, authentication via Apache’s LDAP BasicAuth …
more ...