Skip to content

Commit cd77637

Browse files
committed
Shorten long commented references in authentication_kerberos_client.py
Change-Id: I54b7172a3fcfdf60e33c30cfd0c750328729d51f
1 parent 136da49 commit cd77637

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

lib/mysql/connector/plugins/authentication_kerberos_client.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -413,8 +413,9 @@ def auth_response(self, auth_data: Optional[bytes] = None) -> Optional[bytes]:
413413
# application did not provide sufficient information to use
414414
# Kerberos.
415415

416-
# [1] https://docs.microsoft.com/en-us/windows/win32/secauthn/microsoft-negotiate?source=recommendations
417-
# [2] https://docs.microsoft.com/en-us/windows/win32/secauthn/microsoft-kerberos?source=recommendations
416+
# prefix: https://docs.microsoft.com/en-us/windows/win32/secauthn
417+
# [1] prefix/microsoft-negotiate?source=recommendations
418+
# [2] prefix/microsoft-kerberos?source=recommendations
418419
self.clientauth = sspi.ClientAuth(
419420
"Negotiate",
420421
targetspn=targetspn,

0 commit comments

Comments
 (0)