vfs_default_quota.8   [plain text]


.\"Generated by db2man.xsl. Don't modify this, modify the source.
.de Sh \" Subsection
.br
.if t .Sp
.ne 5
.PP
\fB\\$1\fR
.PP
..
.de Sp \" Vertical space (when we can't use .PP)
.if t .sp .5v
.if n .sp
..
.de Ip \" List item
.br
.ie \\n(.$>=3 .ne \\$3
.el .ne 3
.IP "\\$1" \\$2
..
.TH "VFS_DEFAULT_QUOTA" 8 "" "" ""
.SH "NAME"
vfs_default_quota - store default quota records for Windows clients
.SH "SYNOPSIS"
.HP 1
vfs objects = default_quota
.SH "DESCRIPTION"
.PP
This VFS module is part of the
\fBsamba\fR(7)
suite.
.PP
Many common quota implementations only store quotas for users and groups, but do not store a default quota. The
vfs_default_quota
module allows Samba to store default quota values which can be examined using the Windows Explorer interface.
.PP
By default, Samba returns NO_LIMIT the default quota and refuses to update them.
vfs_default_quota
maps the default quota to the quota record of a user. By default the root user is taken because quota limits for root are typically not enforced.
.PP
This module is stackable.
.SH "OPTIONS"
.PP
default_quota:uid = UID
.RS 3n
UID specifies the user ID of the quota record where the default user quota values are stored.
.RE
.PP
default_quota:gid = GID
.RS 3n
GID specifies the group ID of the quota record where the default group quota values are stored.
.RE
.PP
default_quota:uid nolimit = BOOL
.RS 3n
If this parameter is True, then the user whose quota record is storing the default user quota will be reported as having a quota of NO_LIMIT. Otherwise, the stored values will be reported.
.RE
.PP
default_quota:gid nolimit = BOOL
.RS 3n
If this parameter is True, then the group whose quota record is storing the default group quota will be reported as having a quota of NO_LIMIT. Otherwise, the stored values will be reported.
.RE
.SH "EXAMPLES"
.PP
Store the default quota record in the quota record for the user with ID 65535 and report that user as having no quota limits:

.nf

        \fI[global]\fR
	vfs objects = default_quota
	default_quota:uid = 65535
	default_quota:uid nolimit = yes

.fi
.SH "VERSION"
.PP
This man page is correct for version 3.0.25 of the Samba suite.
.SH "AUTHOR"
.PP
The original Samba software and related utilities were created by Andrew Tridgell. Samba is now developed by the Samba Team as an Open Source project similar to the way the Linux kernel is developed.