Greg Wooledge wrote: > The holy grail, for me, would have been a way to specify environment > variables that are applied to all user logins, whether by console login, > or ssh, or Display Manager, independent of the user's login shell.
This is more or less what I try to achieve here. My use case is simpler though, as I don't necessarily need to reference other variables, so the PAM environment way might be what I will end up doing. Thomas