Add two new parameters to control how we verify kerberos tickets. Removes lp_use_kerb...
[sfrench/samba-autobuild/.git] / source3 / smbd / negprot.c
index 729d144ea1bae4e81d9637a62befb802be282a54..57608a9b406785b507a29af8fe74b7b4ecebac02 100644 (file)
@@ -212,7 +212,7 @@ static DATA_BLOB negprot_spnego(void)
 
        */
 
-       if (lp_security() != SEC_ADS && !lp_use_kerberos_keytab()) {
+       if (lp_security() != SEC_ADS && !USE_KERBEROS_KEYTAB) {
 #if 0
                /* Code for PocketPC client */
                blob = data_blob(guid, 16);