Re: nsswitch.conf: files vs. db_enum interaction

2018-09-26 Thread Andrey Repin
Greetings, Marco Atzeri! > Am 26.09.2018 um 06:13 schrieb Brian Inglis: >> On 2018-09-25 06:30, Andrey Repin wrote: >>> I just noticed something that I think is an oddity. Or a possible >>> improvement. >>> If you set your nsswitch.conf to, say; >>> passwd: db >>> db_enum: cache builtin local fil

Re: nsswitch.conf: files vs. db_enum interaction

2018-09-26 Thread Andrey Repin
Greetings, Brian Inglis! > On 2018-09-25 06:30, Andrey Repin wrote: >> I just noticed something that I think is an oddity. Or a possible >> improvement. >> If you set your nsswitch.conf to, say; >> passwd: db >> db_enum: cache builtin local files >> The accounts listed in /etc/passwd aren't looke

Re: nsswitch.conf: files vs. db_enum interaction

2018-09-26 Thread Marco Atzeri
Am 26.09.2018 um 06:13 schrieb Brian Inglis: On 2018-09-25 06:30, Andrey Repin wrote: I just noticed something that I think is an oddity. Or a possible improvement. If you set your nsswitch.conf to, say; passwd: db db_enum: cache builtin local files The accounts listed in /etc/passwd aren't look

Re: nsswitch.conf: files vs. db_enum interaction

2018-09-25 Thread Brian Inglis
On 2018-09-25 06:30, Andrey Repin wrote: > I just noticed something that I think is an oddity. Or a possible improvement. > If you set your nsswitch.conf to, say; > passwd: db > db_enum: cache builtin local files > The accounts listed in /etc/passwd aren't looked up. > I understand that it's a docu

nsswitch.conf: files vs. db_enum interaction

2018-09-25 Thread Andrey Repin
Greetings, All! I just noticed something that I think is an oddity. Or a possible improvement. If you set your nsswitch.conf to, say; passwd: db db_enum: cache builtin local files The accounts listed in /etc/passwd aren't looked up. I understand that it's a documented behavior, but it looks... o