Hello Lisa,
I have looked through all your postings, but I could not find the version of Tamino which you are using. I see that you are using X-Application 4.1.1, so I suppose that you are also using Tamino 4.1.1 - is that correct?
The reason that this is important to know is that Tamino 4.1.1 can support authentication itself, whereas earlier versions relied on web server authentication.
That said, I will assume that you know your environment and that authentication is [only] being done by the web server. There is probably a section similar to this in your Apache conf/httpd.conf file:
<Location /tamino/test>
AllowOverride AuthConfig
AuthName "Tamino"
AuthType Basic
AuthUserFile "bin/userids"
require valid-user
</Location>
This is what I was using with Apache 1.3 and the Tamino WebDAV Server (running on Tomcat), so your entries will probably be a bit different.
If you find a section like this in the httpd.conf file, I would try commenting it out. It isn’t easy to tell you exactly what you need to do though, as I don’t know exactly what has been done to enable authentication.
There is a good “howto” on this for Apache 1.3:
Authentication, Authorization and Access Control
Once a user has been authenticated, Tamino Security will check if they are authorized to access the resource(s) being requested.
The permissions can be modified in the System Management Hub. Expand the following tree path in the upper left-hand pane:
Hosts → → Tamino → Databases → → Security Manager
You should see the Users, User Groups and Access Control Lists. What you should do next depends upon your overall goal.
If you want to remove all the security constraints from the database, delete all the Users, Groups and ACLs.
If you just want to modify the Access Control on ino:collection, find the Access Control List which defines the access for ino:collection and modify it to meet your needs.
For full details, please see the following chapter in the documentation:
…\Software AG\Tamino\Tamino 4.1.1.1\Documentation\manager\security.htm
I hope that helps,
Trevor.
#webMethods#Tamino#API-Management