[
https://issues.apache.org/jira/browse/DERBY-5744?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Rick Hillegas updated DERBY-5744:
---------------------------------
Attachment: 5744.sql
Thanks for logging this issue, Dag. Attaching 5744.sql, which demonstrates a
related problem for BUILTIN authentication: you can create BUILTIN users whose
names are too long to be used by Derby authentication. The other Derby
authentication schemes suffer similar problems, I'm sure.
> Native user authentication: syscs_util.syscs_create_user allows too long user
> names
> -----------------------------------------------------------------------------------
>
> Key: DERBY-5744
> URL: https://issues.apache.org/jira/browse/DERBY-5744
> Project: Derby
> Issue Type: Bug
> Components: Services
> Affects Versions: 10.9.0.0
> Reporter: Dag H. Wanvik
> Attachments: 5744.sql, TestMaxUserIdSize.java
>
>
> Derby has a limit on the length of the user ids of 30, cf Limits.java:
> DB2_MAX_USERID_LENGTH.
> However, the new SYSCS_UTIL.SYSCS_CREATE_USER accepts user ids that are
> longer. Unfortunately, they cannot be used for authentication.
> Cf repro attached.
--
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