15881: Add missing details on doc page.
authorTom Clegg <tom@tomclegg.ca>
Fri, 8 May 2020 17:50:47 +0000 (13:50 -0400)
committerTom Clegg <tom@tomclegg.ca>
Fri, 8 May 2020 17:50:47 +0000 (13:50 -0400)
Arvados-DCO-1.1-Signed-off-by: Tom Clegg <tom@tomclegg.ca>

doc/install/setup-login.html.textile.liquid

index a9fa4fd4e0d04732a6ba17254d540c7903b41b18..069519a26d6894675b3c864e8dff03c6008da0a9 100644 (file)
@@ -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: