Agorum: Test the DMS-Share

I using the Agorum-App in UCS. I want to create a Zabbix-Check if the share is accesable. To check i use:

smbclient -N -L "192.168.100.253" -Uadmin%password

The IP is the virtual IP of the docker. All users can actual access to the Share - but the result of the check is not the list of all shares. It comes up a error:

Server does not support EXTENDED_SECURITY  but 'client use spnego = yes and 'client ntlmv2 auth = yes'
session setup failed: NT_STATUS_ACCESS_DENIED

How can i do that, that the shares-list is shown?

The solution is very easy (but hard to found :wink: )

smbclient -L 192.168.100.253 -UAdmin%password --option="client use spnego = no"
Mastodon