From b4abd3faaf3bdcbcd24fed8325960ccdee43bea9 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Sat, 12 May 2012 12:00:00 +0200 Subject: s3-auth: remove "security=server" (depricated since 3.6) "security=server" has a lot of problems in the world with modern security (ntlmv2 and krb5). It was also not very reliable, as it needed a stable connection to the password server for the lifetime of the whole client connection! Please use "security=domain" or "security=ads" is you authentication against remote servers (domain controllers). metze -------------- / \ / REST \ / IN \ / PEACE \ / \ | SEC_SERVER | | security=server | | | | | | 12 May | | | | 2012 | *| * * * | * _________)/\\_//(\/(/\)/\//\/\///|_)_______ --- libds/common/roles.h | 19 +++++++++++++++++-- 1 file changed, 17 insertions(+), 2 deletions(-) (limited to 'libds/common/roles.h') diff --git a/libds/common/roles.h b/libds/common/roles.h index 90281ba788..9dc9a00d28 100644 --- a/libds/common/roles.h +++ b/libds/common/roles.h @@ -60,10 +60,25 @@ enum server_role { *| * * * | * _________)/\\_//(\/(/\)/\//\/\///|_)_______ - */ + -------------- + / \ + / REST \ + / IN \ + / PEACE \ + / \ + | SEC_SERVER | + | security=server | + | | + | | + | 12 May | + | | + | 2012 | + *| * * * | * + _________)/\\_//(\/(/\)/\//\/\///|_)_______ + +*/ enum security_types {SEC_AUTO = 0, SEC_USER = 2, - SEC_SERVER = 3, SEC_DOMAIN = 4, SEC_ADS = 5}; -- cgit