Skip to content

Commit 20ebaeb

Browse files
committed
Document alternate /tmp solution
1 parent a0bbe8a commit 20ebaeb

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

docs/en/user-manual/deployment_best_practices.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -274,6 +274,14 @@ During the calls, you may also see a warning from requests:
274274
"InsecureRequestWarning: Unverified HTTPS request is being made to host 'usermanagement.adobe.io'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings
275275
InsecureRequestWarning"
276276

277+
## Restricted /tmp Access
278+
279+
Certain Linux security practices recommend `/tmp` be remounted with restricted permissions. If your systems follow this practice, you may be unable to run the User Sync Tool. The UST requires access to the system's temporary directory to self-extract and execute. To run the tool, try the following:
280+
281+
* Ensure the user running the UST has read, write and exec permissions on `/tmp`
282+
* Set `TMPDIR` to an alternate location (do not `export` this var)
283+
284+
Example: `TMPDIR=/my/tmp/dir ./user-sync`
277285

278286
---
279287

0 commit comments

Comments
 (0)