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>

@@ -109,10 +109,24 @@
 
            Sets the file system-specific properties. You can specify more than
            one name-value pair as a list of comma-separated pairs. No spaces
            are permitted in the list. The properties are as follows:
 
+
+           acl|noacl
+
+               Enable (or disable) presentation of Access Control Lists (ACLs)
+               on files and directories under this smbfs(7FS) mount.  The
+               default behavior is noacl, which presents files and directories
+               as owned by the owner of the mount point and having permissions
+               based on fileperms or dirperms.  With the acl mount option,
+               files are presented with ACLs obtained from the SMB server.
+               Setting the acl mount option is not advised unless the system
+               is joined to an Active Directory domain and using ldap(1) so it
+               can correctly present ACL identities from the SMB server.
+
+
            dirperms=octaltriplet
 
                Specifies the permissions to be assigned to directories. The
                value must be specified as an octal triplet, such as 755. The
                default value for the directory mode is taken from the

@@ -317,13 +331,13 @@
        +--------------------+-----------------+
        |Interface Stability | Committed       |
        +--------------------+-----------------+
 
 SEE ALSO
-       smbutil(1), mount(1M), mountall(1M), svcadm(1M), acl(2), fcntl(2),
-       link(2), mknod(2), mount(2), symlink(2), umount(2), mnttab(4),
-       nsmbrc(4), vfstab(4), attributes(5), pcfs(7FS), smbfs(7FS)
+       ldap(1), smbutil(1), mount(1M), mountall(1M), svcadm(1M), acl(2),
+       fcntl(2), link(2), mknod(2), mount(2), symlink(2), umount(2),
+       mnttab(4), nsmbrc(4), vfstab(4), attributes(5), pcfs(7FS), smbfs(7FS)
 
 AUTHORS
        This manual page contains material originally authored by Boris Popov,
        bpATbutya.kz, bpATFreeBSD.org.
 

@@ -345,6 +359,6 @@
        link refers, rather than being mounted on top of the symbolic link
        itself.
 
 
 
-                                March 31, 2009                 MOUNT_SMBFS(1M)
+                                January 2, 2012                MOUNT_SMBFS(1M)