mirror of
https://github.com/ceph/ceph
synced 2024-12-18 01:16:55 +00:00
Merge pull request #12721 from chendave/wip-authx-options
auth: Let's not use the deprecated cephx option Reviewed-by: Sage Weil <sage@redhat.com>
This commit is contained in:
commit
6f53f56702
@ -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