0

新しく構成した openLDAP サーバーに webseal 固有の ACL を追加しようとしています。

これを行うための「ivrgy_tool」という名前のツールがあることを読みました。LDAP と Webseal は初めてです。コマンドを実行しようとしています

ivrgy_tool -h host=abkale2l -p 389 -D cn=Manager_dn -F add-acls dc=maxcrc

しかし、このコマンドは再びコマンドのマニュアルページを私に与えています

Manipulate Security Access Manager security info in the LDAP server.
usage:
    ivrgy_tool [options] command
options:
    -h host      LDAP server host name (required).
    -p port      LDAP server port number (if not specified, default LDAP port will be used.)
    -D dn        bind dn.
    -w password  bind password.
    -Z           Use SSL.
    -d           Debug (verbose) output.
    -K keyfile   SSL Key Database file.
    -P key_pw    keyfile password.
    -N key_name  private key name to use in keyfile.
    -S name      Security Master Principal Name.  (Default is "sec_master").
    -g name      Daemon type [acld-server or remote-acl-user]
    -s suffix    LDAP suffix under which to create the Management Domain (Default is "").
    -R           Remove from registry for 'uninstall' command (Default is FALSE).
    -v version   Indicates the data model version to use for 'install' command (Default is '6').
    -F           Force addition of ACLs even if domain is not defined on this server
                 (only valid for 'add-acls' command).
    -r rspfile   Fully qualified path and file name of the response file.

command:
    install <domain> <password>
    add-daemon <domain> <daemon> <password>
    del-daemon <domain> <daemon>
    list-daemon <domain>
    check-domain <domain>
    check-bind <dn> <password>
    check-db
    uninstall <domain>
    schema
    add-acls <domain>

どこが間違っているのかわかりません。

どんな助けでも大歓迎です。

4

1 に答える 1

0

問題は... IBM Webseal は Open LDAP をサポートしていません。Javaディレクトリサーバーをインストールし、完全に機能しました。

于 2015-09-27T06:15:30.487 に答える