# -*- encoding: utf-8 -*- # stub: activesambaldap 0.0.2 ruby lib Gem::Specification.new do |s| s.name = "activesambaldap".freeze s.version = "0.0.2".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Kouhei Sutou".freeze] s.date = "2007-01-29" s.description = "ActiveSambaLdap provides object-oriented API to manipulate LDAP entry for Samba. ActiveSambaLdap also provides command-line tools to replace smbldap-tools written by Perl.".freeze s.email = "kou@cozmixng.org".freeze s.executables = ["asl-groupadd".freeze, "asl-groupdel".freeze, "asl-groupmod".freeze, "asl-groupshow".freeze, "asl-passwd".freeze, "asl-populate".freeze, "asl-purge".freeze, "asl-samba-computeradd".freeze, "asl-samba-groupadd".freeze, "asl-samba-groupdel".freeze, "asl-samba-groupmod".freeze, "asl-samba-useradd".freeze, "asl-samba-userdel".freeze, "asl-samba-usermod".freeze, "asl-useradd".freeze, "asl-userdel".freeze, "asl-usermod".freeze, "asl-usershow".freeze] s.files = ["NEWS.en".freeze, "NEWS.ja".freeze, "README.en".freeze, "README.ja".freeze, "Rakefile".freeze, "bin/asl-groupadd".freeze, "bin/asl-groupdel".freeze, "bin/asl-groupmod".freeze, "bin/asl-groupshow".freeze, "bin/asl-passwd".freeze, "bin/asl-populate".freeze, "bin/asl-purge".freeze, "bin/asl-samba-computeradd".freeze, "bin/asl-samba-groupadd".freeze, "bin/asl-samba-groupdel".freeze, "bin/asl-samba-groupmod".freeze, "bin/asl-samba-useradd".freeze, "bin/asl-samba-userdel".freeze, "bin/asl-samba-usermod".freeze, "bin/asl-useradd".freeze, "bin/asl-userdel".freeze, "bin/asl-usermod".freeze, "bin/asl-usershow".freeze, "lib/active_samba_ldap.rb".freeze, "lib/active_samba_ldap/account.rb".freeze, "lib/active_samba_ldap/base.rb".freeze, "lib/active_samba_ldap/command.rb".freeze, "lib/active_samba_ldap/computer.rb".freeze, "lib/active_samba_ldap/computer_account.rb".freeze, "lib/active_samba_ldap/configuration.rb".freeze, "lib/active_samba_ldap/configuration_files".freeze, "lib/active_samba_ldap/dc.rb".freeze, "lib/active_samba_ldap/entry.rb".freeze, "lib/active_samba_ldap/group.rb".freeze, "lib/active_samba_ldap/idmap.rb".freeze, "lib/active_samba_ldap/ou.rb".freeze, "lib/active_samba_ldap/populate.rb".freeze, "lib/active_samba_ldap/reloadable.rb".freeze, "lib/active_samba_ldap/samba_account.rb".freeze, "lib/active_samba_ldap/samba_computer.rb".freeze, "lib/active_samba_ldap/samba_group.rb".freeze, "lib/active_samba_ldap/samba_user.rb".freeze, "lib/active_samba_ldap/unix_id_pool.rb".freeze, "lib/active_samba_ldap/user.rb".freeze, "lib/active_samba_ldap/user_account.rb".freeze, "lib/active_samba_ldap/version.rb".freeze, "lib/samba/encrypt.rb".freeze, "misc/rd2html.rb".freeze, "rails/plugin/active_samba_ldap/README".freeze, "rails/plugin/active_samba_ldap/generators/scaffold_asl/scaffold_asl_generator.rb".freeze, "rails/plugin/active_samba_ldap/generators/scaffold_asl/templates/computer.rb".freeze, "rails/plugin/active_samba_ldap/generators/scaffold_asl/templates/dc.rb".freeze, "rails/plugin/active_samba_ldap/generators/scaffold_asl/templates/group.rb".freeze, "rails/plugin/active_samba_ldap/generators/scaffold_asl/templates/idmap.rb".freeze, "rails/plugin/active_samba_ldap/generators/scaffold_asl/templates/ldap.yml".freeze, "rails/plugin/active_samba_ldap/generators/scaffold_asl/templates/ou.rb".freeze, "rails/plugin/active_samba_ldap/generators/scaffold_asl/templates/samba_controller.rb".freeze, "rails/plugin/active_samba_ldap/generators/scaffold_asl/templates/samba_helper.rb".freeze, "rails/plugin/active_samba_ldap/generators/scaffold_asl/templates/samba_index.rhtml".freeze, "rails/plugin/active_samba_ldap/generators/scaffold_asl/templates/samba_populate.rhtml".freeze, "rails/plugin/active_samba_ldap/generators/scaffold_asl/templates/samba_purge.rhtml".freeze, "rails/plugin/active_samba_ldap/generators/scaffold_asl/templates/unix_id_pool.rb".freeze, "rails/plugin/active_samba_ldap/generators/scaffold_asl/templates/user.rb".freeze, "rails/plugin/active_samba_ldap/init.rb".freeze, "setup.rb".freeze, "test/asl-test-utils.rb".freeze, "test/command.rb".freeze, "test/config.yaml.sample".freeze, "test/run-test.rb".freeze, "test/test-unit-ext.rb".freeze, "test/test-unit-ext/always-show-result.rb".freeze, "test/test-unit-ext/priority.rb".freeze, "test/test_asl_groupadd.rb".freeze, "test/test_asl_groupdel.rb".freeze, "test/test_asl_groupmod.rb".freeze, "test/test_asl_groupshow.rb".freeze, "test/test_asl_passwd.rb".freeze, "test/test_asl_populate.rb".freeze, "test/test_asl_purge.rb".freeze, "test/test_asl_useradd.rb".freeze, "test/test_asl_userdel.rb".freeze, "test/test_asl_usermod.rb".freeze, "test/test_asl_usershow.rb".freeze, "test/test_group.rb".freeze, "test/test_password.rb".freeze, "test/test_samba_encrypt.rb".freeze, "test/test_user_home_directory.rb".freeze] s.homepage = "http://asl.rubyforge.org/".freeze s.required_ruby_version = Gem::Requirement.new("> 0.0.0".freeze) s.rubygems_version = "3.5.10".freeze s.summary = "ActiveSambaLdap is a library and a management tool for Samba + LDAP environment.".freeze s.test_files = ["test/test_asl_usershow.rb".freeze, "test/test_asl_groupdel.rb".freeze, "test/test_asl_useradd.rb".freeze, "test/test_samba_encrypt.rb".freeze, "test/test_asl_populate.rb".freeze, "test/test_asl_groupmod.rb".freeze, "test/test_asl_groupshow.rb".freeze, "test/test_password.rb".freeze, "test/test_asl_passwd.rb".freeze, "test/test_asl_userdel.rb".freeze, "test/test_asl_groupadd.rb".freeze, "test/test_asl_usermod.rb".freeze, "test/test_asl_purge.rb".freeze, "test/test_group.rb".freeze, "test/test_user_home_directory.rb".freeze] s.specification_version = 1 s.add_runtime_dependency(%q.freeze, [">= 0.8.0".freeze]) s.add_runtime_dependency(%q.freeze, [">= 1.1.7".freeze]) end