Explanation | The syntax for defining a user is <user name="..." password="..." />. |
Action | Change the user definition in the configuration. |
Explanation | The syntax for defining a group is <group name="...">. |
Action | Change the group definition in the configuration. |
Explanation | The syntax for defining a member is <member name="...">. |
Action | Change the member definition in the configuration. |
Explanation | No users are defined for the configuration. This might be intentional, but is likely to be a configuration error. |
Action | If required, define at least one user in the configuration. |
Explanation | User names must be unique. |
Action | Define only one user with the specified name. |
Explanation | Group names must be unique. |
Action | Define only one group with the specified name |
Explanation | Groups only support one member entry per user name. |
Action | Define only one member entry for the user in the specified group. |
Explanation | The name specified for the member entry does not match any defined users. |
Action | Check the spelling of the member name and ensure it matches a user defined in the registry. |