I want to disable access to anonymous users, but would like to see if there is a way to monitor for any connections that would be impacted. Is there a way to do this?
#report on anonymous cifs users
1 messages · Page 1 of 1 (latest)
in a domain environment there should be no impact, as usually every user is automatically authenticated You can use cifs session show -user-type anonymous-user to see if there are any active null sessions
see here
disabling access is easy
vserver cifs options modify -restrict-anonymous
and we also always add no-enumeration