Original address: Http://www.lijiangtv.com/home.php?mod=space&uid=1&do=blog&id=9253WMS can integrate Windows users, To verify that a publishing request is legitimate. FMS By default, there is no process of verifying the identity of the publisher, which is undoubtedly a significant security risk. Adobe releases the Auth_addin_win component to compensate for this. =========== following excerpt from Http://blog.sina.com.cn/s/blog_ 5d8ca1e90100dkw0.html here plug-in is a verification plug-in is mainly used to verify that the client has permission to connect FMS, how to have permission to listen to my one by one (say the wrong place please master advice AH) installation good auth_addin_win_ v2.6 will generate two files under the Conf folder of the FMS installation directory one is Users.exe one is users.dat. Users.exe is a command-line program used to assign users to Fme that is connected to FMS. The information for these users is present in Users.dat.
Users.exe is used in the following ways:
Open a command-line window and drag Users.exe in to enter you can see how users.exe is used.
The command to add a user is the users add-u user name-p password
So that a user will be built, we can use this user name password to connect the FMS
Before connecting, let's test the username we created. Did you succeed?
Use this command: Users check-u user name-p password
Operation Successful:username and password match. That's what happened.
Note: Your path must be under the Conf folder under the installation path of the FMS, otherwise you will be prompted not to find Users.dat
Reference Path F:\Program files\adobe\flash Media Server 3\conf
Everything is ready, we can now open FME Click Start, you will find the prompt to enter the user name password, the user name password you have just entered in it. Haha, finally the connection succeeded.
Another reminder is that if you don't have a auth_addin_win_v2.6, you can usually connect directly.
FMS release Source validation component Auth_addin_win_v3.msi usage