On Feb 26, 2018, at 6:07 AM, Marcin <marcin@nicram.net> wrote:
I've reduced my file, which is included to two users:
OK...
With this authenticate works, user serwis is found and response is accept. Finally, this file containst over 20k lines wc -l ../3.0/mods-config/files/users 20905 ../3.0/mods-config/files/users
my users file I generate from php script. The strange thing is that, when I set *filename = ${moddir}/users* everything works, but with $INCLUDE in authorize file it doesn't work
If you put a $INCLUDE at the top of ${moddir}/users, it should work. It works for me in all of my testing. i.e. I just tried that with a large file containing 10K users and 200K lines. it works fine. So I'm not sure what's wrong on your end of things. Alan DeKok.