hth2
hth2
I debugged it by su to nobody and ran the command. It turned out nobody user could not read ldap.conf. So I changed permission of ldap.conf to 644 and it...
thank you for the helpful hint. I tried ldap-debugger, it shows indeed a lot information. Unfortunately I cannot make sense of them all. Below is the output from ldap-debugger when...
@xiaochunjimmy thanks for your effort to make this available for free and open-source, very much appreciated. Can you please make a brief checklist/guideline for those who want to add their...
I was in hurry to look for a way to get some info from Hetzner using command-line. I don't want PHP so I tried this library. Sadly the documentation is...
I tried to add to /etc/ssh/sshd_config: ``` AuthorizedKeysCommand /usr/bin/sss_ssh_authorizedkeys AuthorizedKeysCommandUser nobody ``` but it's not working. `/usr/bin/sss_ssh_authorizedkeys johndoe` returns nothing. However from sssd log I can see this: ``` (2024-09-30...
after a few hours of trials and errors I got it working, patch attached here for info. This patch is for the version I am using in production (c0ed908) [apply_more_secure_settings_for_TLS.patch](https://github.com/user-attachments/files/20851683/apply_more_secure_settings_for_TLS.patch)
thanks. And my sincere condolences to you and your family.
I did some more testing and it seems group lookup works with: ``` nameformat = "uid" groupformat = "cn" ``` The reason is that sssd-ldap seems to do group lookup...
thanks for taking care of this, much appreciated. with this update, what is the recommended value for `nameformat` and `groupformat` for integration with SSSD? I get stuck at the point...