wheelybird / ldap-user-manager

A PHP web-based interface for LDAP user account management and self-service password change.
MIT License
477 stars 106 forks source link

user manager and ubuntu login #202

Open jpvlerbe opened 1 year ago

jpvlerbe commented 1 year ago

Hi

I am trying to use ldap-user-manager to manage access accounts for ubuntu servers. After spending quite a bit of time however I do not seem to get it working. I have the following docker-compose setup: ` version: "3.8"

services: openldap: image: osixia/openldap:1.5.0 volumes:

networks: openldap: name: openldap `

For configuring the login on Ubuntu I want to use SSSD for which I referred to https://ubuntu.com/server/docs/service-sssd-ldap. I tried and searched far and wide, ignoring SSL/TLS things for now, but could not get it to work. Is it meant to be compatible or should I refer to another manager? Any pointers, caveats?

wheelybird commented 1 year ago

Hi. I'm not really sure what your problem is. Assuming you've got OpenLDAP and ldap-user-manager working (i.e. you can add new user accounts) then there should be no issue with SSSD. Either the issue lies in how you've configured SSSD or there are connection issues. You didn't provide any SSSD logs, so it's hard to say. Were you able to test your LDAP connection with the ldapwhoami command as described on the page you linked to?