[ARVADOS] updated: 1.3.0-2545-gf01f7eebf

Git user git at public.arvados.org
Fri May 8 17:52:40 UTC 2020


Summary of changes:
 doc/install/setup-login.html.textile.liquid | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

       via  f01f7eebfe771300be72d1bec5b4fab664138feb (commit)
      from  62c33a15f68895d6a388f68d2827e9fd5705c5df (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.


commit f01f7eebfe771300be72d1bec5b4fab664138feb
Author: Tom Clegg <tom at tomclegg.ca>
Date:   Fri May 8 13:50:47 2020 -0400

    15881: Add missing details on doc page.
    
    Arvados-DCO-1.1-Signed-off-by: Tom Clegg <tom at tomclegg.ca>

diff --git a/doc/install/setup-login.html.textile.liquid b/doc/install/setup-login.html.textile.liquid
index a9fa4fd4e..069519a26 100644
--- a/doc/install/setup-login.html.textile.liquid
+++ b/doc/install/setup-login.html.textile.liquid
@@ -22,11 +22,12 @@ With this configuration, users will sign in with their Google accounts.
 
 First, visit "Setting up Google auth.":google-auth.html
 
-Next, copy the values of *Client ID* and *Client secret* from the Google Developers Console into @Login.Google.ClientID@ and @Login.Google.ClientSecret@ in @config.yml@:
+Next, enable Google login and copy the values of *Client ID* and *Client secret* from the Google Developers Console into the @Login.Google@ section of @config.yml@:
 
 <pre>
     Login:
       Google:
+        Enable: true
         ClientID: "0000000000000-zzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz.apps.googleusercontent.com"
         ClientSecret: "zzzzzzzzzzzzzzzzzzzzzzzz"
 </pre>
@@ -35,7 +36,7 @@ h2(#ldap). LDAP
 
 With this configuration, authentication uses an external LDAP service like OpenLDAP or Active Directory.
 
-Enable LDAP authentication in @config.yml@:
+Enable LDAP authentication and provide your LDAP server's host, port, and credentials (if needed to search the directory) in @config.yml@:
 
 <pre>
     Login:

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list