Skip to content

Commit 5a2d38d

Browse files
committed
Changing the default flags
1 parent 49cdf85 commit 5a2d38d

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

src/Robin/Ntlm/Message/NegotiateMessageEncoder.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,12 +56,9 @@ class NegotiateMessageEncoder implements NegotiateMessageEncoderInterface
5656
* @type int[]
5757
*/
5858
private static $default_flags = [
59-
NegotiateFlag::NEGOTIATE_UNICODE,
6059
NegotiateFlag::NEGOTIATE_OEM,
6160
NegotiateFlag::REQUEST_TARGET,
6261
NegotiateFlag::NEGOTIATE_NTLM,
63-
NegotiateFlag::NEGOTIATE_OEM_DOMAIN_SUPPLIED,
64-
NegotiateFlag::NEGOTIATE_OEM_WORKSTATION_SUPPLIED,
6562
NegotiateFlag::NEGOTIATE_ALWAYS_SIGN,
6663
NegotiateFlag::NEGOTIATE_EXTENDED_SESSION_SECURITY,
6764
];

0 commit comments

Comments
 (0)