Configuration for Netatalk. See afp.conf(5).
Declarations
Type
attribute set of section of an INI file (attrs of INI atom (null, bool, int, float or string))
Default
{ }
Example
{
Global = {
"uam list" = "uams_guest.so";
};
Homes = {
"basedir regex" = "/home";
path = "afp-data";
};
example-volume = {
path = "/srv/volume";
"read only" = true;
};
}