kare / ngx_http_auth_crowd_module

Provides Crowd authentication for Nginx
Other
37 stars 16 forks source link

Question #1

Closed saruye closed 11 years ago

saruye commented 11 years ago

Hey, I just found this repository and got really excited. I've been looking for something like this. Followed this for some time: https://jira.atlassian.com/browse/CWD-2754

I am not that familiar with building my own nginx modules so I wanted to make sure I am doing the right think before I do anything stupid ^^ Is the module quite stable? For which version of crowd was it made? If I wanted to add this module I would set my crowd url, user and pw in the gx_http_auth_crowd_module.c file and then compile nginx with configuration you posted?

Sry for opening an issue here. I didn't find another way to contact you and I really would love to get crowd auth working with nginx :) regards arne

kare commented 11 years ago

Hello,

I haven't had much time for this project recently. I think that the code is almost ready for production testing. Having said that: there might some tuning involved, but it should mostly work.

Building Nginx module is pretty straightforward. See README for example. We used the latest stable version for development.

The configuration is also pretty simple and you should get it going.

Cheers, Kare

saruye commented 11 years ago

Hey kare, thanks for your reply!! Building the module worked! I am only having trouble with the configuration. Could you give me a small example how that should look like? What do I use as realm ? Cheers, arne

kare commented 11 years ago

Hello Arne,

I've updated README with instructions.

Cheers, Kare