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
|