View Single Post
Old 07-19-2005, 09:24 PM  
Coffee
Senior Member
 
Join Date: Jun 2003
Posts: 100
Default

Require_Encrypted_Auth = M !*
Require_Encrypted_Data = !*

Allowed_Users = * means everybody is allowed to login.

Require_Encrypted_Auth = M !* means Masters are required to use encrypted authorization (secure login) and everybody else does NOT have to use secure login.

Require_Encrypted_Data = !* means nobody is required to encrypt the data they are sending and receiving.

So i think most users can use
Require_Encrypted_Auth = *
Require_Encrypted_Data = !*

Everyone need secure login (SSL), data encryption is not needed in above situation.

look there, try reading in the knowledgbase and documentation about ssl
Coffee is offline   Reply With Quote