Sync roles works, sync membership not yet

This commit is contained in:
Lars Kanis
2011-05-18 15:45:08 +02:00
commit d54d82ae95
9 changed files with 373 additions and 0 deletions

6
bin/pg_ldap_sync Executable file
View File

@ -0,0 +1,6 @@
#!/usr/bin/env ruby
require 'rubygems'
require 'pg_ldap_sync/application'
PgLdapSync::Application.run(ARGV)