summaryrefslogtreecommitdiff
path: root/source3/libads/ads_struct.c
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2005-11-04 17:39:42 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 11:05:18 -0500
commit97ecce03de5d4e9e9e3f9bab55af0fe171045085 (patch)
treed3fe9054e8a9a2dc34bb207037f8477efab2f04c /source3/libads/ads_struct.c
parentd5447033429449889242f96d889607ba6883866d (diff)
downloadsamba-97ecce03de5d4e9e9e3f9bab55af0fe171045085.tar.gz
samba-97ecce03de5d4e9e9e3f9bab55af0fe171045085.tar.bz2
samba-97ecce03de5d4e9e9e3f9bab55af0fe171045085.zip
r11504: Added Andrew Bartletts removal of another NTLMSSP implementation
patch. Jeremy. (This used to be commit 4591984176fd32ba25155fbc6889a1c637019a08)
Diffstat (limited to 'source3/libads/ads_struct.c')
-rw-r--r--source3/libads/ads_struct.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/source3/libads/ads_struct.c b/source3/libads/ads_struct.c
index d8676d050d..55a6d66440 100644
--- a/source3/libads/ads_struct.c
+++ b/source3/libads/ads_struct.c
@@ -105,6 +105,8 @@ ADS_STRUCT *ads_init(const char *realm,
/* the caller will own the memory by default */
ads->is_mine = 1;
+ ads->auth.flags = ADS_AUTH_DISABLE_KERBEROS | ADS_AUTH_ALLOW_NTLMSSP;
+
return ads;
}