From 4eb305b72166127d5cba95e61d87dbd10a41bf7a Mon Sep 17 00:00:00 2001 From: Jaime Melis Date: Tue, 26 May 2015 15:52:24 +0200 Subject: [PATCH] Feature #3650: Clarify documenation in oned.conf for DEFAULT_AUTH --- share/etc/oned.conf | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/share/etc/oned.conf b/share/etc/oned.conf index 05b8647cac..b942dc390d 100644 --- a/share/etc/oned.conf +++ b/share/etc/oned.conf @@ -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