Skip to content

Instantly share code, notes, and snippets.

View jfryman's full-sized avatar

James Fryman jfryman

View GitHub Profile
@jeffweiss
jeffweiss / eldap.exs
Created November 9, 2015 19:30
sample of using eldap from elixir
:application.ensure_all_started(:ssl)
{:ok, handle} = :eldap.open(['ldap.example.com'], [{:port, 636}, {:ssl, true}])
authenticated =
:ok == :eldap.simple_bind(handle,
'uid=jeff,ou=users,dc=example,dc=com',
'notmyrealpassword')
{:ok, {:eldap_search_result, list_of_entries, _}} =

EDIT: Since this original post, the BikeShed has become a separate entity completely separate from GitHub and any other sponsors. The charter is to continue to provide community support and involvement in technology wherever and whenever we can.

This just also happens to be a co-working space. 😄

In October of 2013, the Nashville team was told that the building where we occupied a co-working space had been sold. Since that time, we have been working to find ourselves a new home. The upside/downside is that Nashville has exploded over the last 3 years, and this effort turned out to be much harder than expected. But, the time has come where we have finally 🚢ed our new space, and we'd love to have you over and see!

Our new office location is at 530 Church St, Suite 400a, Nashville, TN, 37219. 530_church_street__nashville__tn_-_google_search

@jfryman
jfryman / Links.md
Last active August 29, 2015 14:01
Links for OpenSourceDays