Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - rjrussel

Pages: 1 2 3 4 [5] 6 7 8 9 10
61
MP Server / Re: Unable to contact LDAP server through arslsync
« on: October 14, 2021, 03:15:56 PM »
See the following document:

https://www.ibm.com/docs/en/cmofm/10.1.0?topic=processes-sample-ldap-configurations

The bindDN and bindDN password need to be in the stash file.

And since you are using AD you should set ARS_LDAP_ALLOW_ANONYMOUS=false

AD doesn't support anonymous bind.

Thanks

RR

62
OD/WEK & JAVA API / Re: Implementing RESTful services on z/OS
« on: October 12, 2021, 07:58:33 AM »
If you're talk about zLinux, that would be fine. For running the REST Services on Z/OS that would be a new requirement.

Thanks,

RR

63
OD/WEK & JAVA API / Re: Connection between ODWEK and Library Server.
« on: September 02, 2021, 03:59:12 PM »
Well you could use SSL to connect from ODWEK to CMOD Server if you're aren't already. You are correct though, it is TCP/IP. I would add, there may be many definitions of "secure". Keep in mind, you are typically talking about a connection from two internal servers, not WEB facing environments. In addition, you can lock down this down in other ways as well. For example, only opening specific ports through a firewall.

The point is, there is lot more to consider then just how ODWEK communicates with the CMOD server.

-RR

64
MP Server / Re: arssockd not starting on New RHEL Server
« on: August 27, 2021, 10:17:47 AM »
Edit the arslog script (opt/ibm/ondemand/v10.5/bin directory) add something like

echo $@ >> /tmp/arslog.out

This should pass the startup error to the file /tmp/arslog.out


That should give you the info to solve the problem.

Note: I am doing this from memory but I think the syntax is correct.

-RR

65
Content Navigator / Re: CMOD Embedded SSO via ICN SAML Token
« on: July 30, 2021, 07:56:29 AM »
My recommendation is to open a case with WebSphere. Sounds like something isn't working/configured properly on the WAS side.

66
MP Server / Re: Errors encountered during migration from CMOD 8.5.0.6
« on: July 28, 2021, 02:09:25 PM »
That's a lot of threads. Doesn't sound like a very good approach but being this far out of support this may be your only option. Scale down the threads and see what happens.

67
MP Server / Re: Configure 2 AD servers for authentication in LDAP
« on: June 03, 2021, 11:17:41 AM »
Can you tell me more about the two LDAP servers? Are they identical in terms of users? Is the goal to implement some sort of HA?

Thanks,
Rob

68
MP Server / Re: ARSUSEC password requirements
« on: May 24, 2021, 01:47:17 PM »
As Justin said, you definitely should consider LDAP for authentication. Having a single place to handle password requirements is far more ideal than at the application layer.  You do not want to be updating every application when your password requirements change.

-RR


69
MP Server / Re: LDAP SYNC
« on: March 11, 2021, 09:15:31 AM »
I should have asked what ldap server you are using because it could change how the filter is defined and maybe even if its possible.

70
MP Server / Re: LDAP SYNC
« on: March 09, 2021, 05:27:17 PM »
Going to need more information on this one. Do you have an ldap administrator? Building ldap filters (searches) can be tricky if you're not familiar with the syntax. It may also just be that you'll have to make some changes on the ldap side.

Can you give me an example of some users you are trying to import from this different ou's?

-Rob

71
it's unique. The short answer to the last questions is you can't generate it for historical data without reloading that data.

72
Windows Client / Re: edit of CPDEF.FNT and CSDEF.FNT not possible
« on: March 02, 2021, 06:48:58 AM »
In windows 10 C:\program files is a protected area.

To easily edit these files, run the text editor of your choice as administrator. To do this, simply right click on the icon that starts your editor and choose "Run as administrator". You will now be able to edit/save the file.

-RR

73
OnDemand now has the ability to create and store a Unique ID with each hit. The is a 36-byte generated and stored at load time. That is what the  original question was referring to.

-Thanks


74
MP Server / Re: arslsync automatic update
« on: February 09, 2021, 10:50:25 AM »
No, it doesn't.

75
MP Server / Re: arslsync automatic update
« on: February 08, 2021, 11:34:52 AM »
That's really up to you and your business needs. You certainly could. However, once a day (off hours) or once a week may make more sense.

-Rob

Pages: 1 2 3 4 [5] 6 7 8 9 10