summaryrefslogtreecommitdiff
path: root/source4
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2005-06-28 00:52:10 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:18:54 -0500
commit3433a464c2e46301a2ef51642577ef731a3ae1ce (patch)
tree68b997398d5dc6ad35874bfb8bab73f892cfb02c /source4
parentedb86cf196296c3cb887fd112f680248573d78ad (diff)
downloadsamba-3433a464c2e46301a2ef51642577ef731a3ae1ce.tar.gz
samba-3433a464c2e46301a2ef51642577ef731a3ae1ce.tar.bz2
samba-3433a464c2e46301a2ef51642577ef731a3ae1ce.zip
r7967: We don't have the ms_krb5 stuff any more.
Andrew Bartlett (This used to be commit 56a5ccd7d924343609698b034b91b4891fb3f08a)
Diffstat (limited to 'source4')
-rw-r--r--source4/lib/cmdline/popt_common.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/source4/lib/cmdline/popt_common.c b/source4/lib/cmdline/popt_common.c
index fb7356dc0e..b8f8a675eb 100644
--- a/source4/lib/cmdline/popt_common.c
+++ b/source4/lib/cmdline/popt_common.c
@@ -235,7 +235,6 @@ static void popt_common_credentials_callback(poptContext con,
exit(1);
#else
lp_set_cmdline("gensec:krb5", "True");
- lp_set_cmdline("gensec:ms_krb5", "True");
#endif
break;