10.3 Linux上でのeDirectoryの無人アンインストール

  1. eDirectoryのインスタンスの削除:

    ndsconfig rm -a <user name> -w passwd -c 
    
  2. eDirectoryの設定解除用自動化スクリプトで次のどちらかを使用します。

    環境変数からパスワードを渡す場合: ndsconfig rm -a <ユーザ名> -w env:<環境変数> -c

    ファイルからパスワードを渡す場合: ndsconfig rm -a <ユーザ名> -w file:<絶対パス/相対パスで指定したファイル名> -c

  3. (オプション)複数インスタンスの場合、インスタンスごとに次のコマンドを実行します。

    ndsconfig rm -a <user name> -w passwd  --config-file <absolute path for configuration file>
    

    次に例を示します。

    ndsconfig rm -a admin.novell -w n -c
    
    ndsconfig rm -a admin.novell -w env:ADM_PASWD -c
    
    ndsconfig rm -a admin.novell -w file:/Builds/88SP8/adm_paswd -c
    
  4. eDirectoryパッケージをアンインストールするには、nds-uninstallスクリプトを実行して、eDirectoryパッケージを削除します。

    nds-uninstall -u