問題タブ [directorysearcher]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
c# - LDAP - MemberOf フィルターでのワイルドカードの使用
特定のカテゴリからすべてのユーザーとそのグループを取得する必要があります。
ユーザーの例:
memberof含まれるすべてのユーザーを取得する必要がありますOU=Groupes,OU=CR 1,DC=zcam,DC=ztech(私の例ではuser1とuser2)
このドキュメント(https://docs.microsoft.com/fr-fr/windows/desktop/ADSI/search-filter-syntax)に従って、次の構文を試しました:
これに続いて ( https://community.servicenow.com/community?id=community_question&sys_id=00d29fa1db101fc01dcaf3231f96197f* ) ワイルドカードを a で変更しようとしました%が、結果は変わりませんでした。