[ 
https://issues.apache.org/jira/browse/DERBY-5742?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Rick Hillegas updated DERBY-5742:
---------------------------------

    Attachment: derby-5742-01-aa-rewordMessage.diff

Attaching derby-5742-01-aa-rewordMessage.diff. This changes the wording for the 
error condition. Here is the new wording:

"Invalid setting of the derby.authentication.provider property. To enable 
NATIVE authentication, please use the SYSCS_UTIL.SYSCS_CREATE_USER procedure to 
store credentials for the database owner."
                
> 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
>         Attachments: derby-5742-01-aa-rewordMessage.diff, repro2.sh
>
>
> 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

        

Reply via email to