From ca2482073627994d6a8c0be6dcf6463aba889635 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Fri, 27 Jul 2012 10:34:05 +1000 Subject: lib/param: Remove unused "paranoid server security" This became unused when security=server went away. Andrew Bartlett --- lib/param/param_functions.c | 1 - 1 file changed, 1 deletion(-) (limited to 'lib/param/param_functions.c') diff --git a/lib/param/param_functions.c b/lib/param/param_functions.c index c1e50f4105..36e89f38f2 100644 --- a/lib/param/param_functions.c +++ b/lib/param/param_functions.c @@ -205,7 +205,6 @@ FN_GLOBAL_BOOL(nt_status_support, bNTStatusSupport) FN_GLOBAL_BOOL(null_passwords, bNullPasswords) FN_GLOBAL_BOOL(obey_pam_restrictions, bObeyPamRestrictions) FN_GLOBAL_BOOL(pam_password_change, bPamPasswordChange) -FN_GLOBAL_BOOL(paranoid_server_security, paranoid_server_security) FN_GLOBAL_BOOL(passdb_expand_explicit, bPassdbExpandExplicit) FN_GLOBAL_BOOL(passwd_chat_debug, bPasswdChatDebug) FN_GLOBAL_BOOL(registry_shares, bRegistryShares) -- cgit