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

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

Update source to 3.0.25b

File size: 2.4 KB
Line 
1.\"Generated by db2man.xsl. Don't modify this, modify the source.
2.de Sh \" Subsection
3.br
4.if t .Sp
5.ne 5
6.PP
7\fB\\$1\fR
8.PP
9..
10.de Sp \" Vertical space (when we can't use .PP)
11.if t .sp .5v
12.if n .sp
13..
14.de Ip \" List item
15.br
16.ie \\n(.$>=3 .ne \\$3
17.el .ne 3
18.IP "\\$1" \\$2
19..
20.TH "VFS_DEFAULT_QUOTA" 8 "" "" ""
21.SH "NAME"
22vfs_default_quota - store default quota records for Windows clients
23.SH "SYNOPSIS"
24.HP 1
25vfs objects = default_quota
26.SH "DESCRIPTION"
27.PP
28This VFS module is part of the
29\fBsamba\fR(7)
30suite.
31.PP
32Many common quota implementations only store quotas for users and groups, but do not store a default quota. The
33vfs_default_quota
34module allows Samba to store default quota values which can be examined using the Windows Explorer interface.
35.PP
36By default, Samba returns NO_LIMIT the default quota and refuses to update them.
37vfs_default_quota
38maps 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.
39.PP
40This module is stackable.
41.SH "OPTIONS"
42.PP
43default_quota:uid = UID
44.RS 3n
45UID specifies the user ID of the quota record where the default user quota values are stored.
46.RE
47.PP
48default_quota:gid = GID
49.RS 3n
50GID specifies the group ID of the quota record where the default group quota values are stored.
51.RE
52.PP
53default_quota:uid nolimit = BOOL
54.RS 3n
55If 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.
56.RE
57.PP
58default_quota:gid nolimit = BOOL
59.RS 3n
60If 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.
61.RE
62.SH "EXAMPLES"
63.PP
64Store the default quota record in the quota record for the user with ID 65535 and report that user as having no quota limits:
65
66.nf
67
68 \fI[global]\fR
69 vfs objects = default_quota
70 default_quota:uid = 65535
71 default_quota:uid nolimit = yes
72
73.fi
74.SH "VERSION"
75.PP
76This man page is correct for version 3.0.25 of the Samba suite.
77.SH "AUTHOR"
78.PP
79The 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.
80
Note: See TracBrowser for help on using the repository browser.