17 Nov
2010
17 Nov
'10
8:05 p.m.
On Tue, 2010-11-16 at 12:31 +0100, Egbert Jan van den Bussche wrote:
Is there a way to find local users in passdb when the come in with a long name? Do I need another passwd like file (i hope not...)
Currently you need to either modify sources or use passwd-file. Although an ugly way would be to use something like:
passdb passwd-file { args = username_format=%n /etc/shadow } userdb passwd-file { args = username_format=%n /etc/passwd }