On Wed, Apr 20, 2011 at 11:46 AM, Greg Logan <[email protected]> wrote:
> >> Username and password for digest auth is in the config.properties > >> file. The demo agent should pick this up and use it automatically; do > >> you have values for pass and user in config.properties > >> under the org.opencastproject.security.digest keys? > > > > There were values for these two entries. > > Are they the same between the server and the core? > > I'll expand on Greg's question a bit. Matterhorn services are protected by spring security, which is configured in security.xml. Some Matterhorn components make digest authenticated HTTP calls to other servers, and do this using a configured username and password. So the user/pass on the client side of this exchange (the credentials in config.properties) must match a user/pass on the server side (configured in security.xml). Josh
_______________________________________________ Matterhorn-users mailing list [email protected] http://lists.opencastproject.org/mailman/listinfo/matterhorn-users
