Removed auth null from list of available authentication types in the AlfrescoRpcAuthenticator.

Allow null RPC request to run without needing an authenticated session. Fix for AR-1605.

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@6266 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Gary Spencer
2007-07-16 14:55:44 +00:00
parent 72cdb81f47
commit 5ade7cb377
2 changed files with 43 additions and 20 deletions

View File

@@ -55,7 +55,7 @@ public class AlfrescoRpcAuthenticator implements RpcAuthenticator {
// Authentication types aupported by this implementation
private int[] _authTypes = { AuthType.Null, AuthType.Unix };
private int[] _authTypes = { AuthType.Unix };
// UID/GID to username conversions