On Sat, 11 Oct 2003 06:29:26 -0400, Captain Dondo wrote:
> On Fri, 10 Oct 2003 18:40:38 +0000, Andrei Ivanov wrote:
>
>> Captain Dondo <(E-Mail Removed)> wrote:
>>>
>>> What am I missing?
>>
>> What's in /etc/nsswitch.conf file?
Some progress....
If I change all the references in nsswitch.conf from nisplus to nis, I can
su joe and get a shell.
But I still can't log in as joe. ypserv -d dumps this:
Found: seiner.lan/passwd.byname (2)
ypdb_close() called
-> Value = "joe:$1$xxxxxxxxPch8/Be0:601:601::/home/joe:/bin/bash"
ypproc_match(): [From: 192.168.128.149:962]
domainname = "xxxxxxx.lan"
mapname = "passwd.byname"
keydat = "joe"
ypdb_open("seiner.lan", "passwd.byname")
Found: seiner.lan/passwd.byname (2)
ypdb_close() called
connect from 192.168.128.149
ypdb_open("seiner.lan", "passwd.byname")
Found: seiner.lan/passwd.byname (2)
ypdb_close() called
-> Value = "joe:$1$iHIYxxxxxxch8/Be0:601:601::/home/joe:/bin/bash"
ypproc_match(): [From: 192.168.128.149:963]
domainname = "xxxxxx.lan"
mapname = "passwd.byname"
keydat = "joe"
ypdb_open("seiner.lan", "passwd.byname")
Found: seiner.lan/passwd.byname (2)
ypdb_close() call
Googleing on this gets me comments like "Look at nsswitch.conf" but I have
no idea what I'm looking for.....
Any ideas?
-Dondo
|