mirror_zfs/lib
Suman Chakravartula ada8ec1ec5 Allow leading digits in userquota/groupquota names
While setting/getting userquota and groupquota properties, the input
was not treated as a possible username or groupname if it had a
leading digit. While useradd in linux recommends the regexp
[a-z_][a-z0-9_-]*[$]? , it is not enforced. This causes problem for
usernames with leading digits in them. We need to be able to support
getting and setting properties for this unconventional but possible
input category

I've updated the code to validate the username or groupname directly
via the API. Also, note that I moved this validation to the beginning
before the check for SID names with @. This also supports usernames
with @ character in them which are valid. Only when input with @ is
not a valid username, it is interpreted as a potential SID name.

Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
Closes #428
2011-11-21 16:29:18 -08:00
..
libavl Simplify BDI integration 2011-11-08 10:19:03 -08:00
libefi Simplify BDI integration 2011-11-08 10:19:03 -08:00
libnvpair Simplify BDI integration 2011-11-08 10:19:03 -08:00
libshare Simplify BDI integration 2011-11-08 10:19:03 -08:00
libspl Simplify BDI integration 2011-11-08 10:19:03 -08:00
libunicode Simplify BDI integration 2011-11-08 10:19:03 -08:00
libuutil Simplify BDI integration 2011-11-08 10:19:03 -08:00
libzfs Allow leading digits in userquota/groupquota names 2011-11-21 16:29:18 -08:00
libzpool Simplify BDI integration 2011-11-08 10:19:03 -08:00
Makefile.am Implemented sharing datasets via NFS using libshare. 2011-07-06 09:20:28 -07:00
Makefile.in Simplify BDI integration 2011-11-08 10:19:03 -08:00