Remove unused vars

This commit is contained in:
Michael Spang 2009-07-29 08:58:48 -04:00
parent 37eb3e6465
commit e210f7d38b
2 changed files with 1 additions and 3 deletions

View File

@ -26,7 +26,7 @@ def configure():
string_fields = [ 'username_regex', 'shells_file', 'server_url',
'users_base', 'groups_base', 'sasl_mech', 'sasl_realm',
'admin_bind_keytab', 'admin_bind_userid', 'realm',
'admin_principal', 'admin_keytab', 'expired_account_email',
'admin_principal', 'expired_account_email',
'mathsoc_regex', 'mathsoc_dont_count' ]
numeric_fields = [ 'min_password_length' ]

View File

@ -22,5 +22,3 @@ CONFIG_STR(realm)
CONFIG_STR(admin_principal)
CONFIG_STR(admin_bind_userid)
CONFIG_STR(privileged_group)