デフォルト MFDS ユーザー、ユーザー グループ、およびリソースの追加

  1. mfds -e コマンドを使用して、ユーザー、グループ、およびリソースの定義を含む LDIF ファイルを作成します。たとえば以下の例では、
    mfds -e "cn=Micro Focus,dc=my-domain,dc=com" "cn=Enterprise Server Users" "cn=Enterprise Server User Groups" "cn=Enterprise Server Resources" 2 "c:\program files\openldap\mfds_users.ldf"
  2. ldapadd を使用して、生成したファイルをインポートします。次に例を示します。
    ldapadd -v -D "cn=Manager,dc=my-domain,dc=com" -w secret -f mfds_users.ldf
  3. ldapsearch を使用してコンテナーの作成を確認します。Micro Focus コンテナーの内容をダンプするには、次のようにします。
    ldapsearch -x -b "dc=my-domain,dc=com" -s sub +