mirror of
https://github.com/ceph/ceph
synced 2024-12-18 01:16:55 +00:00
cephx: Let's not use the deprecated option
Enable cephx by setting the option of "auth supported" has been deprecated for a long time, it's better to use the recommended options instead. Signed-off-by: Dave Chen <wei.d.chen@intel.com>
This commit is contained in:
parent
610a97abf8
commit
3953db2b5a
@ -528,7 +528,9 @@ EOF
|
||||
fi
|
||||
if [ "$cephx" -eq 1 ] ; then
|
||||
wconf <<EOF
|
||||
auth supported = cephx
|
||||
auth cluster required = cephx
|
||||
auth service required = cephx
|
||||
auth client required = cephx
|
||||
EOF
|
||||
else
|
||||
wconf <<EOF
|
||||
|
Loading…
Reference in New Issue
Block a user