|
|
|
|
@ -107,6 +107,7 @@ __PACKAGE__->config(
|
|
|
|
|
user_model => 'DB::admins',
|
|
|
|
|
id_field => 'id',
|
|
|
|
|
store_user_class => 'NGCP::Panel::AuthenticationStore::RoleFromRealm',
|
|
|
|
|
use_userdata_from_session => 1,
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
admin => {
|
|
|
|
|
@ -121,6 +122,7 @@ __PACKAGE__->config(
|
|
|
|
|
user_model => 'DB::admins',
|
|
|
|
|
id_field => 'id',
|
|
|
|
|
store_user_class => 'NGCP::Panel::AuthenticationStore::RoleFromRealm',
|
|
|
|
|
use_userdata_from_session => 1,
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
subscriber => {
|
|
|
|
|
@ -134,6 +136,7 @@ __PACKAGE__->config(
|
|
|
|
|
user_model => 'DB::provisioning_voip_subscribers',
|
|
|
|
|
id_field => 'id',
|
|
|
|
|
store_user_class => 'NGCP::Panel::AuthenticationStore::RoleFromRealm',
|
|
|
|
|
use_userdata_from_session => 1,
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|