How to export LDIF with Microsoft LDIFDE

プラットフォームについて: Data Center のみ。 - This article only applies to Atlassian apps on the Data Center プラットフォーム

この KB は Data Center バージョンの製品用に作成されています。Data Center 固有ではない機能の Data Center KB は、製品のサーバー バージョンでも動作する可能性はありますが、テストは行われていません。 Server* 製品のサポートは 2024 年 2 月 15 日に終了しました。Server 製品を実行している場合は、 アトラシアン Server サポート終了 のお知らせにアクセスして、移行オプションを確認してください。

*Fisheye および Crucible は除く

要約

We usually need to request information from the LDAP server exported into an LDIF format in order to troubleshoot the LDAP integration with our applications. We have this page with the instructions of how to do this using Apache Directory Studio which is a free LDAP browser with a graphical interface and provides the functionalites to administer, import and export objects. However in some situations the installation of this software is not authorized and as an alternative we can use Microsoft LDIFDE, which is a native command-line tool that can be used to export LDAP information.

ソリューション

このページの内容はサポート対象外のプラットフォームに関連しています。したがって、アトラシアン サポートではこのページの記載内容のサポートの提供は保証されません。この資料は情報提供のみを目的として提供されています。内容はお客様自身の責任でご利用ください。

  • This is and example of syntax to export an user:

    ldifde -f output_file.ldif -s LDAP_server_name -d "dc=example,dc=com" -p subtree -r "(&(objectCategory=person)(sAMAccountName=user_name))"
  • This is and example of syntax to export a group:

    ldifde -f output_file.ldif -s LDAP_server_name -d "dc=example,dc=com" -p subtree -r "(&(objectCategory=group)(cn=group_name))"

    ℹ️ In order to use this tool, you should be familiar with LDAP search filters.

更新日時: September 25, 2025

さらにヘルプが必要ですか?

アトラシアン コミュニティをご利用ください。