Here is what I am attempting to do. In our office we have an NIS server that exports home directories via GlusterFS. In Linux I do the following in /etc/rc.local:
mount -t glusterfs 192.168.1.2 /home Thinking I could do the same thing for Leopard clients, I added the NIS domain/server info under directory utilities and then added the following to /etc/rc.common mount -o allow_other -t glusterfs 192.168.1.2 /home However, whenever I try to login graphically as an NIS user I get the following error: Failed to authenticate user xxxx (tDirStatus: -14090) I figured that MacFUSE wasn't allowing access to NIS users because the default admin_group is 80. I switched this to a gid that is found in NIS of which all users are a part of, but that didn't seem to work either. Therefore I can only login via an account that has been created locally. Am I going about this all wrong? Any ideas? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "MacFUSE" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/macfuse?hl=en -~----------~----~----~----~------~----~------~--~---
