[ 
https://issues.apache.org/jira/browse/DERBY-5742?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13268338#comment-13268338
 ] 

Dag H. Wanvik commented on DERBY-5742:
--------------------------------------

Thanks, Rick! The change looks for good for XXCY05.S.3.

> XCY05.S.1: "Invalid setting of the derby.authentication.provider property. 
> NATIVE::LOCAL is the only NATIVE value accepted by 
> derby.authentication.provider."

Well, we never do accept "NATIVE::LOCAL" as an explicitly set value anymore, do 
we? Quoting from the spec 7.0:
"NATIVE::LOCAL - This value is never explicitly set by an application. It is 
ignored if it is set via JVM properties or via derby.properties."

So, I still think the wording is misleading.

                
> 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
>            Assignee: Rick Hillegas
>         Attachments: derby-5742-01-aa-rewordMessage.diff, 
> derby-5742-01-ab-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