after migrating /home from reiserfs to xfs repquota
-avu does not report quotas of users unknown to the system
on reiserfs it said something like
#5430 12345 200000 30000 200 0 0
our /etc/nsswitch.conf goes like:
passwd: compat
shadow: files nis
and our /etc/passwd includes lines like:
+@sysman::::::
+@0_fs5::::::
+@1_fs5::::,,,::
+@2_fs5:*:::,,,::/bin/false
the netgroups are sometimes nested (they include
further netgroups).
as a workaround I have to add a
+::::::/bin/false
to have repquota behave properly.
Anonymous
See https://sourceforge.net/p/linuxquota/bugs/91/.