我想基於我使用Liferay框架從LDAP獲得的用戶配置文件將用戶添加到liferay中創建的組中。使用Liferay基於LDAP中的用戶配置文件向用戶組添加用戶
例如:
If userX logging into liferay and if abc attribute set to Y i need to add him to UserGroup abc created in Liferay.
If userY logged into liferay and if pqr attribute set to Y i need to add him to UserGroup pqr created in Liferay.
to implement this feature what changes i need to do in liferay (i am using liferay 6.0.5) ?