When Active Directory is integrated using Winbind, group membership for Active Directory users fails with the RSA Authentication Agent for PAM
Originally Published: 2020-01-21
Article Number
Applies To
RSA Product/Service Type: Authentication Agent for PAM
Issue
- The RSA Authentication Agent for PAM is configured to challenge Active Directory users according to their AD group membership on a Linux operating system.
- The agent is integrated with Active Directory using Winbind.
- Winbind fails to retrieve the group membership of AD users and thus, fails to challenge them for SecurID authentication.
Cause
A working configuration looks something like the example below:
[root@rhel7 ~]# getent group ad_group ad_group:x:16777224:user1,user2,user3,user4
A failed configuration returns the ad_group value but not the users, as shown:
[root@rhel7 ~]# getent group ad_group ad_group:x:16777224:
Resolution
- As the root user, open the config file /etc/samba/smb.conf using a text editor.
- Find the section #--authconfig--end-line--.
- Add the line winbind expand groups = 1 above #--authconfig--end-line--:
... winbind expand groups = 1 #--authconfig--end-line--
- Check that the smb.conf file is free of any syntax errors by running the command testparm:
[root@rhel7 ~]# testparm Load smb config files from /etc/samba/smb.conf Processing section "[homes]" Processing section "[printers]" Processing section "[tmp]" Processing section "[html]" Loaded services file OK.
- Restart the winbind service:
[root@rhel7 ~]# service winbind restart
- Test that the change resolved the issue by running getent group <group_name>:
[root@rhel7 ~]# getent group ad_group ad_group:x:16777224:user1,user2,user3,user4
Related Articles
Integrate Citrix NetScaler with RSA Authentication Manager 8.x 179Number of Views RSA PAM Authentication Agent cannot challenge users in Active Directory groups 267Number of Views Modifying Group Membership in an LDAP Directory 5Number of Views CSV Format for User Group Membership Requests Input File 8Number of Views Deploying Integrated Windows Authentication 80Number of Views
Trending Articles
RSA Authentication Manager 8.9 Release Notes (January 2026) RSA announces the availability of the RSA SecurID Hardware Appliance 230 based on the Dell PowerEdge R240 Server How to troubleshoot Oracle database ORA-04030 errors in RSA Identity Governance & Lifecycle RSA Authentication Manager Upgrade Process Microsoft SQL Server Collectors can no longer connect to the SQL Server database after upgrade to Microsoft SQL Server 201…
Don't see what you're looking for?