mirror of
https://github.com/OpenNebula/one.git
synced 2025-02-03 13:47:01 +03:00
Feature #3650: Clarify documenation in oned.conf for DEFAULT_AUTH
This commit is contained in:
parent
d89ba1692a
commit
4eb305b721
@ -703,12 +703,12 @@ HM_MAD = [
|
||||
# defined all the modules available will be enabled
|
||||
# authz : list of authentication modules separated by commas
|
||||
#
|
||||
# DEFAULT_AUTH: The default authentication driver to use when OpenNebula
|
||||
# does not know the user and needs to authenticate it externally. The default
|
||||
# value is "default", however as no "default" auth driver exists, there should
|
||||
# be a symbolic link pointig to the actual authentication driver, example:
|
||||
# 'default -> ldap', or simply use DEFAULT_AUTH = "ldap" and no symlink is
|
||||
# required.
|
||||
# DEFAULT_AUTH: The default authentication driver to use when OpenNebula does
|
||||
# not know the user and needs to authenticate it externally. If you want to
|
||||
# use "default" (not recommended, but supported for backwards compatibility
|
||||
# reasons) make sure you create a symlink pointing to the actual authentication
|
||||
# driver in /var/lib/one/remotes/auth, and add "default" to the 'auth'
|
||||
# parameter in the 'AUTH_MAD' section.
|
||||
#
|
||||
# SESSION_EXPIRATION_TIME: Time in seconds to keep an authenticated token as
|
||||
# valid. During this time, the driver is not used. Use 0 to disable session
|
||||
|
Loading…
x
Reference in New Issue
Block a user