From 26279a969879bfbd943dfda03c511ed7e14057ba Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Mon, 3 Jun 2013 10:02:39 +1000 Subject: auth: Remove "password level" We now only lowercase the password, we do not attempt to find another case combination that the password might be in. This option is already depricated, so it is now time to remove it. Andrew Bartlett Reviewed-by: Simo Sorce --- lib/param/param_table.c | 9 --------- 1 file changed, 9 deletions(-) (limited to 'lib/param/param_table.c') diff --git a/lib/param/param_table.c b/lib/param/param_table.c index 7ff9d0cbcc..1b1497cc64 100644 --- a/lib/param/param_table.c +++ b/lib/param/param_table.c @@ -660,15 +660,6 @@ static struct parm_struct parm_table[] = { .enum_list = NULL, .flags = FLAG_ADVANCED, }, - { - .label = "password level", - .type = P_INTEGER, - .p_class = P_GLOBAL, - .offset = GLOBAL_VAR(pwordlevel), - .special = NULL, - .enum_list = NULL, - .flags = FLAG_ADVANCED | FLAG_DEPRECATED, - }, { .label = "username level", .type = P_INTEGER, -- cgit