Replies: 4 comments 6 replies
|
The problem is in command processor, not in gsec. Try single quotes. |
0 replies
|
According to the documentation even bash doesn't expand globs in quoted parameters and otherwise question mark is not a special symbol. I wonder what command processor is used? |
5 replies
|
Sorry, I was wrong. It is definitely bug in gsec's |
0 replies
|
I will put question in separate thread so it's more visible. Thanks guys for analysing the issue. Is it worth creating a bug for gsec when it's deprecated? I guess it's low priority. Or at least create a bug so it is recorded when someone will be looking for the same issue? |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
I was not able to found in the documentation if it is somehow limited using question mark at the beginning of the password. I found this FAQ and there is written there is no character limitation. FAQ
When I try executing following command:
gsec -user SYSDBA -password "masterkey" -modify SYSDBA -pw "??"The command failed and instead of any error help is shown.
Theoretically if I were successful and then I would try changing it back
gsec -user SYSDBA -password "??" -modify SYSDBA -pw "masterkey"I got "operation already specified.
Not sure if it's not supported or I have to somehow escape it. I didn't find any mention in the documentation.
Note: The problem is only with the question mark at the beginning... -pw "w????" this works fine
All reactions