File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed
Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -121,7 +121,7 @@ whom you last ran ``kinit`` or ``kswitch``, or an SSO credential if
121121applicable). However, an explicit principal can be specified, which will
122122cause Kerberos to look for a matching credential cache for the named user.
123123This feature depends on OS support for collection-type credential caches,
124- as well as working principal support in pykerberos (it is broken in many
124+ as well as working principal support in PyKerberos (it is broken in many
125125builds). An explicit principal can be specified with the ``principal `` arg:
126126
127127.. code-block :: python
@@ -132,6 +132,10 @@ builds). An explicit principal can be specified with the ``principal`` arg:
132132 >> > r = requests.get(" http://example.org" , auth = kerberos_auth)
133133 ...
134134
135+ On Windows, WinKerberos is used instead of PyKerberos. WinKerberos allows the
136+ use of arbitrary principals instead of a credential cache. Passwords can be
137+ specified by following the form ``user@realm:password `` for ``principal ``.
138+
135139Logging
136140-------
137141
You can’t perform that action at this time.
0 commit comments