mirror of
https://github.com/samba-team/samba.git
synced 2025-11-29 16:23:52 +03:00
r7395: * new feature 'map to guest = bad uid' (based on patch from
aruna.prabakar@hp.com). This re-enables the Samba 2.2 behavior where a user that was successfully authenticated by a remote DC would be mapped to the guest account if there was not existing UNIX account for that user and we could not create one.
This commit is contained in:
committed by
Gerald (Jerry) Carter
parent
5125852939
commit
b7455fbf81
@@ -1648,12 +1648,6 @@ struct unix_error_map {
|
||||
NTSTATUS nt_error;
|
||||
};
|
||||
|
||||
/*
|
||||
#include "ntdomain.h"
|
||||
|
||||
#include "client.h"
|
||||
*/
|
||||
|
||||
/*
|
||||
* Size of new password account encoding string. This is enough space to
|
||||
* hold 11 ACB characters, plus the surrounding [] and a terminating null.
|
||||
@@ -1683,9 +1677,10 @@ struct unix_error_map {
|
||||
level security.
|
||||
*/
|
||||
|
||||
#define NEVER_MAP_TO_GUEST 0
|
||||
#define MAP_TO_GUEST_ON_BAD_USER 1
|
||||
#define MAP_TO_GUEST_ON_BAD_PASSWORD 2
|
||||
#define NEVER_MAP_TO_GUEST 0
|
||||
#define MAP_TO_GUEST_ON_BAD_USER 1
|
||||
#define MAP_TO_GUEST_ON_BAD_PASSWORD 2
|
||||
#define MAP_TO_GUEST_ON_BAD_UID 3
|
||||
|
||||
#define SAFE_NETBIOS_CHARS ". -_"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user