Displaying 2 results from an estimated 2 matches for "query_quota".
2014 Sep 29
1
3.6.9 samba does not propagate (or show) Linux quota for windows users to see it
...filesystem free/taken space (which generate much grumbling)
After searching lists, googling etc., i decided to give a try the
"smb.conf" option:
"get quota command" and written a script to back it up.
so i have got in "smb.conf":
get quota command = /usr/local/bin/query_quota.sh
Script (based on the script that was written by Rick Brown back in 2005
that i dug out of samba list):
************************************************************************
#!/bin/bash
PATH=/usr/bin:/usr/sbin:/bin
IAM=`id -un`
# find the user's home file system.
DIR="home"...
2004 Oct 28
0
Winbind problm
...dap-groupmod -m "%u"
"%g"
delete user from group script = /usr/sbin/smbldap-groupmod -x
"%u" "%g"
set primary group script = /usr/sbin/smbldap-usermod -g "%g"
"%u"
#get quota command = /usr/local/sbin/query_quota
#set quota command = /usr/local/sbin/set_quota
Dos charset = 850
Unix charset = ISO8859-1
veto files = /*.eml/*.nws/riched20.dll/*.{*}/
idmap gid = 500-10000
strict sync = no
idmap ui...