crowd在更改IP後無法登入的問題

來源:互聯網
上載者:User

org.codehaus.xfire.fault.XFireFault: Client with address "192.168.1.222", and hostname "192.168.1.222" is forbidden from making requests to the application, crowd.

 


進入crowd庫


mysql> select * from cwd_application_address;

+----------------+-----------------------+-----------------------+---------------------+
| application_id | remote_address        | remote_address_binary | remote_address_mask |
+----------------+-----------------------+-----------------------+---------------------+
|              2 | 127.0.0.1             | fwAAAQ==              |                   0 |
|              2 | 192.168.1.111         | wKgBmw==              |                   0 |
|              2 | localhost             | NULL                  |                   0 |
|              2 | localhost.localdomain | NULL                  |                   0 |
|              3 | 127.0.0.1             | fwAAAQ==              |                   0 |
|              3 | localhost             | NULL                  |                   0 |
|              4 | 127.0.0.1             | fwAAAQ==              |                   0 |
|              4 | localhost             | NULL                  |                   0 |
|              5 | 127.0.0.1             | fwAAAQ==              |                   0 |
|              6 | 127.0.0.1             | fwAAAQ==              |                   0 |
|              7 | 127.0.0.1             | fwAAAQ==              |                   0 |
+----------------+-----------------------+-----------------------+---------------------+
11 rows in set (0.00 sec)

 


將新的IP按下面方式得到一個串,在shell下執行:


# IP=192.168.1.201; printf \\x$(printf "%X %X %X %X" $(echo $IP| tr . ' ')| sed 's/\ /\\x/g')| base64
wKgByQ==

 

mysql> update cwd_application_address set remote_address="192.168.1.222" , remote_address_binary="wKgByQ==" where application_id=2 and remote_address_binary="wKgBmw==";     
Query OK, 1 row affected (0.00 sec)

Rows matched: 1  Changed: 1  Warnings: 0

 


重啟crowd就可以了。


 

相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.