+

Search Tips   |   Advanced Search

(ZOS) Configure to secure LDAP user registry using Resource Access Control Facility based on z/OS

We can secure the application server by configuring Lightweight Access Directory Protocol (LDAP) on z/OS with an existing Resource Access Control Facility (RACF ) back end. This integrates the native z/OS security settings defined in RACF with the WebSphere Application Server security environment.

The following requirements exist when implementing these steps:


Tasks

  1. Click Security > Global security.

  2. Under User account repository, select Standalone LDAP registry and then click Configure.

  3. Under the Type of LDAP server, click Custom.
  4. Complete the fields for our LDAP environment. See Configure LDAP user registries. The users and groups must be in the sub tree of the Base DN.

  5. Make sure that Ignore case for authorization is selected. RACF user names and group names are not case-sensitive.

  6. Click Apply and then click Save.

  7. Under Additional Properties, click Advanced LDAP user registry setting.

  8. Change User filter and Group filter to racfid=%v.

  9. Change User ID map and Group ID Map to *:racfid.

  10. Change Group member ID map to racfconnectgroupname:racfgroupuserids.

  11. Click Apply and click Save.

  12. Assign the administrative role to a user. See Authorizing access to administrative roles for more information.

  13. Restart WAS.

The environment is now protected by LDAP on z/OS with a RACF back end.


Related:

  • Local operating system registries
  • Configure LDAP user registries