Skip to content

Commit 21de09a

Browse files
committed
sftp: add fixme about logs
1 parent c3711ff commit 21de09a

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

jupyterhub-sftp/jupyterhub-token-verify.py

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,13 @@
5252
controls ${USERNAME}. If we aren't careful, they can use it to have us
5353
give them read (and possibly write) access to *any* part of the filesystem.
5454
So we have to be very careful doing this.
55+
56+
# DEVELOPER NOTES
57+
58+
If this script raises a Python error, logs will be emitted to /tmp/debug.log as
59+
configured via the /etc/pam.d/common-auth file.
60+
61+
FIXME: make some logs be emitted one way or another
5562
"""
5663
import os
5764
import string

0 commit comments

Comments
 (0)