最近、Alfresco Community Edition インスタンス (5.1 を実行) で LDAP 同期を有効にしました。
ログを確認したところ、同期は正常に機能しているようです。私のテストでは、OpenLDAP を実行するインスタンスをセットアップしました。
2016-10-20 20:22:39,925 INFO [security.sync.ChainingUserRegistrySynchronizer] [localhost-startStop-1] Synchronization,Category=directory,id1=ldap1,id2=6 User Creation and Association: Commencing batch of 0 entries
2016-10-20 20:22:39,925 INFO [security.sync.ChainingUserRegistrySynchronizer] [localhost-startStop-1] Synchronization,Category=directory,id1=ldap1,id2=6 User Creation and Association: Completed batch of 0 entries
2016-10-20 20:22:39,960 INFO [security.sync.ChainingUserRegistrySynchronizer] [localhost-startStop-1] Finished synchronizing users and groups with user registry 'ldap1'
以前の実行が正常に同期されたため、上にゼロが表示されています。postgresデータベースをチェックすることでこれを確認することもできました
COPY alf_authority (id, version, authority, crc) FROM stdin;
12 0 testuser1 1280826318
13 0 testuser2 2382010757
testuser1 と testuser2 は、LDAP に追加したものです。
ただし、管理ツール (http://localhost:8080/share/page/console/admin-console/users
私のインスタンス) の下に追加されたユーザーを確認すると、これらのユーザーは表示されません。
多くのリンクやフォーラムを見てきましたが、これについては議論されていないようです。不足しているものはありますか?