From fd79cd030e126ec3c6ce6a21927b5f9d07f56fc6 Mon Sep 17 00:00:00 2001 From: Jonathan Bauer Date: Thu, 7 Sep 2017 16:39:56 +0200 Subject: remove unneeded GUEST_USER for NetShare Shares mounted as guest require either no user/pass at all (like a unsecured NFS share) or a username only (without password, like CIFS). There is no need to differentiate between both, just need to accept non-empty username/passwords when the user sets the share credentials... --- src/main/thrift/bwlp.thrift | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/main/thrift/bwlp.thrift') diff --git a/src/main/thrift/bwlp.thrift b/src/main/thrift/bwlp.thrift index 8bafa3a..c2c7d17 100644 --- a/src/main/thrift/bwlp.thrift +++ b/src/main/thrift/bwlp.thrift @@ -73,8 +73,7 @@ enum DateParamError { enum NetShareAuth { LOGIN_USER, - SPECIAL_USER, - GUEST_USER + OTHER_USER } // ############## STRUCT ############### -- cgit v1.2.3-55-g7522