Hello,
We have a Solaris 2.2 server set up as a yp server. We used the Sun yp
package on the Solaris machine because were were having too many
disabling problems with nis+. Anyways, everything is working fine from
the clients point of view. Unfortunatly, on the yp server you cannot
run the ypcat command. It returns with a "no such map in server's domain"
error. We are also having problems on the server with programs finding
password information via the getpwuid() call I think. We have our "main"
password file in /var/yp/passwd because the yp package is not compatible
with the shadow file. The /etc/passwd file has root, daemon etc, but users
are not defined there. The Makefile in /var/yp points to the /var/yp/passwd
file instead of the /etc/passwd file for the yp map...
Anyone know what is going wrong or had/have similiar experiences?
Thanks - Dan