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

Knut Anders Hatlen commented on DERBY-5522:
-------------------------------------------

Hi Kim,

I think the user names are stored in upper case internally, and the call to 
SYSCS_CREATE_USER needs to be passed 'MARY' instead of 'mary' to match the user 
name of the DBO. Alternatively, the user attribute in the connection URL can be 
changed from mary (unquoted) to "mary" (quoted).

We have a wiki page that describes this behaviour: 
http://wiki.apache.org/db-derby/UserIdentifiers (not updated for NATIVE yet).

Confusing? No... ;)
                
> Document the NATIVE authentication scheme.
> ------------------------------------------
>
>                 Key: DERBY-5522
>                 URL: https://issues.apache.org/jira/browse/DERBY-5522
>             Project: Derby
>          Issue Type: Improvement
>          Components: Documentation
>    Affects Versions: 10.9.0.0
>            Reporter: Rick Hillegas
>            Assignee: Kim Haase
>         Attachments: NativeAuthExampleEmbedded.java
>
>
> We should document NATIVE authentication after we have implemented the 
> changes described on DERBY-866. The documentation changes are described by 
> the functional spec UserManagement.html attached to that issue.

--
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