How to set quota for AD youer through samba
Hi
I have a AD server and samba domain member. I have configured the samba so its resources can be controlled ACL (for users on AD) and its working fine.
What I want is?
to enable quota on this samba share for AD users
And my krb5.conf and smb.con is as follows
[libdefaults]
default_realm = EXAMPLE.LK
dns_lookup_kdc = false
dns_lookup_realm = false
[domain_realm]
.example.lk = EXAMPLE.LK
example.lk = EXAMPLE.LK
[realms]
EXAMPLE.LK = {
default_domain = example.lk
kdc = Phantom1.example.lk
}
[global]
workgroup = example
server string = RAWANA2
winbind separator = +
winbind uid = 10000-20000
winbind gid = 10000-20000
winbind enum users = yes
winbind enum groups = yes
template shell = /bin/bash
security = ads
realm = EXAMPLE.LK
password server = Phantom1.example.lk
[SESU_REPO]
comment = a comment
path = /SESU_REPO
read only = no
inherit acls = yes
inherit permissions = yes
create mask = 700
directory mask = 700
valid users = @"example+sesu" <-- define your ADS groups
admin users = @"example+Domain Admins" <-- define your ads groups with admin rights
Last edited by procfs; 10-19-2007 at 06:28 AM.
|