crowd在更改IP后无法登录的问题
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 |
- 发表评论
-
- 最新评论 更多>>