File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -929,7 +929,7 @@ def _get_token_with_kerberos(self):
929
929
flags = kerberos .GSS_C_MUTUAL_FLAG | kerberos .GSS_C_SEQUENCE_FLAG
930
930
service = 'HTTP@%s' % self ._settings ['domain' ]
931
931
932
- logger .info ('Attempting Kerberos authentication to %s as %s ' , service , user )
932
+ logger .info ('Attempting Kerberos authentication to %s' , service )
933
933
934
934
url = self ._build_url (
935
935
'/SASLogon/oauth/authorize?client_id=%s&response_type=token' % client_id
@@ -969,7 +969,6 @@ def _get_token_with_kerberos(self):
969
969
970
970
# Get the user that was used for authentication
971
971
username = kerberos .authGSSClientUserName (context )
972
- logger .info ('Authenticated as %s' , username )
973
972
974
973
# Drop @REALM from username and store
975
974
if username is not None :
You can’t perform that action at this time.
0 commit comments