??? connecting remote RB to UserMan of base RB ????

Hi,
I have one problem. I have configured base RB with HotSpot and UserManager. It is working OK. Also, I have connected remote RB to the base, setup the link (explained on http://wiki.mikrotik.com/wiki/Transparently_Bridge_two_Networks). That is working OK. I have setup HotSpot on remote RB. Now I wish to setup authorization on HotSpot of remote RB to the the UserManager of the base RB. (I want to have authorization that is working on both RB. One username and password for both location)
What do I have to do on remote and base RB?

Thank you for your reply,
best regards

I have found tutorial for that. (http://wiki.mikrotik.com/wiki/User_Manager/PPP_Example)
It is confuse… What is PPPoE server and what is PPPoE client. Is PPPoE server my base Mikrotik (with already installed userman) and PPPoE client my remote Mikrotik witch das not have installed userman and witch I nead to connect to base Mikrotik for authentication???
Plese help me with this…

PPPoE has nothing to do with Hotspot. Wrong example, forget about it. Better show us your network setup with a simple diagram picture.

Here is topology.
RB600 is the main router on witch I have installed User Manager and RB433 is the remote router.
I have setup the network, I can ping all IP adress from RB600 and RB433.
I have setup usermenager on the RB600 and it is workin nice. So, now I have a problem, how to connect RB433 aothorization to the RB600 user manager.
Example (http://wiki.mikrotik.com/wiki/User_Manager/PPP_Example#PPP_configuration) is a little confusing for me. What to do in my case.
Thanks a lot
topology.JPG

in RB433 you just have to set it to use RADIUS.
2009-06-02_1455.png

Dont forget to include the ip of your RB433 to the list of routers in user manager on RB600.

/tool user-manager router add ip-address=x.x.x.x shared-secret=xxxxxx

You can also do this in the web interface of user manager.

Cheers.