Following are some of the properties you can modify. For a complete list,
consult the default properties file in Redback's svn repo:
- {{{http://svn.codehaus.org/redback/redback/trunk/redback-configuration/src/main/resources/org/codehaus/plexus/redback/config-defaults.properties}
+ {{{http://svn.apache.org/repos/asf/archiva/redback/redback-core/trunk/redback-configuration/src/main/resources/org/apache/archiva/redback/config-defaults.properties}
config-defaults.properties}}
+-----+
Understanding Apache Archiva Security Roles
- Archiva uses the {{{http://redback.codehaus.org/} Redback}} security framework for managing repository security. When the server is first started,
+ Archiva uses the {{{http://archiva.apache.org/redback/} Redback}} security framework for managing repository security. When the server is first started,
you will be prompted to create an administration user. This user will be given permission to administer all aspects of the system (as well as
access to all of the repositories). This user can then be used to grant permissions to other users.
Understanding Apache Archiva Security
- Archiva's security is managed by {{{http://redback.codehaus.org/} Redback}}. The following document describes how to configure your
+ Archiva's security is managed by {{{http://archiva.apache.org/redback/} Redback}}. The following document describes how to configure your
repository security:
* {{{./roles.html} Roles in Archiva}}
You can use Redback Rest Services to control user creation/modification and add/remove roles.
- See {{http://redback.codehaus.org/integration/rest.html}}
+ See {{http://archiva.apache.org/redback/integration/rest.html}}
* @param completeCallbackFn
*/
loginCall=function(username,password,successCallbackFn, errorCallbackFn, completeCallbackFn) {
- var url = 'restServices/redbackServices/loginService/logIn';//?userName='+username;
- //url += "&password="+password;
+ var url = 'restServices/redbackServices/loginService/logIn';
$.ajax({
url: url,