This VFS module is part of the samba(7) suite.
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.
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.
default_quota:uid = UID
default_quota:gid = GID
default_quota:uid nolimit = BOOL
default_quota:gid nolimit = BOOL
Store the default quota record in the quota record for the user with ID 65535 and report that user as having no quota limits:
[global] m[blue]vfs objects = default_quotam[] m[blue]default_quota:uid = 65535m[] m[blue]default_quota:uid nolimit = yesm[]
This man page is part of version 4.14.2 of the Samba suite.
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.