Hi Antonio, On 17.05.19 18:30, Antonio Castillo wrote: > Is there a way to limit the access of an LDAP user to a specific > profile?, maybe based on the group it belongs to?
yes, this can be done using e.g. groups of names. Using e.g. the memberOf/dynamicLists overlay in OpenLDAP you can add virtual attributes for users about their memberships. This can then be used for filtering the users. See the example here: https://www.ldap-account-manager.org/static/doc/manual/ch03s02.html#idm796 This way you can limit login access for a profile to a group membership. Best regards Roland -- LDAP Account Manager https://www.ldap-account-manager.org/ _______________________________________________ Lam-public mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/lam-public
