Skip to content

Commit cc86a84

Browse files
committed
Remove vendored gssapi-console.py
Since gssapi_console has been published to PyPI, we should no longer vendor it as part of python-gssapi. Closes #100
1 parent 163f7e5 commit cc86a84

File tree

2 files changed

+5
-146
lines changed

2 files changed

+5
-146
lines changed

docs/source/basic-tutorial.md

+5-4
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,10 @@ for later:
2121
>>>
2222

2323
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
2526
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
2728
`REALM` object are not part of the GSSAPI library; the `REALM` object
2829
simply contians wrappers to krb5 commands generally run separately from
2930
the application using GSSAPI.
@@ -205,9 +206,9 @@ since the context was set up to use encryption (the default):
205206
Traceback (most recent call last):
206207
File "<stdin>", line 1, in <module>
207208
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
209210
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
211212
unwrapped_message=res.message)
212213
gssapi.exceptions.EncryptionNotUsed: Confidentiality was requested, but not used: The context was established with encryption, but unwrapped message was not encrypted.
213214
>>>

gssapi-console.py

-142
This file was deleted.

0 commit comments

Comments
 (0)