× The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.



Mark,

Thanks for the quick reply.



Please disregard C vs CL comparison statement in the previous email.

The problem seems to be specific with SSL_Init call.

The following code works when called by a user with *ALLOBJ special
authority:

memset((char *)&sslinit2, 0x00, sizeof(sslinit2));

sslinit2.keyringFileName = "/QIBM/USERDATA/ICSS/CERT/SERVER/DEFAULT.KDB";

sslinit2.keyringPassword = NULL;

sslinit2.cipherSuiteList = NULL;

sslinit2.cipherSuiteListLen = 0;

rc = SSL_Init(&sslinit2);



But it doesn't work when a user with no special authority runs the code from
a program set as User = *OWNER.



Thanks

Boris.



From: Mark S Waterbury [mailto:mark.s.waterbury@xxxxxxxxxxxxx]
Sent: Monday, February 10, 2014 1:55 PM
To: bbresc512@xxxxxxxxxx
Subject: Re: [C400-L] Adopted authority [PRIVATE REPLY]
Importance: High



Boris:
>>>---> private reply off-list <---<<<

How do you know that "the C program doesn't get the owner's *ALLOBJ
authority."?

What exactly are you trying to do in this C program that needs this
authority? Can you give an example, or provide some sample code? Perhaps
you can "cut and paste" some code from that C program? -- you can change any
object names etc. in the source code so as not to reveal disclose any
confidential information, etc.)

The more you can tell me about what you are trying to do and why, the better
I may be able to advise you on how to proceed.

Hope that helps,

Mark S. Waterbury

On 2/10/2014 1:38 PM, bbresc512@xxxxxxxxxx wrote:

Is there anything specific to defining a C program adopted authority?
I have a C program with User = *OWNER. A user with no special authority
calls the C program but the C program doesn't get the owner's *ALLOBJ
authority. I have a similar CL program set to the same User = *OWNER and
does get the owner's authority.

Thanks
Boris.





As an Amazon Associate we earn from qualifying purchases.

This thread ...

Follow-Ups:
Replies:

Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].

Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.