Userman with hotspot and PPPoE server

Hy everyone!
Im using userman with hotspot and PPPoE server , all on RB450 (with latest ROS 4.5), everythig is working … let say without problem …
My configuration is really complicated … running on same ethernet port (hotspot and PPPoe server) and I have 3 wan (1 PPPoE client and other 2 static private IP) , and also
lot of firewall rules for QOS … and block virus,ssh rules … from demo.mt.
Anyway my main problem is with PPPoE server .
I have profiles which I try to be the same with hotspot user profile and PPP profile.
My hotspot user profile:

/ip hotspot user profile
set default idle-timeout=10m keepalive-timeout=10m name=default rate-limit=
128k/1M shared-users=1 status-autorefresh=1m transparent-proxy=no
add idle-timeout=20m keepalive-timeout=2m name=test rate-limit=14k/33k
shared-users=5 status-autorefresh=1m transparent-proxy=no
add idle-timeout=10m keepalive-timeout=10m name=2M rate-limit=256k/2M
shared-users=1 status-autorefresh=1m transparent-proxy=no
add idle-timeout=10m keepalive-timeout=10m name=1M rate-limit=128k/1M
shared-users=1 status-autorefresh=1m transparent-proxy=no

My PPP profile:

/ppp profile
set default change-tcp-mss=yes comment=“” name=default only-one=default
use-compression=default use-encryption=default use-vj-compression=default
add change-tcp-mss=yes comment=“” local-address=192.168.3.10 name=1M
only-one=yes rate-limit=128k/1M remote-address=pppoe-pool
use-compression=default use-encryption=default use-vj-compression=default
add change-tcp-mss=yes comment=“” local-address=192.168.3.10 name=2M
only-one=yes rate-limit=256k/2M remote-address=pppoe-pool
use-compression=default use-encryption=default use-vj-compression=default
add change-tcp-mss=yes comment=“” local-address=192.168.3.10 name=test
only-one=yes rate-limit=14k/33k remote-address=pppoe-pool
use-compression=default use-encryption=default use-vj-compression=default
set default-encryption change-tcp-mss=yes comment=“” name=default-encryption
only-one=default use-compression=default use-encryption=yes
use-vj-compression=default

Well you see that I always have profiles: default, 1M, 2M and test …
Every user in userman is in some group let say 1M or test.
For test user I give for free 33kb speed.
If user start loging with browser there is hotspot page … and if login like test userman put him in right group test with this modem speed , but if user (test) connect like PPPeE client userman give hime default speed of 1Mb …
Anyway userman did not recognize groups of PPPoE server profile and did not give other users right group … every user also which is in group 2M have speed of 1M … looks like always give 1M speed all users.
My PPPoE server have default profile 1M , and I dont see way to remove or disable this default profile …
I dont know is some bug in ROS or normal behaviour … or my setup is somehow wrong or need to be updated.
I was make setup according to wiki.
Any help is welcome !

It is nit possible to specify profile for PPP users in RADIUS server.
Default profile is used for PPP clients, despite of the profile configuration on RADIUS server.
Profile is working for HotSpot clients. You need to set limits on RADIUS server (bandwidth, time) for PPPoE and leave /ppp profile configuration blank on router for bandwidth limitation.

Im using local radius on same routerboard - 127.0.0.1 … And I dont see in mikrotik radius bandwith management ?

Profiles are used to set bandwidth limitation in new User Manager.
In old User Manager rate-limit are used for limitation.

Hm… when will new user manager be stable ?
I dont wont to install if is not stable …

User Manager is stable now. It lacks some features (reports), that’s why it is in test mode.

But I read somewhere in forum that importing data is not posible with all parts … my router is in production … it will be too much data for hand work … I will be wait few monts before upgrade or wait for fully stable verzion …

Yes, it is not possible to import all ports. We noticed it recently and we are working on the fix for the problem.