Print this page
1586 mount_smbfs doesn't document noacl
Reviewed by: Jason King <jason.brian.king@gmail.com>
Reviewed by: C Fraire <cfraire@me.com>
Approved by: Richard Lowe <richlowe@richlowe.net>

Split Close
Expand all
Collapse all
          --- old/usr/src/man/man1m/mount_smbfs.1m.man.txt
          +++ new/usr/src/man/man1m/mount_smbfs.1m.man.txt
↓ open down ↓ 103 lines elided ↑ open up ↑
 104  104  OPTIONS
 105  105         See the mount(1M) man page for the list of supported generic-options.
 106  106  
 107  107         -o name=value or
 108  108         -o name
 109  109  
 110  110             Sets the file system-specific properties. You can specify more than
 111  111             one name-value pair as a list of comma-separated pairs. No spaces
 112  112             are permitted in the list. The properties are as follows:
 113  113  
      114 +
      115 +           acl|noacl
      116 +
      117 +               Enable (or disable) presentation of Access Control Lists (ACLs)
      118 +               on files and directories under this smbfs(7FS) mount.  The
      119 +               default behavior is noacl, which presents files and directories
      120 +               as owned by the owner of the mount point and having permissions
      121 +               based on fileperms or dirperms.  With the acl mount option,
      122 +               files are presented with ACLs obtained from the SMB server.
      123 +               Setting the acl mount option is not advised unless the system
      124 +               is joined to an Active Directory domain and using ldap(1) so it
      125 +               can correctly present ACL identities from the SMB server.
      126 +
      127 +
 114  128             dirperms=octaltriplet
 115  129  
 116  130                 Specifies the permissions to be assigned to directories. The
 117  131                 value must be specified as an octal triplet, such as 755. The
 118  132                 default value for the directory mode is taken from the
 119  133                 fileperms setting, with execute permission added where
 120  134                 fileperms has read permission.
 121  135  
 122  136                 Note that these permissions have no relation to the rights
 123  137                 granted by the CIFS server.
↓ open down ↓ 188 lines elided ↑ open up ↑
 312  326  
 313  327  
 314  328  
 315  329         +--------------------+-----------------+
 316  330         |  ATTRIBUTE TYPE    | ATTRIBUTE VALUE |
 317  331         +--------------------+-----------------+
 318  332         |Interface Stability | Committed       |
 319  333         +--------------------+-----------------+
 320  334  
 321  335  SEE ALSO
 322      -       smbutil(1), mount(1M), mountall(1M), svcadm(1M), acl(2), fcntl(2),
 323      -       link(2), mknod(2), mount(2), symlink(2), umount(2), mnttab(4),
 324      -       nsmbrc(4), vfstab(4), attributes(5), pcfs(7FS), smbfs(7FS)
      336 +       ldap(1), smbutil(1), mount(1M), mountall(1M), svcadm(1M), acl(2),
      337 +       fcntl(2), link(2), mknod(2), mount(2), symlink(2), umount(2),
      338 +       mnttab(4), nsmbrc(4), vfstab(4), attributes(5), pcfs(7FS), smbfs(7FS)
 325  339  
 326  340  AUTHORS
 327  341         This manual page contains material originally authored by Boris Popov,
 328  342         bpATbutya.kz, bpATFreeBSD.org.
 329  343  
 330  344  NOTES
 331  345         The Solaris CIFS client always attempts to use gethostbyname() to
 332  346         resolve host names. If the host name cannot be resolved, the CIFS
 333  347         client uses NetBIOS name resolution (NBNS). By default, the Solaris
 334  348         CIFS client permits the use of NBNS to enable Solaris CIFS clients in
↓ open down ↓ 5 lines elided ↑ open up ↑
 340  354         property to false. By default, nbns-enabled is set to true.
 341  355  
 342  356  
 343  357         If the directory on which a file system is to be mounted is a symbolic
 344  358         link, the file system is mounted on the directory to which the symbolic
 345  359         link refers, rather than being mounted on top of the symbolic link
 346  360         itself.
 347  361  
 348  362  
 349  363  
 350      -                                March 31, 2009                 MOUNT_SMBFS(1M)
      364 +                                January 2, 2012                MOUNT_SMBFS(1M)
    
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX