コミュニティアチーブメントバーを展開する。

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

Mark Solution

この会話は、活動がないためロックされています。新しい投稿を作成してください。

解決済み

UUID generated for all users

Avatar

Level 4

Hello Team,

Is the UUID automatically generated for all the users synced from LDAP into AEM ?

1 受け入れられたソリューション

Avatar

正解者
Level 9

vishwanath881 wrote...

Hello Team,

Is the UUID automatically generated for all the users synced from LDAP into AEM ?

 

I guess, UUID gets created whenever jcr node is added. So, it should be the same in case of LDAP as well. If you look at "jcr:uuid" mixin information, it has an attribute "autocreate".

---

Jitendra

元の投稿で解決策を見る

2 返信

Avatar

Level 10

You can configure this value when you configure AEM to use LDAP to import users. See this community article for an example: 

Configuring Adobe Experience Manager 6 to use Apache Directory Service

Hope this helps

Avatar

正解者
Level 9

vishwanath881 wrote...

Hello Team,

Is the UUID automatically generated for all the users synced from LDAP into AEM ?

 

I guess, UUID gets created whenever jcr node is added. So, it should be the same in case of LDAP as well. If you look at "jcr:uuid" mixin information, it has an attribute "autocreate".

---

Jitendra