smdb_do_qfsinfo: not an allowed info level

I got that error every time when I connect to samba share from Debian. I have minimal smb4.conf:

Code:
[global]
        workgroup = WORKGROUP
        server string = Samba Server
        log level = 2
        log file = /var/log/samba4/log.%m

[Motion]
        comment = Video files
        path = /home/user/motion
        public = no
        writeable = yes
        directory mask = 0775
        create mask = 0775

What that means?
 
Back
Top