Solstice NFS Client 3.2 User's Guide for Microsoft Windows 95 and Windows NT

To Set Up an Authentication Server

  1. Log in as root on a server running the pcnfsd daemon.

    To check that the pcnfsd daemon is running, type:

    # ps -ef | grep pcnfsd 
    root 1206 1 80 Feb 05? 0:30 /opt/SUNWpcnfs/sbin/rpc.pcnfsd  
    root 24452 24450  5 14:49:15 pts/2 0:00 grep pcnfsd  
    # 

  2. Create the directory /opt/MSPolicy.

    # mkdir /opt/MSPolicy
    

  3. Make sure the /opt/MSPolicy directory is world readable and writable by root. For example:

    # cd /
    # chmod 755 /opt/MSPolicy
    # ls -l /opt
    drwxr-xr-x   2 root     other        512 May 21 16:38 MSPolicy

  4. Export the /opt file system. For example:


    # share -F nfs /opt/MSPolicy