Commit a0b80d4 1 parent 0b59843 commit a0b80d4 Copy full SHA for a0b80d4
File tree 1 file changed +8
-1
lines changed
1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -113,9 +113,16 @@ sudo chown `id -un` ~/local
113
113
cp $sasl_libdir /sasl2/gfarm* .conf ~ /local
114
114
gfarm-prun -p sudo cp local/gfarm* .conf $sasl_libdir /sasl2
115
115
rm ~ /local/gfarm* .conf
116
+
117
+ # create empty sasldb2 database,
118
+ # because the gdbm backend of Cyrus SAL (e.g. on RHEL9) needs this
119
+ # although the berkeley DB backend does NOT
120
+ gfarm-prun -p -a " sudo saslpasswd2 -d -u NOT-EXIST NOT-EXIST"
121
+
116
122
# XXX - SASL XOAUTH2 fails in gfsd on ubuntu due to the error
117
123
# "unable to open Berkeley db /etc/sasldb2: Permission denied"
118
- gfarm-prun -p -a " sudo chown _gfarmfs /etc/sasldb2 > /dev/null 2>&1"
124
+ gfarm-prun -p -a \
125
+ " sudo chown _gfarmfs /etc/sasldb2 /etc/sasl2/sasldb2 > /dev/null 2>&1"
119
126
120
127
# set up certificates
121
128
sh ./key.sh
You can’t perform that action at this time.
0 commit comments