update_user_pass: Update the username and password saved in the vault Typically...

Description Usage Arguments

Description

Update the username and password saved in the vault Typically used after you change your LDAP password

Usage

1
2
3
update_user_pass(username = unname(Sys.info()["user"]), password = NULL,
  secret_name = unname(Sys.info()["user"]),
  vault = "/home/sdal/projects/sdal/vault")

Arguments

username,

string, username to be updated, defaults to the current user

password,

string, password to be updated, defaults to NULl which will prompt the user for a password

secret_name,

string, location of the vault, defaults to the sdal vault


bi-sdal/sdalr documentation built on May 12, 2019, 8:29 p.m.