Enabling Authentication
 Follow these steps to enable authentication and authorization in 
	 ActiveSpaces. 
  
 
	 Prerequisites
 
		 
		  -  Set up the realm server. 
			 
For more information, see "Secure Realm Server" in 
				TIBCO FTL Administration. 
			 
 
		   
 
		  - Set up realm server authentication. 
			 
For more information, see "Realm Server Authentication" in 
				TIBCO FTL Administration. 
			 
 
		   
 
		
 
	  
 
	 Procedure
-  
		  For the 
			 tibdg administration tool and 
			 tibdgadmind to connect to a secure realm server with authentication credentials: 
		   
		  
 
			 -  
				The username using the 
				  -user option. 
				 
			 
 
 
			 -  
				The password file using the 
				  -password option. 
				 
				
Use one of the following options: 
				  
 
				  
			  
 
			 -  
				The location of the trusted realm server using the 
				  -trustfile option: 
				 
				 
				 
			 
 
 
		  
 
		  Example 
		  
 
		   
			 tibdg -r %REALM_URL% -s my_script_file.tibdg -user all -password pass:mypasswords -trustfile %TRUST_FILE%
 
		    
		 
-  
		  For the 
			 tibdgnode, 
			 tibdgkeeper, and 
			 tibdgproxy processes to connect to a secure realm server with authentication credentials: 
		   
		  
 
			 -  
				Specify the password file that these processes uses to connect to the grid. 
				 
				
The password file is specified using the 
				  --user-password-file option. 
				
 
				 
			  
 
			 -  
				Specify the location of the trusted realm server using one of the following options: 
				 
				 
			 
 
 
		  
 
		  Example 
		  
 
		   
			 tibdgproxy -r %REALM_URL% --user-password-file c:\AS\tests\myPasswordfile.txt --trust-all
 
		    
		 
 
   
Copyright © Cloud Software Group, Inc. All rights reserved.