Dag H. Wanvik created DERBY-5742:
------------------------------------
Summary: Native user authentication: improve wording of error
message
Key: DERBY-5742
URL: https://issues.apache.org/jira/browse/DERBY-5742
Project: Derby
Issue Type: Improvement
Components: Services
Affects Versions: 10.9.0.0
Reporter: Dag H. Wanvik
This error message no longer has a correct string: XCY05
(quote from English locale):
Invalid setting of the derby.authentication.provider property. This property
cannot be set to NATIVE::LOCAL unless credentials for the database owner have
been stored in the database using the SYSCS_UTIL.SYSCS_CREATE_USER procedure.
This property should no longer ever need to be set to NATIVE::LOCAL: it is done
automatically when the first user is created via SYSCS_UTIL.SYSCS_CREATE_USER.
The wording should be adjusted. Note: Now, the property should never be set
manually for native authentication via SYSCS_UTIL.SYSCS_SET_DATABASE_PROPERTY,
this is only meaningful for LOCAL credentials db, but this is done
automatically since version 7 of the spec.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira