On Fri, Jan 11, 2019 at 07:59:47PM +0800, David Ni wrote:
Hi there,
> auth_ldap "Restricted Space";
> auth_ldap_servers bigdataldap;
>
> location / {
>proxy_pass http://datanode02:16010/;
> add_header Set-Cookie
> "myauth=true;Domain=.bddev.test.net;Path=/;Max-Age=31536000";
>
Hi Francis,
Thanks very much for your point!
I have read some info from internet based on your suggestion,for my
understanding:
when I login to one of the server datanode02.bddev.test.net,set cookie like
this:
server {
listen 80;
server_name datanode02.bddev.test.net;
error_log
On Thu, Jan 10, 2019 at 05:14:17PM +0800, David Ni wrote:
Hi there,
> I have one requirement right now,we are using nginx with ldap auth
...
> my requirement is that whether datanode02.bddev.test.net
> datanode03.bddev.test.net
can share cookies between each other,
Read about http cookies,
Hi Experts,
I have one requirement right now,we are using nginx with ldap auth,and I
create many servers like datanode02.bddev.test.net
datanode03.bddev.test.net,so if I access these servers ,we need to input the
correct username and password which stored in ldap,my requirement is that
whe