summaryrefslogtreecommitdiff
path: root/source4/libads/sasl.c
diff options
context:
space:
mode:
Diffstat (limited to 'source4/libads/sasl.c')
-rw-r--r--source4/libads/sasl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/libads/sasl.c b/source4/libads/sasl.c
index ce787400f7..b79f54c86d 100644
--- a/source4/libads/sasl.c
+++ b/source4/libads/sasl.c
@@ -96,7 +96,7 @@ static ADS_STATUS ads_sasl_spnego_ntlmssp_bind(ADS_STRUCT *ads)
nthash, 24,
lp_workgroup(),
ads->auth.user_name,
- global_myname(),
+ lp_netbios_name(),
sess_key, 16,
neg_flags);