source: branches/samba-3.0/docs/manpages/vfs_default_quota.8@ 135

Last change on this file since 135 was 135, checked in by Paul Smedley, 18 years ago

Update source to 3.0.30

File size: 2.5 KB
Line 
1.\" Title: vfs_default_quota
2.\" Author:
3.\" Generator: DocBook XSL Stylesheets v1.73.2 <http://docbook.sf.net/>
4.\" Date: 05/28/2008
5.\" Manual: System Administration tools
6.\" Source: Samba 3.0
7.\"
8.TH "VFS_DEFAULT_QUOTA" "8" "05/28/2008" "Samba 3\.0" "System Administration tools"
9.\" disable hyphenation
10.nh
11.\" disable justification (adjust text to left margin only)
12.ad l
13.SH "NAME"
14vfs_default_quota - store default quota records for Windows clients
15.SH "SYNOPSIS"
16.HP 1
17vfs objects = default_quota
18.SH "DESCRIPTION"
19.PP
20This VFS module is part of the
21\fBsamba\fR(7)
22suite\.
23.PP
24Many common quota implementations only store quotas for users and groups, but do not store a default quota\. The
25vfs_default_quota
26module allows Samba to store default quota values which can be examined using the Windows Explorer interface\.
27.PP
28By default, Samba returns NO_LIMIT the default quota and refuses to update them\.
29vfs_default_quota
30maps 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\.
31.PP
32This module is stackable\.
33.SH "OPTIONS"
34.PP
35default_quota:uid = UID
36.RS 4
37UID specifies the user ID of the quota record where the default user quota values are stored\.
38.RE
39.PP
40default_quota:gid = GID
41.RS 4
42GID specifies the group ID of the quota record where the default group quota values are stored\.
43.RE
44.PP
45default_quota:uid nolimit = BOOL
46.RS 4
47If 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\.
48.RE
49.PP
50default_quota:gid nolimit = BOOL
51.RS 4
52If 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\.
53.RE
54.SH "EXAMPLES"
55.PP
56Store the default quota record in the quota record for the user with ID 65535 and report that user as having no quota limits:
57.sp
58.RS 4
59.nf
60 \fI[global]\fR
61 \fIvfs objects = default_quota\fR
62 \fIdefault_quota:uid = 65535\fR
63 \fIdefault_quota:uid nolimit = yes\fR
64.fi
65.RE
66.SH "VERSION"
67.PP
68This man page is correct for version 3\.0\.25 of the Samba suite\.
69.SH "AUTHOR"
70.PP
71The 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\.
Note: See TracBrowser for help on using the repository browser.