You are not logged in.
I am currently using sssd 2.3.1-1 for my ldap communication with my Synology server.
That all is working as expected and without real issue
The only issue I have is when I try to use the access_provider simple. It just doesn't seem to work and
looks like it is being ignored. I would like to allow just one user (me)
I have configured it in my domain like:
access_provider = simple
simple_allow_users = myusername
When I verify my log I notice this line
[dp_target_init] (0x0400): Initializing target [access] with module [simple]
[dp_load_module] (0x0400): About to load module [simple].
[dp_module_run_constructor] (0x0400): No constructor found for module [simple].
[dp_target_run_constructor] (0x0400): Executing target [access] constructor
[sssm_simple_access_init] (0x0100): simple_allow_users values: [myusername]
Could it perhaps be this module is not included in the package sssd of archlinux ?
Last edited by cremersdh (2020-09-24 07:03:45)
Offline
Package was included after all. My problem seemed to be caused by a change in the pam configuration files. I had to adapt /etc/pam.d/system-auth. Be aware that the wiki of LDAP, describing SSSD is outdated and using old pam config definitions.
Offline