18947: Merge branch 'main'
[arvados.git] / lib / pam / README
index aafff23a8cb963b11d79cefcfa21ae7f6aff0fb5..8c5e10ed602b481b5b3ee14f7a515aae5293cba4 100644 (file)
@@ -2,14 +2,14 @@ For configuration advice, please refer to https://doc.arvados.org/install/instal
 
 Usage (in pam config):
 
-    pam_arvados.so arvados_api_host [my_vm_host_name] ["insecure"] ["debug"]
+    pam_arvados.so arvados_api_host my_vm_hostname ["insecure"] ["debug"]
 
 pam_arvados.so passes authentication if (according to
 arvados_api_host) the supplied PAM token belongs to an Arvados user
 who is allowed to log in to my_vm_host_name with the supplied PAM
 username.
 
-If my_vm_host_name is omitted or "-", the current hostname is used.
+If my_vm_hostname is omitted or "-", the current hostname is used.
 
 "insecure" -- continue even if the TLS certificate presented by
 arvados_api_host fails verification.