use lowercased key when matching hosts.byname#7
use lowercased key when matching hosts.byname#7pkubatrh wants to merge 1 commit intothkukuk:masterfrom
Conversation
|
I don't like the patch at all, since this introduces special behavior based on the map names. But especially if you look at Solaris, the maps can have different names. I have to dig deeper into the Code to find out what is correct, at least the Solaris Client code does no lower conversation of the key. But since this is the first report since over 20 years, I really doubt that this is a real issue. |
|
Thanks for looking into this.
I have to say I have no knowledge about the Solaris version of the code but this issue was hit by one of our users trying to move from Solaris NIS client (not sure if they are still using Solaris server). So the issue is there, although I am not sure now if this is the correct place to fix it... The culprit of this is actually (ypserv's) ypMakefile, which calls makedbm with -l when creating the map: |
Originally reported via Red Hat Bugzilla: https://bugzilla.redhat.com/show_bug.cgi?id=1520601