5 Sep
2016
5 Sep
'16
5:34 p.m.
On Sep 5, 2016, at 11:30 AM, Janis Heller <janis.heller@outlook.de> wrote:
After some rethinking, it would be possible to use REST for auth and for accounting ldap? Because rest would not be able to return the needed informations for account?
I think you're asking the entirely wrong question. The PAM "account" functionality has nothing to do with the RADIUS "accounting" functionality. You cannot get UID / GID information to a Linux system via PAM and then RADIUS accounting packets. You MUST configure a local user. Either on disk, or through some other NSS module. Alan DeKok.