■kinit実行時に「KDC reply did not match expectations~」と表示される。
kinit [email protected]
kinit: KDC reply did not match expectations while getting initial credentials
→ドメイン名を大文字に変えて再度実行したところ、うまくいきました😉
kinit [email protected]
Linux(CentOS)、Windows(サーバー/クライアント)、Yamaha RTX、その他の技術メモ
投稿日:
■kinit実行時に「KDC reply did not match expectations~」と表示される。
kinit [email protected]
kinit: KDC reply did not match expectations while getting initial credentials
→ドメイン名を大文字に変えて再度実行したところ、うまくいきました😉
kinit [email protected]
執筆者:No964ma49
関連記事
photo credit: Niklas via photopin cc ■rsync+sshでリモートのディレクトリを同期 先日、WEBサーバー同士で相互バックアップを設定しました。 rsyncを使 …
PLESKが動作するVPS上でopen_basedirを無効に設定する
photo credit: Scott Beale via photopin cc PLESKでドメイン設定の変更を行ったところ、以下のWarningが記録されるようになった。 PHP Warning …
PostgreSQLのバックアップの際、パスワードを自動入力
■PostgreSQLのバックアップの際、パスワードを自動入力する ユーザーのホームディレクトリに.pgpassを作成し、以下のように記述する localhost:5432:<データベース名&g …
2016/12/30
postfixで特定のトップレベルドメインからのメールを拒否する
2015/09/06
rsync実行中に「cannot allocate memory」エラーが発生