home *** CD-ROM | disk | FTP | other *** search
/ Chip 2000 May / Chip_2000-05_cd2.bin / dosutils / xfs186 / login.txt < prev    next >
Text File  |  1994-09-21  |  2KB  |  55 lines

  1. XFS 1.77 - Improved Pcnfsd Login
  2. ================================
  3.  
  4.  
  5.   The new per-drive-authentication supports the use of multiple 
  6. pcnfsd-domains (eg. NIS domains) and the use of multiple user names 
  7. for each mounted drive:
  8.  
  9. #
  10. # Login Script Sample
  11. #
  12.  
  13.   pcnfsd auth-server-1         // 1st. auth domain (eg. NIS domain)
  14.   
  15.     login robertj test
  16.     mount d: server:/fs        // use robertj's uid/gid
  17.   
  18.     login admin test
  19.     mount e: server:/fs        // use admin's uid/gid
  20.  
  21.   pcnfsd auth-2                // 2nd. auth domain
  22.   
  23.     login robertj test
  24.     mount f: other-server:/fs  // robertj's uid/gid in auth-2 domain
  25.  
  26.  
  27.   dlogin e:    // (new) change the login (uid/gid/username)) for drive e:
  28.   logout d:    // logout from d: (the drive remains mounted 
  29.                //   but the user is nobody (-1,-1)
  30.   logout all   // logout from all drives
  31.  
  32.  
  33. New Commands
  34. ------------
  35.  
  36. dlogin {drive: | LPTn: | ALL}    re-authenticate yourself
  37. logout [drive: | LPTn: | ALL]    logout from device
  38.  
  39.  
  40. Changed
  41. -------
  42.  
  43. login [[user] | [user passwd]]   `login <user>' is possible now.
  44.                                  In this case Xfstool will ask for
  45.                                  <user>'s password only.
  46.                                  
  47.  
  48. Note
  49. ----
  50.  
  51. XFS ever uses for new drive mounts the last uid/gid/username obtained
  52. from `login', `dlogin' or `logout'. If you're planing to mount drives
  53. within one authentication domain (uid/gid name space) and under one
  54. login name only, you'll need to execute only one `login' command.
  55.