Expand my Community achievements bar.

Submissions are now open for the 2026 Adobe Experience Maker Awards.

Mark Solution

This conversation has been locked due to inactivity. Please create a new post.

SOLVED

aem ldap login validation

Avatar

Level 1

how can i give access to a specific group of users created on ldap when he enters his ldap id and pwd on a login page

1 Accepted Solution

Avatar

Correct answer by
Employee

You should rely on Default sync handler so that users who try the ldap login, should atleast have to move around  in AEM after login.

To give a specific set of users, Don't really there is anything OOTB but a custom sync handler with extra capability can be written here.

View solution in original post

2 Replies

Avatar

Level 10

We have an older community article that shows working with LDAP and AEM. See: Adobe Experience Manager Help | Configuring Adobe Experience Manager 6 to use Apache Directory Servi...

Avatar

Correct answer by
Employee

You should rely on Default sync handler so that users who try the ldap login, should atleast have to move around  in AEM after login.

To give a specific set of users, Don't really there is anything OOTB but a custom sync handler with extra capability can be written here.