From: Alexander S.K. <al...@be...> - 2009-10-26 12:36:48
|
> HI! > > 1. How i can connect to server with gui manage if Pass_for_Login = 1, > where i can put login and pass? Include the user="username" in the host record in manage.xml, for example: <server ip="192.168.1.200" port="2812" user="alex" /> then you will be asked for the username and password. Usually, you will be asked for them when you use this host for the first time ( so, the appropriate record in manage.xml doesn't exist ). > 2. How i can see users which connected to server because now i see only > host name in console management utilities (users created and > Pass_for_Login = 1)? > User names aren't passed by the server to the management utility for now. Regards, Alexander. |