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/source/basic-tutorial.md
+5-4
Original file line number
Diff line number
Diff line change
@@ -21,9 +21,10 @@ for later:
21
21
>>>
22
22
23
23
Note that this assumes you have a KRB5 realm set up, and some relevant
24
-
functions available in the `REALM` object (see gssapi-console.py, or
24
+
functions available in the `REALM` object (see gssapi-console.py in
25
+
[gssapi_console](https://pypi.python.org/pypi/gssapi_console)), or
25
26
try `$ run-lit -e gssapi basic-tutorial.md` when you have both
26
-
gssapi-console and yalpt installed). Any actions performed using the
27
+
gssapi_console and yalpt installed). Any actions performed using the
27
28
`REALM` object are not part of the GSSAPI library; the `REALM` object
28
29
simply contians wrappers to krb5 commands generally run separately from
29
30
the application using GSSAPI.
@@ -205,9 +206,9 @@ since the context was set up to use encryption (the default):
205
206
Traceback (most recent call last):
206
207
File "<stdin>", line 1, in <module>
207
208
File "<string>", line 2, in decrypt
208
-
File "/home/directxman12/dev/gssapi/gssapi-console/.venv/lib/python3.4/site-packages/gssapi/_utils.py", line 167, in check_last_err
209
+
File "/usr/lib/python3.4/site-packages/gssapi/_utils.py", line 167, in check_last_err
209
210
return func(self, *args, **kwargs)
210
-
File "/home/directxman12/dev/gssapi/gssapi-console/.venv/lib/python3.4/site-packages/gssapi/sec_contexts.py", line 295, in decrypt
211
+
File "/usr/lib/python3.4/site-packages/gssapi/sec_contexts.py", line 295, in decrypt
211
212
unwrapped_message=res.message)
212
213
gssapi.exceptions.EncryptionNotUsed: Confidentiality was requested, but not used: The context was established with encryption, but unwrapped message was not encrypted.
0 commit comments