Commit 27f4e2e
committed
Replace PyKerberos dependency with python-gssapi
This patch comprises the following changes:
* Replace 'kerberos' with 'gssapi'
* Remove lingering python2 support
* Use a real kerberos realm for running tests (i.e. remove mock calls)
* Reformat files with 'black'
Future TODO:
* Modernize python packing with latest guidelines
* Support all GSSAPI backends generically and remove Kerberos references
* Test more situations1 parent d2d7ae0 commit 27f4e2e
5 files changed
Lines changed: 426 additions & 440 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
| 2 | + | |
2 | 3 | | |
3 | 4 | | |
4 | 5 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
| 2 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
39 | | - | |
| 39 | + | |
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
46 | | - | |
47 | 46 | | |
48 | 47 | | |
49 | 48 | | |
50 | 49 | | |
51 | 50 | | |
52 | 51 | | |
53 | | - | |
| 52 | + | |
0 commit comments