Hi folks,
I have the following error after cvs update.
Configuration error: The xml path to the access control is missing
(/usr/local/ra//OpenCA/etc/access_control/pub.xml: access_control/acl_config/map_role).
Configuration error: 6293005
I am a little confused about this error, because in the pub.xml I have map_role:
<acl_config>
<acl>no</acl>
<list>/usr/local/ra/OpenCA/etc/rbac/acl.xml</list>
<command_dir>/usr/local/ra//OpenCA/etc/rbac/cmds</command_dir>
<module_id>32</module_id>
<ca_cert>/usr/local/ra//OpenCA/var/crypto/cacerts/cacert.pem</ca_cert>
<map_role>no</map_role>
<map_operations></map_operations>
</acl_config>
I looked in AC.pm:
## should we map the user to a role?
$self->{acl}->{map_role} = $self->{cache}->get_xpath (
FILENAME => $self->{configfile},
XPATH => 'access_control/acl_config/map_role');
if (not $self->{acl}->{map_role}) {
$self->setError (6293005,
$self->{gettext} ("The xml path to the access control is missing (__FILENAME__:
access_control/acl_config/map_role).",
"__FILENAME__", $self->{configfile}));
return undef;
}
Whether or not I remove "map_role" in pub.xml the error remains.
Any hints?
Regards
Michael
--
Dipl.-Inform. Michael Konietzka Schlund + Partner AG
- Development UNIX - Brauerstra�e 48
Webservices D-76135 Karlsuhe
http://www.schlund.de/ Germany
-------------------------------------------------------
This SF.Net email is sponsored by BEA Weblogic Workshop
FREE Java Enterprise J2EE developer tools!
Get your free copy of BEA WebLogic Workshop 8.1 today.
http://ads.osdn.com/?ad_id=5047&alloc_id=10808&op=click
_______________________________________________
Openca-Users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/openca-users