You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@manifoldcf.apache.org by "Karl Wright (JIRA)" <ji...@apache.org> on 2015/06/28 22:55:04 UTC

[jira] [Created] (CONNECTORS-1217) apilogin isn't stopping users without valid credentials

Karl Wright created CONNECTORS-1217:
---------------------------------------

             Summary: apilogin isn't stopping users without valid credentials
                 Key: CONNECTORS-1217
                 URL: https://issues.apache.org/jira/browse/CONNECTORS-1217
             Project: ManifoldCF
          Issue Type: Bug
          Components: API
    Affects Versions: ManifoldCF 2.1, ManifoldCF 1.9
            Reporter: Karl Wright
            Assignee: Karl Wright
            Priority: Critical


1) Set the api login parameters:

<property name="org.apache.manifoldcf.login.apiname" value="test" />
<property name="org.apache.manifoldcf.login.apipassword" value="test" />

2) Start MCF
3) From script engine directory, run:

{code}
run-script.bat file-crawl-example.mcf <some_directory>
{code}

Output is as follows:

{code}
Login successful
Output connection created (or already exists)
Repository connection created (or already exists)
Job created
The job id is 1435524529516
...
{code}

Clearly the api credentials were not honored.
 




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)