Per Jessen wrote:
Per Jessen wrote:
I know this is likely a long shot, but never mind - I have a number of systems using libnss-mysql to facilitate users/groups/password being stored in a mysql database. This has worked fine for years, but I am just now setting a new box on Leap15 and now it seems to fail because a connection to the database (over the network) cannot be establisbed at start-up, ie. before the network is active. That makes perfect sense, but it doesn't seem to be established later on either?
with 'getent' I have no problem getting the complete list of users, and with tcpdump I see it connecting to the remote database.
Still:
# id perjessen48 id: ‘perjessen48’: no such user # su -s /bin/sh perjessen48 su: user perjessen48 does not exist
I have clearly missed something or other, but what?
nscd seems to be getting in the way, very odd: # systemctl start nscd # id perjessen48 id: ‘perjessen48’: no such user # systemctl stop nscd # id perjessen48 uid=2190(perjessen48) gid=2003(srv000001) groups=2003(srv000001) So with nscd it doesn't work, without nscd it works fine. ?? -- Per Jessen, Zürich (2.0°C) http://www.hostsuisse.com/ - virtual servers, made in Switzerland. -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org