Hi Cornelius,
The LDAP/OmniAuth was added as a contribution for use at the HITS institute, and as far as I'm aware it wasn't used elsewhere. I've never used it before myself or seen it in action.
I've asked HITS and it seems it is no longer used and the contributor has now left. So I'm afraid I'm not sure if it still works.
However, Alan (in Manchester) has been working on adding support for AAI, which involves incorporating a library (devise) that also provides support for LDAP and other providers.
We will take a closer look and hopefully have more information next week.
thanks,
Stuart.
--
You received this message because you are subscribed to the Google Groups "SEEK Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email to seek-develope...@googlegroups.com.
To view this discussion on the web, visit https://groups.google.com/d/msgid/seek-developers/700f36ee-24f2-43db-ae5f-5911c55bae40%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Seek::Config.default:omniauth_providers, {# # https://github.com/intridea/omniauth-ldap
# :ldap => {
# :title => "organization-ldap", # :host => 'localhost', # :port => 389, # :method => :plain, # :base => 'DC=example,DC=com', # :uid => 'samaccountname', # :password => '', # :bind_dn => '' # } } Sadly although you can alter this file to add in the LDAP values, you cannot do that once your SEEK is installed / running. You will need to change the value with Rails console (as far as I know). We can advise on changing the running value. Alan |
1) Edit the files inside the running docker container
to access the Containr bash, use `docker exec -it -u root CONTAINER_ID bash`
2) Save the running container as an image `docker commit CONTAINER_ID IMAGE_NAME`
3) Login into dockerhub `docker login` (might be only possible if preceeded by `sudo su -`)
4) Tag your image: `docker tag IMAGE_NAME DOCKER_NAME/IMAGE_NAME[:VERSION]`
5) Push the image to dockerhub `docker push DOCKER_NAME/IMAGE_NAME[:VERSION]`
Then you're able to replace "fairdom/seek:version" by "DOCKER_NAME/IMAGE_NAME:version"
I will try and let you know if this solves the problem.
Yes i would be very interested in testing/reviewing this feature.
Regards
Cornelius
Thanks Alan!
Carole
--
You received this message because you are subscribed to the Google Groups "SEEK Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email to
seek-develope...@googlegroups.com.
To view this discussion on the web, visit https://groups.google.com/d/msgid/seek-developers/2797d6c7-46aa-47a4-8863-ecbc4d18acf6%40googlegroups.com.