search for: map_to_guest

Displaying 2 results from an estimated 2 matches for "map_to_guest".

2024 Apr 01
1
Bad SMB2 (sign_algo_id=1) signature for message
...trigger this > log, not quite sure just a preliminary guess :) There's no antivirus running on these machines. At least we tried to disable everything. The access *is* anonymous, always, this is a read-only anonymous share with a big application used by multiple users. It has public=yes, map_to_guest=invalid_user. I can't say when exactly this error is logged. > Is 'Event Viewer' of windows server 2012 could see similar event about > bad/invalid signature too? Somehow I forgot to look there. Let's see.. /mjt
2002 Jul 17
0
user password expiration patch (Samba 2.2.4/2.2.5 PDC with LDAP)
...25 2002 +++ samba-2.2.4/source/param/loadparm.c Thu Jun 6 16:49:53 2002 @@ -204,6 +204,7 @@ int client_code_page; int announce_as; /* This is initialised in init_globals */ int machine_password_timeout; + int user_password_expiration; int change_notify_timeout; int stat_cache_size; int map_to_guest; @@ -953,6 +954,8 @@ #endif /* USING_GROUPNAME_MAP */ {"machine password timeout", P_INTEGER, P_GLOBAL, &Globals.machine_password_timeout, NULL, NULL, 0}, + + {"user password expiration", P_INTEGER, P_GLOBAL, &Globals.user_password_expiration, NULL, NULL, 0},...