summaryrefslogtreecommitdiffstats
path: root/src/main/thrift/bwlp.thrift
diff options
context:
space:
mode:
authorJonathan Bauer2017-09-07 16:39:56 +0200
committerJonathan Bauer2017-09-07 16:39:56 +0200
commitfd79cd030e126ec3c6ce6a21927b5f9d07f56fc6 (patch)
treea5d347b6a2ec8b12e1fe498c414cf686ba067164 /src/main/thrift/bwlp.thrift
parentadded network share feature (diff)
downloadmaster-sync-shared-fd79cd030e126ec3c6ce6a21927b5f9d07f56fc6.tar.gz
master-sync-shared-fd79cd030e126ec3c6ce6a21927b5f9d07f56fc6.tar.xz
master-sync-shared-fd79cd030e126ec3c6ce6a21927b5f9d07f56fc6.zip
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...
Diffstat (limited to 'src/main/thrift/bwlp.thrift')
-rw-r--r--src/main/thrift/bwlp.thrift3
1 files changed, 1 insertions, 2 deletions
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 ###############