You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/details/authentication.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -154,8 +154,10 @@ You can choose any of these methods to authenticate `pbm` user against Kerberos:
154
154
sudo -u {USER} kinit <username>@<KERBEROS_REALM>
155
155
```
156
156
157
+
where `{USER}` is the OS user account that runs the `pbm-agent` process.
158
+
157
159
!!! 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.
159
161
160
162
2. Specify the following MongoDB connection URI without the password.
0 commit comments