summaryrefslogtreecommitdiff
path: root/lib/param/param_functions.c
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2012-07-27 10:34:05 +1000
committerAndrew Bartlett <abartlet@samba.org>2012-07-27 03:34:23 +0200
commitca2482073627994d6a8c0be6dcf6463aba889635 (patch)
tree9519235479dad2fe21d46296e60f48ea7f0939a5 /lib/param/param_functions.c
parentecb89cebd63ed1dcf4815a45b2a26c643c939ecb (diff)
downloadsamba-ca2482073627994d6a8c0be6dcf6463aba889635.tar.gz
samba-ca2482073627994d6a8c0be6dcf6463aba889635.tar.bz2
samba-ca2482073627994d6a8c0be6dcf6463aba889635.zip
lib/param: Remove unused "paranoid server security"
This became unused when security=server went away. Andrew Bartlett
Diffstat (limited to 'lib/param/param_functions.c')
-rw-r--r--lib/param/param_functions.c1
1 files changed, 0 insertions, 1 deletions
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)