The iniparser uses multiple static char buffers when parsing afp.conf. These are sized at compile time, the size is defined to be 1024.
Certain parameters may requiere longer config strings, eg 'valid users' in large AD environments.
In order to fix this we need to rework the iniparser to use allocated buffers.
I have the same issue with iniparser error.
Is there any workaround solution in afp.conf to solve the problem?
Would it make a difference to bump the value used in this macro? (dictionary.c)