Skip to content

Commit 3e7bca8

Browse files
Merge pull request #345 from percona/copilot/sub-pr-342
Clarify `{USER}` placeholder in Kerberos manual ticket authentication section
2 parents bac00f4 + ccc6e61 commit 3e7bca8

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

docs/details/authentication.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,8 +154,10 @@ You can choose any of these methods to authenticate `pbm` user against Kerberos:
154154
sudo -u {USER} kinit <username>@<KERBEROS_REALM>
155155
```
156156
157+
where `{USER}` is the OS user account that runs the `pbm-agent` process.
158+
157159
!!! note
158-
Run the `pbm-agent` process as **{USER}**. PBM does not refresh its authentication ticket automatically, so when the ticket expires you must obtain a new one.
160+
Run the `pbm-agent` process as `{USER}`. PBM does not refresh its authentication ticket automatically, so when the ticket expires you must obtain a new one.
159161
160162
2. Specify the following MongoDB connection URI without the password.
161163

0 commit comments

Comments
 (0)