23 May 2013

The Ruby Reflector

Topic

Lightweight Directory Access Protocol

  Source Favicon
By Leigh Shevchik of New Relic 3 months ago.
Email

OneLogin together to easily connect your internal Active Directory or LDAP Server to New Relic and grant and revoke New Relic access in real time based on directory groups.

The post 10 Signs Your IT Department Needs an Identity and Access Management System appeared first on New Relic blog .

newrelic.com Read
  Source Favicon
Email

Authentificating against LDAP server is not much more complicated, once you have LDAP running, just replace

pam_unix to pam_ldap in /etc/pam.d/mysqld

This was just an example, but to show a Percona Server's feature: a complex authentication which satisfies Enterprise-grade security requirements.

The post Using a smartphone for two-factor authentication with Percona Server appeared first on MySQL Performance Blog .

mysqlperformanceblog.com Read
  Source Favicon
By Leigh Shevchik of New Relic 3 months ago.
Email

…cloud-based identity and access management service. Connect your internal Active Directory or LDAP server to New Relic, enjoy Single Sign On at the office or on the go and enforce multi-factor authentication.

OpsGenie

OpsGenie provides SaaS-based alert notifications and mobile response capabilities. Extend New Relic alerting capabilities and be notified of New Relic alerts using OpsGenie apps for iPhone, iPad, Android, and other mobile devices. Configure New Relic…

newrelic.com Read
  Source Favicon
Email

…to MySQL), RabbitMQ, regex policy, logging to syslog, authentication via LDAP. This shows that major pieces of functionality can be implemented in relatively small amounts of code.

Installing Drizzle 7.1.33-stable

The source tar package is available from the Drizzle Launchpad download area . Please see the Drizzle manual on how to install Drizzle 7.1.33-stable from source tar package.

The Ubuntu packages are available from the Drizzle PPA . Instructions …

mysqlperformanceblog.com Read
  Source Favicon
By Nikos Dimitrakopoulos of Nikos D. 1 year ago.
Email

Redmine 1.4 is just around the block and it comes with some features that go back to 2008 (yes, that's almost 4 years ago). Here are the most notable ones :

Multiple SCM per project

Multi select custom fields

Ruby 1.9 support + Bundler

Smaller nice additions :

Manually add related revisions

Add non-members to watchers list

Plus if you are using the LDAP authentication module :

LDAP filters

Bind with user authentication

blog.nikosd.com Read
  Source Favicon
Email

thoughtbot/ldap-activerecord-gateway is an implementation of an LDAP server which uses ActiveRecord as a data store. People may be using it: there are 42 watchers.

Deprecations

Some of our projects have been replaced by better libraries or their functionality was added by Rails. We're deprecating them, which entails this announcement, updating the READMEs, and turning off Github Issues and Wikis for these projects.

thoughtbot/what provided boolean query methods …

robots.thoughtbot.com Read
  Source Favicon
By Ping Yu of Intridea - Company Blog over 2 years ago.
Email

…examination at the ruby-net-ldap reveals that the gem has implemented the full LDAP stack in Ruby even though it does not support SASL binding. The gem utilizes Ruby TCPSocket class to communicate with the LDAP server, and provides LDAP packet parser and constructor. ruby-net-ldap has recently been upgraded to net-ldap , which provides a framework for SASL binding.

Clearly, net-ldap is the only option for the SASL/ DIGEST-MD5 implementation. …

intridea.com Read
  Source Favicon
By Michael Bleigh of Intridea - Company Blog over 2 years ago.
Email

LDAP

A Breath of Fresh Auth

OmniAuth has been my worst-kept secret library for some time now. I've been using it as the go-to authentication strategy for new projects big and small for the last few months, and it feels really refreshing to have so much control over authentication without losing the drop-in ease of use. If you need external authentication but have found existing solutions to lack flexibility, please take a look!

OmniAuth is on GitHub with a growing set …

intridea.com Read
  Source Favicon
By Igor Minar of Igor Minar's Blog almost 3 years ago.
Email

atlassian-user.xml - used to configure user provisioning, e.g. LDAP. For more info read the docs .

confluence-init.properties - this file allows you to specify the path to Confluence Home directory. There is a better way to set this; see the JVM Options section below.

log4j.properties - modify logging preferences, this can also be done via the UI, but AFAIK the changes are not preserved after restart or upgrade.

seraph-config.xml - controls authentication framework. You'll …

blog.igorminar.com Read
  Source Favicon
By Nathaniel Bibler of Envy Labs 3 years ago.
Email

…grotesque, take your pick] solutions out there for "the enterprise." The primary options being LDAP and RADIUS. For Envy Labs, we're not quite big enough - or self-loathing enough - to add that complexity to our everyday workflow. Plus, those solutions introduce a single point of failure, which can immediately and unforgivingly disable all access to all systems without warning.

And really, we love web apps and we really love Ruby; so, why leave them?

A couple of hours …

blog.envylabs.com Read