svn commit: samba r2385 - in branches/SAMBA_4_0/source/libcli/auth: .

tridge at samba.org tridge at samba.org
Fri Sep 17 11:26:31 GMT 2004


Author: tridge
Date: 2004-09-17 11:26:30 +0000 (Fri, 17 Sep 2004)
New Revision: 2385

WebSVN: http://websvn.samba.org/websvn/changeset.php?rep=samba&path=/branches/SAMBA_4_0/source/libcli/auth&rev=2385&nolog=1

Log:
the gensec:krb5 test is not needed here any more, as we do it in the registration code


Modified:
   branches/SAMBA_4_0/source/libcli/auth/gensec_krb5.c


Changeset:
Modified: branches/SAMBA_4_0/source/libcli/auth/gensec_krb5.c
===================================================================
--- branches/SAMBA_4_0/source/libcli/auth/gensec_krb5.c	2004-09-17 11:24:37 UTC (rev 2384)
+++ branches/SAMBA_4_0/source/libcli/auth/gensec_krb5.c	2004-09-17 11:26:30 UTC (rev 2385)
@@ -721,10 +721,6 @@
 {
 	NTSTATUS ret;
 
-	if (!lp_parm_bool(-1, "gensec", "krb5", True)) {
-		return NT_STATUS_NOT_SUPPORTED;
-	}
-
 	ret = register_backend("gensec", &gensec_krb5_security_ops);
 	if (!NT_STATUS_IS_OK(ret)) {
 		DEBUG(0,("Failed to register '%s' gensec backend!\n",



More information about the samba-cvs mailing list