activeldap 1.1.0 → 1.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (68) hide show
  1. data/CHANGES +15 -0
  2. data/README +4 -1
  3. data/Rakefile +1 -1
  4. data/TODO +1 -2
  5. data/data/locale/en/LC_MESSAGES/active-ldap.mo +0 -0
  6. data/data/locale/ja/LC_MESSAGES/active-ldap.mo +0 -0
  7. data/examples/al-admin/app/models/user.rb +1 -1
  8. data/examples/al-admin/config/boot.rb +1 -1
  9. data/examples/al-admin/config/environment.rb +1 -15
  10. data/examples/al-admin/config/initializers/session_store.rb +23 -0
  11. data/examples/al-admin/config/session_secret.txt +1 -0
  12. data/examples/al-admin/db/schema.rb +23 -0
  13. data/examples/al-admin/locale/en/LC_MESSAGES/al-admin.mo +0 -0
  14. data/examples/al-admin/locale/ja/LC_MESSAGES/al-admin.mo +0 -0
  15. data/examples/al-admin/locale/nl/LC_MESSAGES/al-admin.mo +0 -0
  16. data/lib/active_ldap.rb +3 -3
  17. data/lib/active_ldap/acts/tree.rb +1 -1
  18. data/lib/active_ldap/adapter/base.rb +9 -1
  19. data/lib/active_ldap/adapter/ldap.rb +7 -1
  20. data/lib/active_ldap/association/belongs_to_many.rb +6 -2
  21. data/lib/active_ldap/association/children.rb +1 -1
  22. data/lib/active_ldap/association/has_many_utils.rb +2 -2
  23. data/lib/active_ldap/association/has_many_wrap.rb +6 -2
  24. data/lib/active_ldap/attributes.rb +5 -1
  25. data/lib/active_ldap/base.rb +133 -59
  26. data/lib/active_ldap/connection.rb +10 -3
  27. data/lib/active_ldap/distinguished_name.rb +33 -1
  28. data/lib/active_ldap/ldif.rb +1 -0
  29. data/lib/active_ldap/operations.rb +33 -14
  30. data/lib/active_ldap/populate.rb +21 -12
  31. data/lib/active_ldap/schema.rb +21 -0
  32. data/lib/active_ldap/validations.rb +49 -4
  33. data/po/active-ldap.pot +4030 -0
  34. data/po/en/active-ldap.po +57 -37
  35. data/po/ja/active-ldap.po +58 -38
  36. data/test-unit/History.txt +1 -1
  37. data/test-unit/Manifest.txt +2 -0
  38. data/test-unit/README.txt +1 -1
  39. data/test-unit/lib/test/unit/assertions.rb +1 -1
  40. data/test-unit/lib/test/unit/autorunner.rb +19 -4
  41. data/test-unit/lib/test/unit/collector/load.rb +3 -1
  42. data/test-unit/lib/test/unit/color-scheme.rb +5 -1
  43. data/test-unit/lib/test/unit/error.rb +7 -5
  44. data/test-unit/lib/test/unit/runner/tap.rb +8 -0
  45. data/test-unit/lib/test/unit/ui/console/testrunner.rb +63 -8
  46. data/test-unit/lib/test/unit/ui/tap/testrunner.rb +92 -0
  47. data/test-unit/test/collector/test-load.rb +1 -5
  48. data/test-unit/test/test-color-scheme.rb +4 -0
  49. data/test/al-test-utils.rb +30 -2
  50. data/test/test_acts_as_tree.rb +6 -3
  51. data/test/test_associations.rb +3 -2
  52. data/test/test_base.rb +104 -5
  53. data/test/test_dn.rb +10 -0
  54. data/test/test_groupls.rb +1 -1
  55. data/test/test_lpasswd.rb +1 -1
  56. data/test/test_reflection.rb +23 -16
  57. data/test/test_schema.rb +33 -1
  58. data/test/test_useradd-binary.rb +1 -1
  59. data/test/test_useradd.rb +1 -1
  60. data/test/test_userdel.rb +1 -1
  61. data/test/test_userls.rb +1 -1
  62. data/test/test_usermod-binary-add-time.rb +1 -1
  63. data/test/test_usermod-binary-add.rb +1 -1
  64. data/test/test_usermod-binary-del.rb +1 -1
  65. data/test/test_usermod-lang-add.rb +1 -1
  66. data/test/test_usermod.rb +1 -1
  67. data/test/test_validation.rb +48 -10
  68. metadata +44 -35
@@ -5,8 +5,8 @@
5
5
  #
6
6
  msgid ""
7
7
  msgstr ""
8
- "Project-Id-Version: Ruby/ActiveLdap 1.0.9\n"
9
- "POT-Creation-Date: 2009-07-09 22:48+0900\n"
8
+ "Project-Id-Version: Ruby/ActiveLdap 1.1.1\n"
9
+ "POT-Creation-Date: 2009-08-04 23:26+0900\n"
10
10
  "PO-Revision-Date: 2009-02-25 08:40+0900\n"
11
11
  "Last-Translator: Kouhei Sutou <kou@cozmixng.org>\n"
12
12
  "Language-Team: English\n"
@@ -771,6 +771,10 @@ msgstr ""
771
771
  msgid "LDAP|Attribute|olcRootPW"
772
772
  msgstr ""
773
773
 
774
+ #: -:-
775
+ msgid "LDAP|Attribute|olcSaslAuxprops"
776
+ msgstr ""
777
+
774
778
  #: -:-
775
779
  msgid "LDAP|Attribute|olcSaslHost"
776
780
  msgstr ""
@@ -887,6 +891,10 @@ msgstr ""
887
891
  msgid "LDAP|Attribute|olcUpdateRef"
888
892
  msgstr ""
889
893
 
894
+ #: -:-
895
+ msgid "LDAP|Attribute|olcWriteTimeout"
896
+ msgstr ""
897
+
890
898
  #: -:-
891
899
  msgid "LDAP|Attribute|oncRpcNumber"
892
900
  msgstr ""
@@ -3432,17 +3440,17 @@ msgstr ""
3432
3440
  msgid "Can't remove required objectClass: %s"
3433
3441
  msgstr ""
3434
3442
 
3435
- #: lib/active_ldap/adapter/jndi.rb:105 lib/active_ldap/adapter/ldap.rb:197
3443
+ #: lib/active_ldap/adapter/jndi.rb:105 lib/active_ldap/adapter/ldap.rb:203
3436
3444
  #: lib/active_ldap/adapter/net_ldap.rb:155
3437
3445
  msgid "%s is not one of the available connect methods: %s"
3438
3446
  msgstr ""
3439
3447
 
3440
- #: lib/active_ldap/adapter/jndi.rb:118 lib/active_ldap/adapter/ldap.rb:210
3448
+ #: lib/active_ldap/adapter/jndi.rb:118 lib/active_ldap/adapter/ldap.rb:216
3441
3449
  #: lib/active_ldap/adapter/net_ldap.rb:168
3442
3450
  msgid "%s is not one of the available LDAP scope: %s"
3443
3451
  msgstr ""
3444
3452
 
3445
- #: lib/active_ldap/adapter/jndi.rb:176 lib/active_ldap/adapter/ldap.rb:274
3453
+ #: lib/active_ldap/adapter/jndi.rb:176 lib/active_ldap/adapter/ldap.rb:280
3446
3454
  #: lib/active_ldap/adapter/net_ldap.rb:290
3447
3455
  msgid "unknown type: %s"
3448
3456
  msgstr ""
@@ -3451,6 +3459,10 @@ msgstr ""
3451
3459
  msgid "No matches: filter: %s: attributes: %s"
3452
3460
  msgstr ""
3453
3461
 
3462
+ #: lib/active_ldap/adapter/ldap.rb:162
3463
+ msgid "modify RDN with new superior"
3464
+ msgstr ""
3465
+
3454
3466
  #: lib/active_ldap/adapter/net_ldap.rb:211
3455
3467
  msgid "unsupported qops: %s"
3456
3468
  msgstr ""
@@ -3553,13 +3565,17 @@ msgstr ""
3553
3565
  msgid "Couldn't find all %s: DNs (%s)"
3554
3566
  msgstr ""
3555
3567
 
3568
+ #: lib/active_ldap/operations.rb:504
3569
+ msgid "Failed to delete LDAP entry: <%s>: %s"
3570
+ msgstr ""
3571
+
3556
3572
  #: lib/active_ldap/associations.rb:68
3557
3573
  msgid ""
3558
3574
  ":foreign_key belongs_to(:many) option is deprecated since 1.1.0. Use :"
3559
3575
  "primary_key instead."
3560
3576
  msgstr ""
3561
3577
 
3562
- #: lib/active_ldap/associations.rb:135
3578
+ #: lib/active_ldap/associations.rb:136
3563
3579
  msgid ""
3564
3580
  ":primary_key and :foreign_key has_many options are inverted their mean since "
3565
3581
  "1.1.0. Please invert them."
@@ -3693,37 +3709,41 @@ msgstr ""
3693
3709
  msgid "%s isn't sub DN of %s"
3694
3710
  msgstr ""
3695
3711
 
3696
- #: lib/active_ldap/validations.rb:85
3712
+ #: lib/active_ldap/validations.rb:97
3697
3713
  msgid "%{fn} is duplicated: %s"
3698
3714
  msgstr ""
3699
3715
 
3700
- #: lib/active_ldap/validations.rb:96
3716
+ #: lib/active_ldap/validations.rb:108
3701
3717
  msgid "%{fn} is invalid: %s"
3702
3718
  msgstr ""
3703
3719
 
3704
- #: lib/active_ldap/validations.rb:100
3720
+ #: lib/active_ldap/validations.rb:112
3705
3721
  msgid "%{fn} isn't set: %s"
3706
3722
  msgstr ""
3707
3723
 
3708
- #: lib/active_ldap/validations.rb:122
3724
+ #: lib/active_ldap/validations.rb:134
3709
3725
  msgid "%{fn} has excluded value: %s"
3710
3726
  msgid_plural "%{fn} has excluded values: %s"
3711
3727
  msgstr[0] ""
3712
3728
  msgstr[1] ""
3713
3729
 
3714
- #: lib/active_ldap/validations.rb:152
3730
+ #: lib/active_ldap/validations.rb:169
3715
3731
  msgid "%{fn} is required attribute by objectClass '%s'"
3716
3732
  msgstr ""
3717
3733
 
3718
- #: lib/active_ldap/validations.rb:154
3734
+ #: lib/active_ldap/validations.rb:171
3719
3735
  msgid "%{fn} is required attribute by objectClass '%s': aliases: %s"
3720
3736
  msgstr ""
3721
3737
 
3722
- #: lib/active_ldap/validations.rb:181
3738
+ #: lib/active_ldap/validations.rb:195
3739
+ msgid "<binary-value>"
3740
+ msgstr ""
3741
+
3742
+ #: lib/active_ldap/validations.rb:203
3723
3743
  msgid "%{fn}(%s) has invalid format: %s: required syntax: %s: %s"
3724
3744
  msgstr ""
3725
3745
 
3726
- #: lib/active_ldap/validations.rb:183
3746
+ #: lib/active_ldap/validations.rb:205
3727
3747
  msgid "%{fn} has invalid format: %s: required syntax: %s: %s"
3728
3748
  msgstr ""
3729
3749
 
@@ -3777,47 +3797,47 @@ msgstr ""
3777
3797
  msgid "%s is unknown attribute"
3778
3798
  msgstr ""
3779
3799
 
3780
- #: lib/active_ldap/base.rb:374
3800
+ #: lib/active_ldap/base.rb:266
3801
+ msgid "not implemented: %s"
3802
+ msgstr ""
3803
+
3804
+ #: lib/active_ldap/base.rb:382
3781
3805
  msgid ""
3782
3806
  "ActiveLdap::Base.establish_connection has been deprecated since 1.1.0. "
3783
3807
  "Please use ActiveLdap::Base.setup_connection instead."
3784
3808
  msgstr ""
3785
3809
 
3786
- #: lib/active_ldap/base.rb:455
3810
+ #: lib/active_ldap/base.rb:463
3787
3811
  msgid "scope '%s' must be a Symbol"
3788
3812
  msgstr ""
3789
3813
 
3790
- #: lib/active_ldap/base.rb:500
3814
+ #: lib/active_ldap/base.rb:514
3791
3815
  msgid "%s doesn't belong in a hierarchy descending from ActiveLdap"
3792
3816
  msgstr ""
3793
3817
 
3794
- #: lib/active_ldap/base.rb:655
3818
+ #: lib/active_ldap/base.rb:669
3795
3819
  msgid ""
3796
3820
  "'%s' must be either nil, DN value as ActiveLdap::DN, String or Array or "
3797
3821
  "attributes as Hash"
3798
3822
  msgstr ""
3799
3823
 
3800
- #: lib/active_ldap/base.rb:770
3801
- msgid "Failed to delete LDAP entry: %s"
3802
- msgstr ""
3803
-
3804
- #: lib/active_ldap/base.rb:789
3824
+ #: lib/active_ldap/base.rb:799
3805
3825
  msgid "entry %s can't be saved"
3806
3826
  msgstr ""
3807
3827
 
3808
- #: lib/active_ldap/base.rb:808 lib/active_ldap/base.rb:819
3828
+ #: lib/active_ldap/base.rb:832 lib/active_ldap/base.rb:843
3809
3829
  msgid "wrong number of arguments (%d for 1)"
3810
3830
  msgstr ""
3811
3831
 
3812
- #: lib/active_ldap/base.rb:940
3832
+ #: lib/active_ldap/base.rb:964
3813
3833
  msgid "Can't find DN '%s' to reload"
3814
3834
  msgstr ""
3815
3835
 
3816
- #: lib/active_ldap/base.rb:1337
3836
+ #: lib/active_ldap/base.rb:1369
3817
3837
  msgid "%s's DN attribute (%s) isn't set"
3818
3838
  msgstr ""
3819
3839
 
3820
- #: lib/active_ldap/attributes.rb:76
3840
+ #: lib/active_ldap/attributes.rb:80
3821
3841
  msgid "The first argument, name, must not be nil. Please report this as a bug!"
3822
3842
  msgstr ""
3823
3843
 
@@ -3843,7 +3863,7 @@ msgid ""
3843
3863
  "Please use ActiveLdap::Connection.setup_connection instead."
3844
3864
  msgstr ""
3845
3865
 
3846
- #: lib/active_ldap/connection.rb:229
3866
+ #: lib/active_ldap/connection.rb:236
3847
3867
  msgid "since 1.1.0. "
3848
3868
  msgstr ""
3849
3869
 
@@ -3937,7 +3957,7 @@ msgstr ""
3937
3957
  msgid "%s has unprintable character: '%s'"
3938
3958
  msgstr ""
3939
3959
 
3940
- #: lib/active_ldap/get_text/parser.rb:94
3960
+ #: lib/active_ldap/get_text/parser.rb:96
3941
3961
  msgid "Ignored '%{file}'. Solve dependencies first."
3942
3962
  msgstr ""
3943
3963
 
@@ -3973,37 +3993,37 @@ msgstr ""
3973
3993
  msgid "(default: %s)"
3974
3994
  msgstr ""
3975
3995
 
3976
- #: benchmark/bench-al.rb:219
3996
+ #: benchmark/bench-al.rb:186
3977
3997
  msgid "Populating..."
3978
3998
  msgstr ""
3979
3999
 
3980
- #: benchmark/bench-al.rb:276
4000
+ #: benchmark/bench-al.rb:243
3981
4001
  msgid "Entries processed by Ruby/ActiveLdap + LDAP: %d"
3982
4002
  msgstr ""
3983
4003
 
3984
- #: benchmark/bench-al.rb:277
4004
+ #: benchmark/bench-al.rb:244
3985
4005
  msgid "Entries processed by Ruby/ActiveLdap + Net::LDAP: %d"
3986
4006
  msgstr ""
3987
4007
 
3988
- #: benchmark/bench-al.rb:279
4008
+ #: benchmark/bench-al.rb:246
3989
4009
  msgid ""
3990
4010
  "Entries processed by Ruby/ActiveLdap + LDAP: (without object creation): %d"
3991
4011
  msgstr ""
3992
4012
 
3993
- #: benchmark/bench-al.rb:282
4013
+ #: benchmark/bench-al.rb:249
3994
4014
  msgid ""
3995
4015
  "Entries processed by Ruby/ActiveLdap + Net::LDAP: (without object creation): "
3996
4016
  "%d"
3997
4017
  msgstr ""
3998
4018
 
3999
- #: benchmark/bench-al.rb:285
4019
+ #: benchmark/bench-al.rb:252
4000
4020
  msgid "Entries processed by Ruby/LDAP: %d"
4001
4021
  msgstr ""
4002
4022
 
4003
- #: benchmark/bench-al.rb:286
4023
+ #: benchmark/bench-al.rb:253
4004
4024
  msgid "Entries processed by Net::LDAP: %d"
4005
4025
  msgstr ""
4006
4026
 
4007
- #: benchmark/bench-al.rb:290
4027
+ #: benchmark/bench-al.rb:257
4008
4028
  msgid "Cleaning..."
4009
4029
  msgstr ""
@@ -5,9 +5,9 @@
5
5
  #
6
6
  msgid ""
7
7
  msgstr ""
8
- "Project-Id-Version: Ruby/ActiveLdap 1.0.9\n"
9
- "POT-Creation-Date: 2009-07-09 22:48+0900\n"
10
- "PO-Revision-Date: 2009-07-09 22:48+0900\n"
8
+ "Project-Id-Version: Ruby/ActiveLdap 1.1.1\n"
9
+ "POT-Creation-Date: 2009-08-04 23:26+0900\n"
10
+ "PO-Revision-Date: 2009-08-04 23:28+0900\n"
11
11
  "Last-Translator: Kouhei Sutou <kou@cozmixng.org>\n"
12
12
  "Language-Team: Japanese\n"
13
13
  "MIME-Version: 1.0\n"
@@ -772,6 +772,10 @@ msgstr "OpenLDAP設定: ルートDSE(olcRootDSE)"
772
772
  msgid "LDAP|Attribute|olcRootPW"
773
773
  msgstr "OpenLDAP設定: ルートパスワード(olcRootPW)"
774
774
 
775
+ #: -:-
776
+ msgid "LDAP|Attribute|olcSaslAuxprops"
777
+ msgstr "OpenLDAP設定: SASL: 補助プロパティ(olcSaslAuxprops)"
778
+
775
779
  #: -:-
776
780
  msgid "LDAP|Attribute|olcSaslHost"
777
781
  msgstr "OpenLDAP設定: SASL: ホスト(olcSaslHost)"
@@ -888,6 +892,10 @@ msgstr "OpenLDAP設定: 更新用DN(olcUpdateDN)"
888
892
  msgid "LDAP|Attribute|olcUpdateRef"
889
893
  msgstr "OpenLDAP設定: 更新要求時の紹介URL(olcUpdateRef)"
890
894
 
895
+ #: -:-
896
+ msgid "LDAP|Attribute|olcWriteTimeout"
897
+ msgstr "OpenLDAP設定: 書き込みタイムアウト(olcWriteTimeout)"
898
+
891
899
  #: -:-
892
900
  msgid "LDAP|Attribute|oncRpcNumber"
893
901
  msgstr "ONC RPC番号(oncRpcNumber)"
@@ -3441,17 +3449,17 @@ msgstr "LDAPサーバが知らないobjectClassです: %s"
3441
3449
  msgid "Can't remove required objectClass: %s"
3442
3450
  msgstr "必須のobjectClassは削除できません: %s"
3443
3451
 
3444
- #: lib/active_ldap/adapter/jndi.rb:105 lib/active_ldap/adapter/ldap.rb:197
3452
+ #: lib/active_ldap/adapter/jndi.rb:105 lib/active_ldap/adapter/ldap.rb:203
3445
3453
  #: lib/active_ldap/adapter/net_ldap.rb:155
3446
3454
  msgid "%s is not one of the available connect methods: %s"
3447
3455
  msgstr "%sは有効な接続方法ではありません: %s"
3448
3456
 
3449
- #: lib/active_ldap/adapter/jndi.rb:118 lib/active_ldap/adapter/ldap.rb:210
3457
+ #: lib/active_ldap/adapter/jndi.rb:118 lib/active_ldap/adapter/ldap.rb:216
3450
3458
  #: lib/active_ldap/adapter/net_ldap.rb:168
3451
3459
  msgid "%s is not one of the available LDAP scope: %s"
3452
3460
  msgstr "%sは有効なLDAPスコープではありません: %s"
3453
3461
 
3454
- #: lib/active_ldap/adapter/jndi.rb:176 lib/active_ldap/adapter/ldap.rb:274
3462
+ #: lib/active_ldap/adapter/jndi.rb:176 lib/active_ldap/adapter/ldap.rb:280
3455
3463
  #: lib/active_ldap/adapter/net_ldap.rb:290
3456
3464
  msgid "unknown type: %s"
3457
3465
  msgstr "未知の種類です: %s"
@@ -3460,6 +3468,10 @@ msgstr "未知の種類です: %s"
3460
3468
  msgid "No matches: filter: %s: attributes: %s"
3461
3469
  msgstr "マッチしませんでした: フィルタ: %s: 属性: %s"
3462
3470
 
3471
+ #: lib/active_ldap/adapter/ldap.rb:162
3472
+ msgid "modify RDN with new superior"
3473
+ msgstr "異なるツリー上のRDNへ変更"
3474
+
3463
3475
  #: lib/active_ldap/adapter/net_ldap.rb:211
3464
3476
  msgid "unsupported qops: %s"
3465
3477
  msgstr "対応していないqopsです: %s"
@@ -3566,6 +3578,10 @@ msgstr "すべての%sを見つけられませんでした: DN (%s): フィル
3566
3578
  msgid "Couldn't find all %s: DNs (%s)"
3567
3579
  msgstr "すべての%sを見つけられませんでした: DN (%s)"
3568
3580
 
3581
+ #: lib/active_ldap/operations.rb:504
3582
+ msgid "Failed to delete LDAP entry: <%s>: %s"
3583
+ msgstr "LDAPエントリの削除に失敗しました: <%s>: %s"
3584
+
3569
3585
  #: lib/active_ldap/associations.rb:68
3570
3586
  msgid ""
3571
3587
  ":foreign_key belongs_to(:many) option is deprecated since 1.1.0. Use :"
@@ -3574,7 +3590,7 @@ msgstr ""
3574
3590
  "1.1.0からbelongs_to(:many)の:foreign_keyオプションは非推奨になりました。代わ"
3575
3591
  "りに:primary_keyを使ってください。"
3576
3592
 
3577
- #: lib/active_ldap/associations.rb:135
3593
+ #: lib/active_ldap/associations.rb:136
3578
3594
  msgid ""
3579
3595
  ":primary_key and :foreign_key has_many options are inverted their mean since "
3580
3596
  "1.1.0. Please invert them."
@@ -3710,37 +3726,41 @@ msgstr "未対応の引用符が見つかりました"
3710
3726
  msgid "%s isn't sub DN of %s"
3711
3727
  msgstr "%sは%sのサブDNではありません"
3712
3728
 
3713
- #: lib/active_ldap/validations.rb:85
3729
+ #: lib/active_ldap/validations.rb:97
3714
3730
  msgid "%{fn} is duplicated: %s"
3715
3731
  msgstr "%{fn}が重複しています: %s"
3716
3732
 
3717
- #: lib/active_ldap/validations.rb:96
3733
+ #: lib/active_ldap/validations.rb:108
3718
3734
  msgid "%{fn} is invalid: %s"
3719
3735
  msgstr "%{fn}が不正です: %s"
3720
3736
 
3721
- #: lib/active_ldap/validations.rb:100
3737
+ #: lib/active_ldap/validations.rb:112
3722
3738
  msgid "%{fn} isn't set: %s"
3723
3739
  msgstr "%{fn}が設定されていません: %s"
3724
3740
 
3725
- #: lib/active_ldap/validations.rb:122
3741
+ #: lib/active_ldap/validations.rb:134
3726
3742
  msgid "%{fn} has excluded value: %s"
3727
3743
  msgid_plural "%{fn} has excluded values: %s"
3728
3744
  msgstr[0] "%{fn}に除外した値があります: %s"
3729
3745
  msgstr[1] "%{fn}に除外した値があります: %s"
3730
3746
 
3731
- #: lib/active_ldap/validations.rb:152
3747
+ #: lib/active_ldap/validations.rb:169
3732
3748
  msgid "%{fn} is required attribute by objectClass '%s'"
3733
3749
  msgstr "%{fn}はobjectClass'%s'の必須の属性です"
3734
3750
 
3735
- #: lib/active_ldap/validations.rb:154
3751
+ #: lib/active_ldap/validations.rb:171
3736
3752
  msgid "%{fn} is required attribute by objectClass '%s': aliases: %s"
3737
3753
  msgstr "%{fn}はobjectClass'%s'の必須の属性です: 別名: %s"
3738
3754
 
3739
- #: lib/active_ldap/validations.rb:181
3755
+ #: lib/active_ldap/validations.rb:195
3756
+ msgid "<binary-value>"
3757
+ msgstr "<バイナリ値>"
3758
+
3759
+ #: lib/active_ldap/validations.rb:203
3740
3760
  msgid "%{fn}(%s) has invalid format: %s: required syntax: %s: %s"
3741
3761
  msgstr "%{fn}(%s)は不正な書式です: %s: 要求されている構文: %s: %s"
3742
3762
 
3743
- #: lib/active_ldap/validations.rb:183
3763
+ #: lib/active_ldap/validations.rb:205
3744
3764
  msgid "%{fn} has invalid format: %s: required syntax: %s: %s"
3745
3765
  msgstr "%{fn}は不正な書式です: %s: 要求されている構文: %s: %s"
3746
3766
 
@@ -3796,7 +3816,11 @@ msgstr "LDAPの設定が存在しない%sアダプタが指定しています"
3796
3816
  msgid "%s is unknown attribute"
3797
3817
  msgstr "%sは未知の属性です"
3798
3818
 
3799
- #: lib/active_ldap/base.rb:374
3819
+ #: lib/active_ldap/base.rb:266
3820
+ msgid "not implemented: %s"
3821
+ msgstr "未実装です: %s"
3822
+
3823
+ #: lib/active_ldap/base.rb:382
3800
3824
  msgid ""
3801
3825
  "ActiveLdap::Base.establish_connection has been deprecated since 1.1.0. "
3802
3826
  "Please use ActiveLdap::Base.setup_connection instead."
@@ -3804,15 +3828,15 @@ msgstr ""
3804
3828
  "1.1.0からActiveLdap::Base.establish_connectionは非推奨になりました。代わりに"
3805
3829
  "ActiveLdap::Base.setup_connectionを使ってください。"
3806
3830
 
3807
- #: lib/active_ldap/base.rb:455
3831
+ #: lib/active_ldap/base.rb:463
3808
3832
  msgid "scope '%s' must be a Symbol"
3809
3833
  msgstr "スコープ'%s'はシンボルでなければいけません"
3810
3834
 
3811
- #: lib/active_ldap/base.rb:500
3835
+ #: lib/active_ldap/base.rb:514
3812
3836
  msgid "%s doesn't belong in a hierarchy descending from ActiveLdap"
3813
3837
  msgstr "%sはActiveLdapの子孫ではありません。"
3814
3838
 
3815
- #: lib/active_ldap/base.rb:655
3839
+ #: lib/active_ldap/base.rb:669
3816
3840
  msgid ""
3817
3841
  "'%s' must be either nil, DN value as ActiveLdap::DN, String or Array or "
3818
3842
  "attributes as Hash"
@@ -3820,27 +3844,23 @@ msgstr ""
3820
3844
  "'%s'はnil、ActiveLdap::DNあるいはStringによるDN、DNの配列、Hashによる属性のど"
3821
3845
  "れかでなければいけません"
3822
3846
 
3823
- #: lib/active_ldap/base.rb:770
3824
- msgid "Failed to delete LDAP entry: %s"
3825
- msgstr "LDAPエントリの削除に失敗しました: %s"
3826
-
3827
- #: lib/active_ldap/base.rb:789
3847
+ #: lib/active_ldap/base.rb:799
3828
3848
  msgid "entry %s can't be saved"
3829
3849
  msgstr "エントリ%sを保存できません"
3830
3850
 
3831
- #: lib/active_ldap/base.rb:808 lib/active_ldap/base.rb:819
3851
+ #: lib/active_ldap/base.rb:832 lib/active_ldap/base.rb:843
3832
3852
  msgid "wrong number of arguments (%d for 1)"
3833
3853
  msgstr "引数の数が違います。(1つの引数なのに%d個指定しました)"
3834
3854
 
3835
- #: lib/active_ldap/base.rb:940
3855
+ #: lib/active_ldap/base.rb:964
3836
3856
  msgid "Can't find DN '%s' to reload"
3837
3857
  msgstr "再読み込みするDN '%s'が見つかりません"
3838
3858
 
3839
- #: lib/active_ldap/base.rb:1337
3859
+ #: lib/active_ldap/base.rb:1369
3840
3860
  msgid "%s's DN attribute (%s) isn't set"
3841
3861
  msgstr "%sのDN属性(%s)が設定されていません"
3842
3862
 
3843
- #: lib/active_ldap/attributes.rb:76
3863
+ #: lib/active_ldap/attributes.rb:80
3844
3864
  msgid "The first argument, name, must not be nil. Please report this as a bug!"
3845
3865
  msgstr ""
3846
3866
  "最初の引数nameがnilになるはずがあってはいけません。バグとして報告してくださ"
@@ -3871,7 +3891,7 @@ msgstr ""
3871
3891
  "1.1.0からActiveLdap::Connection.establish_connectionは非推奨になりました。代"
3872
3892
  "わりにActiveLdap::Connection.setup_connectionを使ってください。"
3873
3893
 
3874
- #: lib/active_ldap/connection.rb:229
3894
+ #: lib/active_ldap/connection.rb:236
3875
3895
  msgid "since 1.1.0. "
3876
3896
  msgstr "1.1.0から。"
3877
3897
 
@@ -3965,7 +3985,7 @@ msgstr "空の文字列です"
3965
3985
  msgid "%s has unprintable character: '%s'"
3966
3986
  msgstr "%sは印字不可能な文字を含んでいます: '%s'"
3967
3987
 
3968
- #: lib/active_ldap/get_text/parser.rb:94
3988
+ #: lib/active_ldap/get_text/parser.rb:96
3969
3989
  msgid "Ignored '%{file}'. Solve dependencies first."
3970
3990
  msgstr "'%{file}'を無視します。まず依存関係を解決してください。"
3971
3991
 
@@ -4003,38 +4023,38 @@ msgstr "ベンチマーク用のプリフィックスを指定してください
4003
4023
  msgid "(default: %s)"
4004
4024
  msgstr "(デフォルト: %s)"
4005
4025
 
4006
- #: benchmark/bench-al.rb:219
4026
+ #: benchmark/bench-al.rb:186
4007
4027
  msgid "Populating..."
4008
4028
  msgstr "データ投入中..."
4009
4029
 
4010
- #: benchmark/bench-al.rb:276
4030
+ #: benchmark/bench-al.rb:243
4011
4031
  msgid "Entries processed by Ruby/ActiveLdap + LDAP: %d"
4012
4032
  msgstr "Ruby/ActiveLdap + LDAPで処理したエントリ数: %d"
4013
4033
 
4014
- #: benchmark/bench-al.rb:277
4034
+ #: benchmark/bench-al.rb:244
4015
4035
  msgid "Entries processed by Ruby/ActiveLdap + Net::LDAP: %d"
4016
4036
  msgstr "Ruby/ActiveLdap + Net::LDAPで処理したエントリ数: %d"
4017
4037
 
4018
- #: benchmark/bench-al.rb:279
4038
+ #: benchmark/bench-al.rb:246
4019
4039
  msgid ""
4020
4040
  "Entries processed by Ruby/ActiveLdap + LDAP: (without object creation): %d"
4021
4041
  msgstr "Ruby/ActiveLdap + LDAPで処理したエントリ数(オブジェクト生成無し): %d"
4022
4042
 
4023
- #: benchmark/bench-al.rb:282
4043
+ #: benchmark/bench-al.rb:249
4024
4044
  msgid ""
4025
4045
  "Entries processed by Ruby/ActiveLdap + Net::LDAP: (without object creation): "
4026
4046
  "%d"
4027
4047
  msgstr ""
4028
4048
  "Ruby/ActiveLdap + Net::LDAPで処理したエントリ数(オブジェクト生成無し): %d"
4029
4049
 
4030
- #: benchmark/bench-al.rb:285
4050
+ #: benchmark/bench-al.rb:252
4031
4051
  msgid "Entries processed by Ruby/LDAP: %d"
4032
4052
  msgstr "Ruby/LDAPで処理したエントリ数: %d"
4033
4053
 
4034
- #: benchmark/bench-al.rb:286
4054
+ #: benchmark/bench-al.rb:253
4035
4055
  msgid "Entries processed by Net::LDAP: %d"
4036
4056
  msgstr "Net::LDAPで処理したエントリ数: %d"
4037
4057
 
4038
- #: benchmark/bench-al.rb:290
4058
+ #: benchmark/bench-al.rb:257
4039
4059
  msgid "Cleaning..."
4040
4060
  msgstr "削除中..."