Problem: Even if you don't have nis in the automount: line in /etc/nsswitch.conf, automount uses NIS.
Reason: in /etc/init.d/autofs function getrawmounts() on line 121 you see: nis*|yp) which doesn't distinguish between nis and nisplus (script is probably being lazy, because later when it does the ypcat, it doesn't make a difference). I'm not sure what you could do to tell whether you're connected to NIS or NIS+, but if there's something, the script should do that and be smarter about what it does. Since you (Juan) probably didn't write this script, if you want me to report this somewhere else, just let me know. __________________________________________________ Do you Yahoo!? Yahoo! News - Today's headlines http://news.yahoo.com
