with Tags:
ldap
X

Maximo and LDAP - Configuration from Start to Finish
Security is more important than ever, and securing applications is a priority to every company. Many clients ask for documentation on configuring Maximo for LDAP authentication. You end up having to review many different articles to address a single topic, so I've decided to lay out a basic LDAP configuration using WebSphere 7 and Maximo 7.5.0.5. This will walk through connecting WebSphere to your domain right down to the synchronization process and hopefully give a more clear understanding of the configuration process. For the purpose of... [More]
Tags:  websphere maximo ldap security vmmsync |
Deploying Maximo Work Centers (LDAP and non-LDAP)
With the release of 7.6.0.8 and allowing work centers to now work with LDAP and security enabled environments, I wanted to make a document that would allow those who are new to the concept of work centers have a good idea of the process, what could go wrong, and step-by-step how to configure the maximo work centers in your current environment. I won't go into what work centers are available, for information on role-based interfaces I would recommend you check out the other documents for the features, looks and functionality of them. Link... [More]
Tags:  work maximo centers ldap deploying |
Change Polling in Maximo with VMMSYNC
I've been working an issue with a colleague recently regarding Change Polling with the VMMSYNC cron task. When using Tivoli Directory Server there is a key step that is missing in current documentation that isn't needed with Active Directory, missing this step will prevent Change Polling from working. Before I go into the the missing piece regarding Tivoli Directory Server, I will explain a bit more what Change Polling does. In Maximo 7.5.0.1 change polling functionality was implemented. When enabled change polling allows the VMMSYNC to... [More]
Tags:  polling ldap vmmsync ldapsync change smartcloud incremental maximo smartcloud-control-desk change+polling security |
Maximo Everyplace and LDAP - Accessing your mobile applications.
Maximo Everyplace is a product in IBM's Mobile Portfolio for Maximo Asset Management. This is not a stand a lone solution like you may have previously used or are using such as Maximo Mobile or Maximo Anywhere. It is a solution that allows you to view core Maximo applications from your mobile device, by giving you the ability to create scaled down applications via the Application Designer and format your start center portlets for easy reading. Also this is now included in Maixmo 7.6 out of the box! So you will likely notice when first... [More]
Tags:  mobile ldap maximo everyplace #supmax |
Filtering TDS users into Maximo based on membership attributes, what options do you have?
A day doesn't go by where I'm not dealing with some LDAP related issue or configuration, whether it be simple file modification, general configuration or complex filtering. When dealing with these issues I try to document my findings and procedures with as much detail as possible. Recently I've been working on methods for filtering user records from Tivoli Directory Server and the options we have available. Looking online there is very little information around this topic, so hopefully this blog will help enlighten... [More]
Tags:  directory server tivoli maximo ldap security groups tds vmmsync websphere |
Using VMMSYNC to bring in custom attributes from Active Directory.
When using VMMSYNC to synchronize user and person records, out of the box you are limited to the attributes that exist as part of the PersonAccount Entity in WebSphere and what exists in the User and Group mappings on the Crontask. This doesn't always fulfill the requirements of the end user who needs to bring more information in from other attributes that exist on a user record in the Active Directory domain. In this post I will outline the process of adding a field to Maximo and then synchronizing data from the directory server into... [More]
Tags:  7.5 maximo ldap vmmsync |
Maximo Anywhere and LDAP
I took a bit of a hiatus from blogging during the month of February being out for a large portion of it at the IBM Interconnect Conference. But I'm back in the full swing of things now and want to share a bit of knowledge on Authenticating to your LDAP secured Maximo environment. This may be common knowledge to some as it is documented by other means. However for those who haven't ventured into configuring Maximo Anywhere to authenticate with LDAP, you need not worry as there isn't much to it! To get started we have one prerequisite... [More]
Tags:  ldap anywhere security maximo maximo+anywhere authentication maximo+7.5 |
Configuring LDAP Federated Repository for TPAE Maximo
Introduction The objective of this post is provide a definitive view of how configuring Maximo authentication using WebSphere and a LDAP Federated Repository. During the reading, it will be possible to understand some definitions and get tips to take the best of this capability. This example uses the Federate Repository functionality of WAS, which means, allow one-to-many authentication sources be used as a single view from the application perspective. It is worth considering this approach due its easy configuration and ability to expand to... [More]
Tags:  security websphere maximo tivoli ldap |
Maximo and LDAP : Repository performance and user synchronization
It's been awhile since my last blog post and even longer since the last one I did regarding LDAP security. Recently I've had a couple users come to me and ask why it takes time for changes made to the directory to show up in WebSphere. For example: If I move my user 'cn=updateuser, ou=maximo users, ou=swg, dc=mxeam13, dc=torolab, dc=ibm, dc=com' to another organization unit such as 'cn=updateuser, ou=support, ou=swg, dc=mxeam13, dc=torolab, dc=ibm, dc=com' . You won't see this change... [More]
Tags:  performance maximo+7.6 security synchronize maximo maximo+7.5 websphere ldap federated+repositories |
Connecting to Maximo with a Proxy, are users being signed out immediately?
I was recently working an issue where a reverse proxy was configured with Maximo using IBM Edge. After the proxy was configured all users logging into Maximo via the proxy were being automatically redirected to the sign-out page (exit.jsp). I ran several tests, including logging in with the same users via the IHS and the Web Container port directly. The users could log in fine this way, so the problem appeared by be directly related to the proxy. Maximo has a table called LOGINBLOCK , this table contains IP addresses that have been... [More]
Tags:  maximo7.5 websphere security users maximo proxy maximo_asset_management mxe.sec.ipblock ldap login edge |
Maximo and LDAP - Switch it up, filter in WebSphere.
So you've configured or are configuring Maximo to authenticate with a directory server. You've set the base entries to determine which Organizational Unit's you will be bringing into your repository and you realize; you don't want all the users in each of the OU's to have the option to authenticate (in all authenticated mapping), you don't want to configure base entries for many different OU's bringing in users you don't need to exist in the repository, you may just want users from a specific group be brought in... [More]
Tags:  security vmmsync repository maximo+7.5 users maximo filters federated ldap websphere |
VMMSYNC workings and how to look at debug logs.
QUICK OVERVIEW ......... If you know how it works and just want to look at logging, look below for 'Basic Debugging' VMMSYNC is a crontask provided within Maximo products. As with all crontasks it can be set to run at regular intervals. The crontask makes contact with a component of WebSphere called VMM (Virtual Member Manager) via API calls. The calls will be actioned against a federated repository and will request information on users, groups and group assignments from within the federated repository. The... [More]
Tags:  leftwich manager groups tivoli synchronise websphere vmm tds virtual david member maximo vmmsync msad ldap csi users synchronize cloud |
Maximo LDAP - VMMSYNC Filtering and Configuration
There is a lot of confusion and misunderstanding when it comes to LDAP, and about what is and what isn't possible. I want to take some time to discuss the possibilities for Maximo with LDAP, as well as go over the considerations and configuration of setting up VMMSYNC. There will be a second blog to follow with a similar take for LDAPSYNC. Here I want to focus on VMMSYNC. The goal is for this to be a comprehensive guide for VMMSYNC. I will be starting with the basics then going into more details going along. Topics to be discussed: Overview... [More]
Tags:  vmmsync security maximo ldap filter |
Unable to Log In to Maximo Application in Specific Server(s)
Hello everyone! Here's another blog describing a specific scenario and issue that might come useful to anyone who might have a similar setup as described below. ENVIRONMENT BACKGROUND To give you an idea of the environment I am talking about in this blog, It has 2 Maximo JVMs running on WebSphere Application Server. -MXUI (assigned to port 9080) -MXUI2 (assigned to port 9081) The MXUI server is dedicated for the Maximo U. The MXUI2 is being shared for the Maximo User Interface and an enterprise application that uses Web... [More]
Tags:  maximo unable maximouiweb web.xml login ldap icd meaweb |
Updating User Status from Active Directory to Maximo using LDAP.
Overview I see a lot of clients who are always asking for updating user status based on their status in Active Directory (AD). While this functionality does not come with base Maximo, it can be accomplished by using a method that involves adding a custom (meaning not in Maximo by default) attribute to Maximo that pulls the status directly from the field in AD that tracks user status. After adding the attribute to Maximo, we can pull the data from AD via the VMMSYNC or LDAPSYNC, and then once we have the information, we can use an escalation to... [More]
Tags:  ldap tpaeldap tpae changeuserstatus #maxsup |