Open maxilee opened 5 days ago
You know, the stacking feature works but has lots of limitations. I am not surprised that it's not working for your use case. But you're also not the first person asking for this, so I am going to add that to our todo list.
Hi. I was also trying to do it another way. I've runned two instances of glauth : 1st - to provide info from PAM 2nd - to stack , to provide additional LDAP fields ( sshkeys etc ) to users fetched from 1st instance
but this approach also failed :(
I've tried to find this limitation which you have mentioned in source code but I can't find code which is responsible for that. maybe if me or other people which you have mention will knows about this limitations then we will know them and will not try to do something which impossible right now.
br mark
Hi. after getting PAM plugin to work i'm going further. I'm trying to stack backends config - to extend information from PAM plugin against about email, ssh keys and maybe OTP.
I've based my config on sample-ldap-injection.cfg but no matter how I change config - additional LDAP fields doesn't appear on search result :(
my current config : user "test1" exist in /etc/passwd
output of search :
or maybe I've misunderstood stacking feature :(