[CentOS] Samba quota for AD users

Thu Mar 3 10:05:57 UTC 2011
John Hodrien <J.H.Hodrien at leeds.ac.uk>

On Thu, 3 Mar 2011, system minami wrote:

> # repquota -a
> (snip)
> user     --      40       0       0              7     0     0
> (snip)
> W2K8AD1\administrator --     124       0       0             28     0     0
> W2K8AD1\samba --       4       0      10              1     0     0
>
> It seems possible with winbind.

What you're seeing there is that those users have written something to the
filesystem.  repquota then reports on quota status, and converts uids to
names.  It's only at that last stage that winbind would get involved.  Indeed,
you can get to that state without winbind even running using nss_ldap.

It's the actual filesystem quota support that you're using here, nothing else.

jh