On 2012-06-20 21:39, Andrew Findlay wrote:
[...] It may be that they are 'negatively cached' in nscd. Try this on the problem client:
service nscd restart
This won't help if nscd is configured to store its cache on disk ("persistent").
It's usually better to use nscd -i passwd -i, --invalidate=TABLE Invalidate the specified cache
Or, even better: While trying to configure and/or debug the nameservice, stop nscd completely :)
hth,