この会話は、活動がないためロックされています。新しい投稿を作成してください。
この会話は、活動がないためロックされています。新しい投稿を作成してください。
Hi,
Could you please tell me process of integrating with multiple LDAP directories? In our case , we have two different domains - each has its own LDAP for user access.
We need to integrate both LDAP directories to AEM. Currently we are using 6.1 version.
Thanks,
Hari
解決済! 解決策の投稿を見る。
表示
返信
いいね!の合計
Hi,
Regarding your 2 LDAP directories: Are there collisions in the usernames, that means that a username appears in directory a AND in directory B? If that's not the case, you can just configure both as recommended by the others; AEM will then query first directory A and in case of a miss directory B.
If this isn't the case and there accounts with the same username in both directory A and B, I don't see any chance to make that work reliably. Because on the AEM side you don't operate with the full full qualified LDAP name, but typically only with the user ID. And if this ID is not unique, you will run into issues.
Jörg
表示
返信
いいね!の合計
Here is a LDAP article that shows how to hook up Apache DS:
https://helpx.adobe.com/experience-manager/using/configuring-aem6-apache-directory-service.html
You can try to hook up multiple services. I personally have never tried more than 1.
表示
返信
いいね!の合計
Hi,
you are talking about publish? And you you want to use a LDAP server depending on what site/domain the user visits?
Jörg
表示
返信
いいね!の合計
Hi hari,
It is possible. https://github.com/Adobe-Marketing-Cloud/aem-ldap-tutorial/blob/master/step-02/tutorial-02-configure...
Thanks,
表示
返信
いいね!の合計
smacdonald2008 wrote...
Here is a LDAP article that shows how to hook up Apache DS:
https://helpx.adobe.com/experience-manager/using/configuring-aem6-apache-directory-service.html
You can try to hook up multiple services. I personally have never tried more than 1.
Thank you for your response. I am looking for possibility of integrating with two different LDAP repositories to AEM as we have requirement to give access to two different domain users who are from two LDAP servers.
表示
返信
いいね!の合計
Hi Jorg,
Thank you for your response.
I am talking about Author access set up. We have users from two different domains. Each domain has its own LDAP repository. So requirement here is to give access to Author for both domain users who are from two LDAP servers.
Thanks
表示
返信
いいね!の合計
Hi,
Regarding your 2 LDAP directories: Are there collisions in the usernames, that means that a username appears in directory a AND in directory B? If that's not the case, you can just configure both as recommended by the others; AEM will then query first directory A and in case of a miss directory B.
If this isn't the case and there accounts with the same username in both directory A and B, I don't see any chance to make that work reliably. Because on the AEM side you don't operate with the full full qualified LDAP name, but typically only with the user ID. And if this ID is not unique, you will run into issues.
Jörg
表示
返信
いいね!の合計
Thanks Jorg ,Thats really helpful.
表示
返信
いいね!の合計