Commit c93ec5a 1 parent 7e857b3 commit c93ec5a Copy full SHA for c93ec5a
File tree 2 files changed +13
-16
lines changed
2 files changed +13
-16
lines changed Original file line number Diff line number Diff line change @@ -117,14 +117,6 @@ <H3>Configuration for XOAUTH2 mechanism</H3>
117
117
</ PRE >
118
118
Modify "PROXY-SERVER-NAME" and "PROXY-PORT-NUMBER" as appropriate.
119
119
120
- < P >
121
- On Ubuntu, authentication to gfsd may fail due to the error
122
- "unable to open Berkeley db /etc/sasldb2: Permission denied".
123
- This is a workaround for this error.
124
- < PRE >
125
- % sudo chown _gfarmfs /etc/sasldb2
126
- </ PRE >
127
-
128
120
< H3 > Gfarm configuration</ H3 >
129
121
130
122
Add the following settings to gfmd.conf for gfmd,
@@ -153,6 +145,13 @@ <H3>Gfarm configuration</H3>
153
145
% gfuser -A Gfarm-username SASL SASL-username
154
146
</ PRE >
155
147
148
+ < P >
149
+ To use ANONYMOUS mechanism, create an anonymous user in Gfarm as
150
+ follows.
151
+ < PRE >
152
+ % gfuser -c anonymous anon / ""
153
+ </ PRE >
154
+
156
155
< HR >
157
156
< H2 > Client-side configuration</ H2 >
158
157
Original file line number Diff line number Diff line change @@ -117,14 +117,6 @@ <H3>Cyrus SASL XOAUTH2 メカニズム用設定</H3>
117
117
</ PRE >
118
118
「proxyサーバー名」および「proxyポート番号」は、適宜修正してください。
119
119
120
- < P >
121
- Ubuntu では、gfsd との認証が "unable to open Berkeley db /etc/sasldb2:
122
- Permission denied" により失敗することがあります。その場合、
123
- /etc/sasldb2 の所有者を変更することにより解決します。
124
- < PRE >
125
- % sudo chown _gfarmfs /etc/sasldb2
126
- </ PRE >
127
-
128
120
< H3 > Gfarm の設定</ H3 >
129
121
130
122
gfmd.conf や gfsd の読む gfarm2.conf に、以下のような設定を追加します。
@@ -152,6 +144,12 @@ <H3>Gfarm の設定</H3>
152
144
% gfuser -A Gfarmユーザ名 SASL SASLユーザ名
153
145
</ PRE >
154
146
147
+ < P >
148
+ ANONYMOUS メカニズムを利用する場合は anonymous ユーザを作成します。
149
+ < PRE >
150
+ % gfuser -c anonymous anon / ""
151
+ </ PRE >
152
+
155
153
< HR >
156
154
< H2 > クライアント側設定</ H2 >
157
155
You can’t perform that action at this time.
0 commit comments