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

12
Rakefile Normal file
View File

@ -0,0 +1,12 @@
# -*- ruby -*-
require 'rubygems'
require 'hoe'
Hoe.spec 'pg_ldap_sync' do
# developer('FIX', 'FIX@example.com')
# self.rubyforge_name = 'pg_ldap_syncx' # if different than 'pg_ldap_sync'
end
# vim: syntax=ruby