From 195c118b294c747b5bf54b587ff31c0cf3e52282 Mon Sep 17 00:00:00 2001 From: kkalev Date: Fri, 16 Aug 2002 16:32:03 +0000 Subject: [PATCH] Add attributes for the sql group tables in admin.conf. Now SQL group support should really work! --- conf/admin.conf | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/conf/admin.conf b/conf/admin.conf index b07f517..95fd5f0 100644 --- a/conf/admin.conf +++ b/conf/admin.conf @@ -1,5 +1,7 @@ # -# it can be el (greek) or default +# it can be default or whatever language. Only greek are supported +# from non latin alphabet languages +# These attribute only apply for ldap not for sql # general_prefered_lang: el general_prefered_lang_name: Greek @@ -91,6 +93,10 @@ sql_badusers_table: badusers sql_check_table: radcheck sql_reply_table: radreply sql_user_info_table: userinfo +sql_groupcheck_table: radgroupcheck +sql_groupreply_table: radgroupreply +sql_usergroup_table: usergroup + # # true or false # @@ -98,7 +104,7 @@ sql_use_user_info_table: true sql_use_operators: true # # -sql_password_attribute: Crypt-Password +sql_password_attribute: User-Password sql_date_format: Y-m-d sql_full_date_format: Y-m-d H:i:s # -- 2.39.5