問題タブ [netldap]
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.
ruby - Ruby から Active Directory OU 内のオブジェクトのリストを照会する方法
Ruby ベースのアプリケーション内から、組織の Active Directory から特定の OU 内のオブジェクトのリストをクエリしようとしています。
提供されている基本的な例から始めて、net/ldap gem ( docs here ) を試してみました。ここに私の編集版があります:
ServerGroups
OUで見つかったオブジェクトのリストを取得していないため、正しいことをしていません。
私は得ています:
誰でも私のエラーを見つけたり、より良い Ruby 関連のソリューションを提案したりできますか?
ありがとう!