]> arthur.barton.de Git - netatalk.git/commit
"valid users" options and friends only use ',' as field delimiter
authorRalph Boehme <sloowfranklin@gmail.com>
Fri, 23 Nov 2012 07:15:51 +0000 (08:15 +0100)
committerRalph Boehme <sloowfranklin@gmail.com>
Fri, 23 Nov 2012 07:18:50 +0000 (08:18 +0100)
commitc7683d5aae3d154250df531a5d34e4a464b5ced2
tree3e5ad6712654c078b9ffca65f04f576feb1588c2
parente57b112e3e20af20dea7c621244fc358e4cc1401
"valid users" options and friends only use ',' as field delimiter

Netatalk 3 uses ',' and ' ' as field delimiter in the "valid users",
"invalid users", "rolist" and "rwlist" option for consistency with
other options that also allow the use of ' ' as field delimiter.
But as user and groupnames may contain spaces, we need to revert
to the Netatalk 2 behaviour where only ',' was used as delimiter.

Fixes bug #472.
libatalk/util/netatalk_conf.c