Skip to Content
Menu
Musisz się zarejestrować, aby móc wchodzić w interakcje z tą społecznością.
To pytanie dostało ostrzeżenie
1 Odpowiedz
6201 Widoki

I am using 7.0. My goal is to implement a IP address based authentication so that some users can login through the Internet and the others can only login from the Intranet.

Overriding res.users.check_credentials can plug additional authentication logic. So the only thing leave is how to access HttpRequest object,which contains Client IP address, within check_credentials method.

Can someone please shed some light on this? Thanks!

Awatar
Odrzuć
Najlepsza odpowiedź

I think this is something that shouldn't be managed by OpenERP but by your network infrastructure. For example, you could consider to configure your server to only accept connections from the office LAN and give VPN access to the people who have the right to access it from outside the company. Not only is it much easier to configure (than coding this in OpenERP) but it can also easily extend to any other application in the LAN.

Awatar
Odrzuć
Autor

Thank you Fabrice! This approach is much easier to implement, but customer portal will not work as the service is not public. So I am still finding way to do that. Is it possible to save the IP in context from session?

Powiązane posty Odpowiedzi Widoki Czynność
1
wrz 23
6208
0
paź 20
3512
8
sie 20
8325
5
lut 19
8142
0
lut 18
2640