Opened 12 years ago
Closed 12 years ago
#3683 closed Enhancement (invalid)
Don't require authorization for clients on the IP whitelist
Reported by: | starmoon | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | None Set |
Component: | Daemon | Version: | 2.11 |
Severity: | Normal | Keywords: | |
Cc: |
Description
IPs listed in whitelist will ignore user/passwd, make it easier for local connections.
IPs outof whitelist, must use user/passwd auth to login.
add another setting variable, so called "rpc-ip-allow", which will instead old "rpc-whitelist".
Change History (4)
comment:1 Changed 12 years ago by charles
- Summary changed from make rpc-whitelist work with rpc-authentication-required to Don't require authorization for clients on the IP whitelist
comment:2 Changed 12 years ago by charles
comment:3 Changed 12 years ago by livings124
Perhaps supporting #3737 will reduce the need for this sort of complication?
comment:4 Changed 12 years ago by charles
- Resolution set to invalid
- Status changed from new to closed
It's not a bad suggestion, but I don't think it's very beneficial, and could also bite people who change one of those settings without thinking. Also, passing your authentication is not all that awful. In most cases your browser will remember it anyway.
Note: See
TracTickets for help on using
tickets.
Is it so difficult for local connections without this?