Hello all,

        I meet some problems about Authentication Provider.


http://opencast.jira.com/wiki/display/MHDOC/Configure+Matterhorn+Security+V1.2
this  document said :


       specifying an administrative username and password in
config.properties:


       org.opencastproject.security.digest.user=matterhorn_system_account
    org.opencastproject.security.digest.pass=CHANGE_ME

       If  I need  to change user name and  password to   aa / 1111111, are
there any other files that I need to change except  config.properties. I
think there may be have another file need to change. In matterhorn 1.1, I
know need to change 2 files like this:

1.In the config.properties file in the matterhorn_home/felix/conf/
directory on the capture agent

org.opencastproject.security.digest.user=matterhorn_system_account
org.opencastproject.security.digest.pass=CHANGE_ME

2. In the security.xml file in the same directory on the server in the xml
tag:

<sec:user name="matterhorn_system_account" password="CHANGE_ME"
authorities="ROLE_ADMIN,ROLE_USER" />



But in matternhorn 1.2, I don't know how to do.   Are there anyone can help
me with this problem?
_______________________________________________
Matterhorn-users mailing list
[email protected]
http://lists.opencastproject.org/mailman/listinfo/matterhorn-users

Reply via email to