Displaying 2 results from an estimated 2 matches for "nnis".
Did you mean:
nmis
2002 Dec 20
0
Re: Winbindd question/problem
...with HP-UX so you may need to ask on the mailing list.
The first question that comes to mind is whether your nsswitch configuration
is correct. Under Linux you edit /etc/nsswitch.conf, but I don't know about
HP-UX. The relevent lines in mine look like this:
passwd: files winbind nisplus nnis
group: files winbind nisplus nis
The important thing is that 'winbind' be in there.
Secondly, make sure libnss_winbind.so.2 is installed in /lib. 'make
install' does not do this on its own. Also, create a symbolic link to it
named /lib/libnss_winbind.so. You may need to ru...
2002 Dec 21
0
Re: samba digest, Vol 1 #2006 - 24 msgs (Out of the office - Returning Monday, Jan. 6th)
...with HP-UX so you may need to ask on the mailing
list.
The first question that comes to mind is whether your nsswitch
configuration
is correct. Under Linux you edit /etc/nsswitch.conf, but I don't know
about
HP-UX. The relevent lines in mine look like this:
passwd: files winbind nisplus nnis
group: files winbind nisplus nis
The important thing is that 'winbind' be in there.
Secondly, make sure libnss_winbind.so.2 is installed in /lib. 'make
install' does not do this on its own. Also, create a symbolic link to
it
named /lib/libnss_winbind.so. You may need to ru...