activesambaldap 0.0.8 → 0.0.9

Sign up to get free protection for your applications and to get access to all the features.
Files changed (180) hide show
  1. data/Gemfile +21 -0
  2. data/NEWS.en +1 -1
  3. data/NEWS.ja +1 -1
  4. data/README.en +12 -8
  5. data/README.ja +6 -3
  6. data/Rakefile +27 -121
  7. data/lib/active_samba_ldap.rb +1 -1
  8. data/lib/active_samba_ldap/get_text_support.rb +1 -1
  9. data/lib/active_samba_ldap/version.rb +1 -1
  10. data/license/lgpl-2.1.txt +165 -0
  11. data/po/ja/active-samba-ldap.po +2 -2
  12. data/test/run-test.rb +3 -3
  13. metadata +145 -277
  14. data/bin/asl-groupadd.help +0 -16
  15. data/bin/asl-groupdel.help +0 -13
  16. data/bin/asl-groupmod.help +0 -19
  17. data/bin/asl-groupshow.help +0 -11
  18. data/bin/asl-passwd.help +0 -15
  19. data/bin/asl-populate.help +0 -28
  20. data/bin/asl-purge.help +0 -11
  21. data/bin/asl-samba-computeradd.help +0 -13
  22. data/bin/asl-samba-groupadd.help +0 -11
  23. data/bin/asl-samba-groupdel.help +0 -11
  24. data/bin/asl-samba-groupmod.help +0 -15
  25. data/bin/asl-samba-useradd.help +0 -13
  26. data/bin/asl-samba-userdel.help +0 -11
  27. data/bin/asl-samba-usermod.help +0 -15
  28. data/bin/asl-useradd.help +0 -49
  29. data/bin/asl-userdel.help +0 -18
  30. data/bin/asl-usermod.help +0 -47
  31. data/bin/asl-usershow.help +0 -11
  32. data/data/locale/ja/LC_MESSAGES/active-samba-ldap.mo +0 -0
  33. data/example/asl-admin/README +0 -243
  34. data/example/asl-admin/Rakefile +0 -10
  35. data/example/asl-admin/app/controllers/application_controller.rb +0 -10
  36. data/example/asl-admin/app/controllers/samba_controller.rb +0 -12
  37. data/example/asl-admin/app/helpers/application_helper.rb +0 -3
  38. data/example/asl-admin/app/helpers/samba_helper.rb +0 -2
  39. data/example/asl-admin/app/models/computer.rb +0 -3
  40. data/example/asl-admin/app/models/dc.rb +0 -3
  41. data/example/asl-admin/app/models/group.rb +0 -3
  42. data/example/asl-admin/app/models/idmap.rb +0 -3
  43. data/example/asl-admin/app/models/ou.rb +0 -3
  44. data/example/asl-admin/app/models/unix_id_pool.rb +0 -3
  45. data/example/asl-admin/app/models/user.rb +0 -3
  46. data/example/asl-admin/app/views/samba/index.html.erb +0 -17
  47. data/example/asl-admin/app/views/samba/populate.html.erb +0 -15
  48. data/example/asl-admin/app/views/samba/purge.html.erb +0 -10
  49. data/example/asl-admin/config/boot.rb +0 -110
  50. data/example/asl-admin/config/database.yml +0 -22
  51. data/example/asl-admin/config/environment.rb +0 -48
  52. data/example/asl-admin/config/environments/development.rb +0 -17
  53. data/example/asl-admin/config/environments/production.rb +0 -28
  54. data/example/asl-admin/config/environments/test.rb +0 -28
  55. data/example/asl-admin/config/initializers/backtrace_silencers.rb +0 -7
  56. data/example/asl-admin/config/initializers/inflections.rb +0 -10
  57. data/example/asl-admin/config/initializers/mime_types.rb +0 -5
  58. data/example/asl-admin/config/initializers/new_rails_defaults.rb +0 -19
  59. data/example/asl-admin/config/initializers/session_store.rb +0 -15
  60. data/example/asl-admin/config/ldap.yml.sample +0 -24
  61. data/example/asl-admin/config/locales/en.yml +0 -5
  62. data/example/asl-admin/config/routes.rb +0 -43
  63. data/example/asl-admin/log/test.log +0 -5
  64. data/example/asl-admin/public/404.html +0 -30
  65. data/example/asl-admin/public/422.html +0 -30
  66. data/example/asl-admin/public/500.html +0 -30
  67. data/example/asl-admin/public/favicon.ico +0 -0
  68. data/example/asl-admin/public/images/rails.png +0 -0
  69. data/example/asl-admin/public/index.html +0 -275
  70. data/example/asl-admin/public/javascripts/application.js +0 -2
  71. data/example/asl-admin/public/javascripts/controls.js +0 -963
  72. data/example/asl-admin/public/javascripts/dragdrop.js +0 -973
  73. data/example/asl-admin/public/javascripts/effects.js +0 -1128
  74. data/example/asl-admin/public/javascripts/prototype.js +0 -4320
  75. data/example/asl-admin/public/robots.txt +0 -5
  76. data/example/asl-admin/script/about +0 -4
  77. data/example/asl-admin/script/console +0 -3
  78. data/example/asl-admin/script/dbconsole +0 -3
  79. data/example/asl-admin/script/destroy +0 -3
  80. data/example/asl-admin/script/generate +0 -3
  81. data/example/asl-admin/script/performance/benchmarker +0 -3
  82. data/example/asl-admin/script/performance/profiler +0 -3
  83. data/example/asl-admin/script/plugin +0 -3
  84. data/example/asl-admin/script/runner +0 -3
  85. data/example/asl-admin/script/server +0 -3
  86. data/example/asl-admin/test/performance/browsing_test.rb +0 -9
  87. data/example/asl-admin/test/test_helper.rb +0 -38
  88. data/po/active-samba-ldap.pot +0 -463
  89. data/rails_generators/scaffold_active_samba_ldap/scaffold_active_samba_ldap_generator.rb +0 -28
  90. data/rails_generators/scaffold_active_samba_ldap/templates/computer.rb +0 -3
  91. data/rails_generators/scaffold_active_samba_ldap/templates/dc.rb +0 -3
  92. data/rails_generators/scaffold_active_samba_ldap/templates/group.rb +0 -3
  93. data/rails_generators/scaffold_active_samba_ldap/templates/idmap.rb +0 -3
  94. data/rails_generators/scaffold_active_samba_ldap/templates/ldap.yml +0 -24
  95. data/rails_generators/scaffold_active_samba_ldap/templates/ou.rb +0 -3
  96. data/rails_generators/scaffold_active_samba_ldap/templates/samba_controller.rb +0 -12
  97. data/rails_generators/scaffold_active_samba_ldap/templates/samba_helper.rb +0 -2
  98. data/rails_generators/scaffold_active_samba_ldap/templates/samba_index.html.erb +0 -17
  99. data/rails_generators/scaffold_active_samba_ldap/templates/samba_populate.html.erb +0 -15
  100. data/rails_generators/scaffold_active_samba_ldap/templates/samba_purge.html.erb +0 -10
  101. data/rails_generators/scaffold_active_samba_ldap/templates/unix_id_pool.rb +0 -3
  102. data/rails_generators/scaffold_active_samba_ldap/templates/user.rb +0 -3
  103. data/setup.rb +0 -1585
  104. data/test-unit/History.txt +0 -107
  105. data/test-unit/README.txt +0 -52
  106. data/test-unit/Rakefile +0 -40
  107. data/test-unit/TODO +0 -5
  108. data/test-unit/bin/testrb +0 -5
  109. data/test-unit/lib/test/unit.rb +0 -342
  110. data/test-unit/lib/test/unit/assertionfailederror.rb +0 -14
  111. data/test-unit/lib/test/unit/assertions.rb +0 -1149
  112. data/test-unit/lib/test/unit/attribute.rb +0 -125
  113. data/test-unit/lib/test/unit/autorunner.rb +0 -344
  114. data/test-unit/lib/test/unit/collector.rb +0 -43
  115. data/test-unit/lib/test/unit/collector/descendant.rb +0 -23
  116. data/test-unit/lib/test/unit/collector/dir.rb +0 -108
  117. data/test-unit/lib/test/unit/collector/load.rb +0 -137
  118. data/test-unit/lib/test/unit/collector/objectspace.rb +0 -34
  119. data/test-unit/lib/test/unit/color-scheme.rb +0 -90
  120. data/test-unit/lib/test/unit/color.rb +0 -96
  121. data/test-unit/lib/test/unit/diff.rb +0 -538
  122. data/test-unit/lib/test/unit/error.rb +0 -126
  123. data/test-unit/lib/test/unit/exceptionhandler.rb +0 -39
  124. data/test-unit/lib/test/unit/failure.rb +0 -110
  125. data/test-unit/lib/test/unit/fixture.rb +0 -176
  126. data/test-unit/lib/test/unit/notification.rb +0 -125
  127. data/test-unit/lib/test/unit/omission.rb +0 -143
  128. data/test-unit/lib/test/unit/pending.rb +0 -146
  129. data/test-unit/lib/test/unit/priority.rb +0 -181
  130. data/test-unit/lib/test/unit/runner/console.rb +0 -52
  131. data/test-unit/lib/test/unit/runner/emacs.rb +0 -8
  132. data/test-unit/lib/test/unit/runner/tap.rb +0 -8
  133. data/test-unit/lib/test/unit/testcase.rb +0 -425
  134. data/test-unit/lib/test/unit/testresult.rb +0 -89
  135. data/test-unit/lib/test/unit/testsuite.rb +0 -110
  136. data/test-unit/lib/test/unit/ui/console/outputlevel.rb +0 -14
  137. data/test-unit/lib/test/unit/ui/console/testrunner.rb +0 -278
  138. data/test-unit/lib/test/unit/ui/emacs/testrunner.rb +0 -49
  139. data/test-unit/lib/test/unit/ui/tap/testrunner.rb +0 -92
  140. data/test-unit/lib/test/unit/ui/testrunner.rb +0 -20
  141. data/test-unit/lib/test/unit/ui/testrunnermediator.rb +0 -77
  142. data/test-unit/lib/test/unit/ui/testrunnerutilities.rb +0 -41
  143. data/test-unit/lib/test/unit/util/backtracefilter.rb +0 -41
  144. data/test-unit/lib/test/unit/util/method-owner-finder.rb +0 -28
  145. data/test-unit/lib/test/unit/util/observable.rb +0 -90
  146. data/test-unit/lib/test/unit/util/procwrapper.rb +0 -48
  147. data/test-unit/lib/test/unit/version.rb +0 -7
  148. data/test-unit/sample/adder.rb +0 -13
  149. data/test-unit/sample/subtracter.rb +0 -12
  150. data/test-unit/sample/tc_adder.rb +0 -18
  151. data/test-unit/sample/tc_subtracter.rb +0 -18
  152. data/test-unit/sample/test_user.rb +0 -22
  153. data/test-unit/sample/ts_examples.rb +0 -7
  154. data/test-unit/test/collector/test-descendant.rb +0 -135
  155. data/test-unit/test/collector/test-load.rb +0 -329
  156. data/test-unit/test/collector/test_dir.rb +0 -406
  157. data/test-unit/test/collector/test_objectspace.rb +0 -98
  158. data/test-unit/test/run-test.rb +0 -13
  159. data/test-unit/test/test-attribute.rb +0 -86
  160. data/test-unit/test/test-color-scheme.rb +0 -60
  161. data/test-unit/test/test-color.rb +0 -47
  162. data/test-unit/test/test-diff.rb +0 -477
  163. data/test-unit/test/test-emacs-runner.rb +0 -60
  164. data/test-unit/test/test-fixture.rb +0 -287
  165. data/test-unit/test/test-notification.rb +0 -33
  166. data/test-unit/test/test-omission.rb +0 -81
  167. data/test-unit/test/test-pending.rb +0 -70
  168. data/test-unit/test/test-priority.rb +0 -119
  169. data/test-unit/test/test-testcase.rb +0 -507
  170. data/test-unit/test/test_assertions.rb +0 -1082
  171. data/test-unit/test/test_error.rb +0 -26
  172. data/test-unit/test/test_failure.rb +0 -33
  173. data/test-unit/test/test_testresult.rb +0 -113
  174. data/test-unit/test/test_testsuite.rb +0 -129
  175. data/test-unit/test/testunit-test-util.rb +0 -14
  176. data/test-unit/test/ui/test_testrunmediator.rb +0 -20
  177. data/test-unit/test/util/test-method-owner-finder.rb +0 -38
  178. data/test-unit/test/util/test_backtracefilter.rb +0 -41
  179. data/test-unit/test/util/test_observable.rb +0 -102
  180. data/test-unit/test/util/test_procwrapper.rb +0 -36
@@ -1,5 +0,0 @@
1
- # See http://www.robotstxt.org/wc/norobots.html for documentation on how to use the robots.txt file
2
- #
3
- # To ban all spiders from the entire site uncomment the next two lines:
4
- # User-Agent: *
5
- # Disallow: /
@@ -1,4 +0,0 @@
1
- #!/usr/bin/env ruby
2
- require File.dirname(__FILE__) + '/../config/boot'
3
- $LOAD_PATH.unshift "#{RAILTIES_PATH}/builtin/rails_info"
4
- require 'commands/about'
@@ -1,3 +0,0 @@
1
- #!/usr/bin/env ruby
2
- require File.dirname(__FILE__) + '/../config/boot'
3
- require 'commands/console'
@@ -1,3 +0,0 @@
1
- #!/usr/bin/env ruby
2
- require File.dirname(__FILE__) + '/../config/boot'
3
- require 'commands/dbconsole'
@@ -1,3 +0,0 @@
1
- #!/usr/bin/env ruby
2
- require File.dirname(__FILE__) + '/../config/boot'
3
- require 'commands/destroy'
@@ -1,3 +0,0 @@
1
- #!/usr/bin/env ruby
2
- require File.dirname(__FILE__) + '/../config/boot'
3
- require 'commands/generate'
@@ -1,3 +0,0 @@
1
- #!/usr/bin/env ruby
2
- require File.dirname(__FILE__) + '/../../config/boot'
3
- require 'commands/performance/benchmarker'
@@ -1,3 +0,0 @@
1
- #!/usr/bin/env ruby
2
- require File.dirname(__FILE__) + '/../../config/boot'
3
- require 'commands/performance/profiler'
@@ -1,3 +0,0 @@
1
- #!/usr/bin/env ruby
2
- require File.dirname(__FILE__) + '/../config/boot'
3
- require 'commands/plugin'
@@ -1,3 +0,0 @@
1
- #!/usr/bin/env ruby
2
- require File.dirname(__FILE__) + '/../config/boot'
3
- require 'commands/runner'
@@ -1,3 +0,0 @@
1
- #!/usr/bin/env ruby
2
- require File.dirname(__FILE__) + '/../config/boot'
3
- require 'commands/server'
@@ -1,9 +0,0 @@
1
- require 'test_helper'
2
- require 'performance_test_help'
3
-
4
- # Profiling results for each test method are written to tmp/performance.
5
- class BrowsingTest < ActionController::PerformanceTest
6
- def test_homepage
7
- get '/'
8
- end
9
- end
@@ -1,38 +0,0 @@
1
- ENV["RAILS_ENV"] = "test"
2
- require File.expand_path(File.dirname(__FILE__) + "/../config/environment")
3
- require 'test_help'
4
-
5
- class ActiveSupport::TestCase
6
- # Transactional fixtures accelerate your tests by wrapping each test method
7
- # in a transaction that's rolled back on completion. This ensures that the
8
- # test database remains unchanged so your fixtures don't have to be reloaded
9
- # between every test method. Fewer database queries means faster tests.
10
- #
11
- # Read Mike Clark's excellent walkthrough at
12
- # http://clarkware.com/cgi/blosxom/2005/10/24#Rails10FastTesting
13
- #
14
- # Every Active Record database supports transactions except MyISAM tables
15
- # in MySQL. Turn off transactional fixtures in this case; however, if you
16
- # don't care one way or the other, switching from MyISAM to InnoDB tables
17
- # is recommended.
18
- #
19
- # The only drawback to using transactional fixtures is when you actually
20
- # need to test transactions. Since your test is bracketed by a transaction,
21
- # any transactions started in your code will be automatically rolled back.
22
- self.use_transactional_fixtures = true
23
-
24
- # Instantiated fixtures are slow, but give you @david where otherwise you
25
- # would need people(:david). If you don't want to migrate your existing
26
- # test cases which use the @david style and don't mind the speed hit (each
27
- # instantiated fixtures translates to a database query per test method),
28
- # then set this back to true.
29
- self.use_instantiated_fixtures = false
30
-
31
- # Setup all fixtures in test/fixtures/*.(yml|csv) for all tests in alphabetical order.
32
- #
33
- # Note: You'll currently still have to declare fixtures explicitly in integration tests
34
- # -- they do not yet inherit this setting
35
- fixtures :all
36
-
37
- # Add more helper methods to be used by all tests here...
38
- end
@@ -1,463 +0,0 @@
1
- # SOME DESCRIPTIVE TITLE.
2
- # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
3
- # This file is distributed under the same license as the PACKAGE package.
4
- # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
5
- #
6
- #, fuzzy
7
- msgid ""
8
- msgstr ""
9
- "Project-Id-Version: ActiveSambaLdap 0.0.8\n"
10
- "POT-Creation-Date: 2009-09-22 14:42+0900\n"
11
- "PO-Revision-Date: 2007-09-08 11:51+0900\n"
12
- "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
13
- "Language-Team: LANGUAGE <LL@li.org>\n"
14
- "MIME-Version: 1.0\n"
15
- "Content-Type: text/plain; charset=UTF-8\n"
16
- "Content-Transfer-Encoding: 8bit\n"
17
- "Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
18
-
19
- #: lib/active_samba_ldap/command.rb:19
20
- msgid "Common options:"
21
- msgstr ""
22
-
23
- #: lib/active_samba_ldap/command.rb:22
24
- msgid "Specify configuration file"
25
- msgstr ""
26
-
27
- #: lib/active_samba_ldap/command.rb:23
28
- msgid "Default configuration files:"
29
- msgstr ""
30
-
31
- #: lib/active_samba_ldap/command.rb:28
32
- msgid "Show this message"
33
- msgstr ""
34
-
35
- #: lib/active_samba_ldap/command.rb:33
36
- msgid "Show version"
37
- msgstr ""
38
-
39
- #: lib/active_samba_ldap/entry.rb:59
40
- msgid "%s must be only ou"
41
- msgstr ""
42
-
43
- #: lib/active_samba_ldap/base.rb:15
44
- msgid "required variable is not set: %s"
45
- msgid_plural "required variables are not set: %s"
46
- msgstr[0] ""
47
- msgstr[1] ""
48
-
49
- #: lib/active_samba_ldap/base.rb:27
50
- msgid "uid number already exists: %s"
51
- msgstr ""
52
-
53
- #: lib/active_samba_ldap/base.rb:35 bin/asl-groupdel:46 bin/asl-groupshow:27
54
- #: bin/asl-samba-groupmod:48 bin/asl-groupmod:59 bin/asl-samba-groupdel:40
55
- msgid "group doesn't exist: %s"
56
- msgstr ""
57
-
58
- #: lib/active_samba_ldap/base.rb:43
59
- msgid "gid number already exists: %s"
60
- msgstr ""
61
-
62
- #: lib/active_samba_ldap/base.rb:51
63
- msgid "gid number doesn't exist: %s"
64
- msgstr ""
65
-
66
- #: lib/active_samba_ldap/base.rb:59
67
- msgid "sambaSID attribute doesn't exist for gid number '%s'"
68
- msgstr ""
69
-
70
- #: lib/active_samba_ldap/base.rb:68
71
- msgid ""
72
- "cannot change primary group from '%s' to other group due to no other "
73
- "belonged groups: %s"
74
- msgstr ""
75
-
76
- #: lib/active_samba_ldap/base.rb:79
77
- msgid ""
78
- "cannot destroy group '%s' due to members who belong to the group as primary "
79
- "group: %s"
80
- msgstr ""
81
-
82
- #: lib/active_samba_ldap/base.rb:91
83
- msgid "found invalid configuration format at %s:%s: %s"
84
- msgstr ""
85
-
86
- #: lib/active_samba_ldap/base.rb:102
87
- msgid "the value of %s '%s' is invalid: %s"
88
- msgstr ""
89
-
90
- #: lib/active_samba_ldap/base.rb:111
91
- msgid "%s is not Samba available"
92
- msgstr ""
93
-
94
- #: lib/active_samba_ldap/base.rb:119
95
- msgid "%s is not UNIX available"
96
- msgstr ""
97
-
98
- #: lib/active_samba_ldap/configuration.rb:338
99
- msgid "must be in %s"
100
- msgstr ""
101
-
102
- #: lib/active_samba_ldap/samba_group_entry.rb:141
103
- msgid "invalid type: %s"
104
- msgstr ""
105
-
106
- #: rails/init.rb:12
107
- msgid ""
108
- "You should run 'script/generator scaffold_active_samba_ldap' to make %s."
109
- msgstr ""
110
-
111
- #: bin/asl-samba-useradd:14 bin/asl-samba-computeradd:14 bin/asl-useradd:42
112
- msgid "add the user in the organizational unit OU"
113
- msgstr ""
114
-
115
- #: bin/asl-samba-useradd:15 bin/asl-samba-computeradd:15 bin/asl-useradd:43
116
- msgid "(relative to the user suffix)"
117
- msgstr ""
118
-
119
- #: bin/asl-samba-useradd:33 bin/asl-samba-userdel:21 bin/asl-userdel:42
120
- #: bin/asl-groupdel:27 bin/asl-samba-computeradd:33 bin/asl-useradd:144
121
- #: bin/asl-samba-groupmod:29 bin/asl-populate:60 bin/asl-groupmod:40
122
- #: bin/asl-samba-groupadd:21 bin/asl-purge:16 bin/asl-samba-groupdel:21
123
- #: bin/asl-groupadd:33
124
- msgid "need root authority."
125
- msgstr ""
126
-
127
- #: bin/asl-samba-useradd:57
128
- msgid "illegal user name: %s"
129
- msgstr ""
130
-
131
- #: bin/asl-samba-useradd:62
132
- msgid "user already exists: %s"
133
- msgstr ""
134
-
135
- #: bin/asl-samba-useradd:75 bin/asl-samba-computeradd:78 bin/asl-useradd:224
136
- msgid "UID already exists: %s"
137
- msgstr ""
138
-
139
- #: bin/asl-samba-userdel:40 bin/asl-passwd:52 bin/asl-usershow:27
140
- msgid "user doesn't exist: %s"
141
- msgstr ""
142
-
143
- #: bin/asl-userdel:16 bin/asl-useradd:51 bin/asl-samba-usermod:15
144
- #: bin/asl-usermod:44
145
- msgid "is a Windows Workstation"
146
- msgstr ""
147
-
148
- #: bin/asl-userdel:17 bin/asl-useradd:52 bin/asl-samba-usermod:16
149
- #: bin/asl-usermod:45
150
- msgid "(otherwise, Windows user)"
151
- msgstr ""
152
-
153
- #: bin/asl-userdel:21
154
- msgid "remove home directory"
155
- msgstr ""
156
-
157
- #: bin/asl-userdel:27
158
- msgid "do interactively"
159
- msgstr ""
160
-
161
- #: bin/asl-userdel:62 bin/asl-useradd:169 bin/asl-samba-usermod:48
162
- #: bin/asl-usermod:162
163
- msgid "computer"
164
- msgstr ""
165
-
166
- #: bin/asl-userdel:65 bin/asl-useradd:173 bin/asl-samba-usermod:51
167
- #: bin/asl-usermod:166
168
- msgid "user"
169
- msgstr ""
170
-
171
- #: bin/asl-userdel:73 bin/asl-samba-usermod:59 bin/asl-usermod:170
172
- msgid "%s doesn't exist: %s"
173
- msgstr ""
174
-
175
- #: bin/asl-groupdel:14
176
- msgid "force delete group"
177
- msgstr ""
178
-
179
- #: bin/asl-samba-computeradd:57
180
- msgid "illegal computer name: %s"
181
- msgstr ""
182
-
183
- #: bin/asl-samba-computeradd:62
184
- msgid "computer already exists: %s"
185
- msgstr ""
186
-
187
- #: bin/asl-passwd:17
188
- msgid "update samba password"
189
- msgstr ""
190
-
191
- #: bin/asl-passwd:23
192
- msgid "update UNIX password"
193
- msgstr ""
194
-
195
- #: bin/asl-passwd:41
196
- msgid "do nothing."
197
- msgstr ""
198
-
199
- #: bin/asl-passwd:58
200
- msgid "Enter your current password: "
201
- msgstr ""
202
-
203
- #: bin/asl-passwd:63 bin/asl-samba-usermod:70 bin/asl-usermod:181
204
- msgid "password doesn't match."
205
- msgstr ""
206
-
207
- #: bin/asl-passwd:68
208
- msgid "New password: "
209
- msgstr ""
210
-
211
- #: bin/asl-passwd:69
212
- msgid "Retype new password: "
213
- msgstr ""
214
-
215
- #: bin/asl-passwd:72
216
- msgid "New passwords don't match."
217
- msgstr ""
218
-
219
- #: bin/asl-useradd:54 bin/asl-usermod:60
220
- msgid "uid"
221
- msgstr ""
222
-
223
- #: bin/asl-useradd:55 bin/asl-samba-usermod:19
224
- msgid "gid"
225
- msgstr ""
226
-
227
- #: bin/asl-useradd:57 bin/asl-usermod:68
228
- msgid "supplementary groups (comma separated)"
229
- msgstr ""
230
-
231
- #: bin/asl-useradd:61
232
- msgid "create a group for the user"
233
- msgstr ""
234
-
235
- #: bin/asl-useradd:64
236
- msgid "set the GECOS field for the new user account"
237
- msgstr ""
238
-
239
- #: bin/asl-useradd:65 bin/asl-usermod:74
240
- msgid "shell"
241
- msgstr ""
242
-
243
- #: bin/asl-useradd:66 bin/asl-usermod:75
244
- msgid "given name"
245
- msgstr ""
246
-
247
- #: bin/asl-useradd:68 bin/asl-usermod:77
248
- msgid "common name"
249
- msgstr ""
250
-
251
- #: bin/asl-useradd:69 bin/asl-usermod:78
252
- msgid "surname"
253
- msgstr ""
254
-
255
- #: bin/asl-useradd:72 bin/asl-usermod:50
256
- msgid "home directory"
257
- msgstr ""
258
-
259
- #: bin/asl-useradd:74
260
- msgid "permission of home directory"
261
- msgstr ""
262
-
263
- #: bin/asl-useradd:76
264
- msgid "setup home directory"
265
- msgstr ""
266
-
267
- #: bin/asl-useradd:79
268
- msgid "skeleton directory"
269
- msgstr ""
270
-
271
- #: bin/asl-useradd:82
272
- msgid "wait TIME seconds before exiting"
273
- msgstr ""
274
-
275
- #: bin/asl-useradd:86 bin/asl-usermod:81
276
- msgid "For samba accounts:"
277
- msgstr ""
278
-
279
- #: bin/asl-useradd:88 bin/asl-usermod:83
280
- msgid "expire date"
281
- msgstr ""
282
-
283
- #: bin/asl-useradd:92 bin/asl-usermod:87
284
- msgid "can change password"
285
- msgstr ""
286
-
287
- #: bin/asl-useradd:96 bin/asl-usermod:91
288
- msgid "must change password"
289
- msgstr ""
290
-
291
- #: bin/asl-useradd:100 bin/asl-usermod:95
292
- msgid "sambaHomePath"
293
- msgstr ""
294
-
295
- #: bin/asl-useradd:101 bin/asl-usermod:96
296
- msgid "(SMB home share, like '\\\\PDC\\user'"
297
- msgstr ""
298
-
299
- #: bin/asl-useradd:105 bin/asl-usermod:100
300
- msgid "sambaHomeDrive"
301
- msgstr ""
302
-
303
- #: bin/asl-useradd:106 bin/asl-usermod:101
304
- msgid "(letter associated with home share, like 'H:')"
305
- msgstr ""
306
-
307
- #: bin/asl-useradd:110 bin/asl-usermod:105
308
- msgid "sambaLogonScript"
309
- msgstr ""
310
-
311
- #: bin/asl-useradd:111 bin/asl-usermod:106
312
- msgid "(DOS script to execute on login)"
313
- msgstr ""
314
-
315
- #: bin/asl-useradd:115 bin/asl-usermod:110
316
- msgid "sambaProfilePath"
317
- msgstr ""
318
-
319
- #: bin/asl-useradd:116 bin/asl-usermod:111
320
- msgid "(profile directory, like '\\\\PDC\\profiles\\user')"
321
- msgstr ""
322
-
323
- #: bin/asl-useradd:120 bin/asl-usermod:116
324
- msgid "sambaAcctFlags"
325
- msgstr ""
326
-
327
- #: bin/asl-useradd:121 bin/asl-usermod:117
328
- msgid "(samba account control bits, like '[NDHTUMWSLXI]')"
329
- msgstr ""
330
-
331
- #: bin/asl-useradd:177
332
- msgid "illegal %s name: %s"
333
- msgstr ""
334
-
335
- #: bin/asl-useradd:182 bin/asl-usermod:309
336
- msgid "%s already exists: %s"
337
- msgstr ""
338
-
339
- #: bin/asl-samba-groupmod:15 bin/asl-groupmod:26
340
- msgid "add members (comma delimited)"
341
- msgstr ""
342
-
343
- #: bin/asl-samba-groupmod:17 bin/asl-groupmod:28
344
- msgid "delete members (comma delimited)"
345
- msgstr ""
346
-
347
- #: bin/asl-samba-groupmod:56
348
- msgid "there are duplicated members in adding and deleting members: %s"
349
- msgstr ""
350
-
351
- #: bin/asl-samba-usermod:65 bin/asl-usermod:176
352
- msgid "Enter your password: "
353
- msgstr ""
354
-
355
- #: bin/asl-populate:30
356
- msgid "first uid number to allocate"
357
- msgstr ""
358
-
359
- #: bin/asl-populate:33
360
- msgid "first gid number to allocate"
361
- msgstr ""
362
-
363
- #: bin/asl-populate:36
364
- msgid "administrator login name"
365
- msgstr ""
366
-
367
- #: bin/asl-populate:39
368
- msgid "administrator's uid number"
369
- msgstr ""
370
-
371
- #: bin/asl-populate:42
372
- msgid "administrator's gid number"
373
- msgstr ""
374
-
375
- #: bin/asl-populate:45
376
- msgid "guest login name"
377
- msgstr ""
378
-
379
- #: bin/asl-populate:48
380
- msgid "guest's uid number"
381
- msgstr ""
382
-
383
- #: bin/asl-populate:51
384
- msgid "guest's gid number"
385
- msgstr ""
386
-
387
- #: bin/asl-populate:54
388
- msgid "export LDIF file"
389
- msgstr ""
390
-
391
- #: bin/asl-populate:76
392
- msgid "Password for %s: "
393
- msgstr ""
394
-
395
- #: bin/asl-populate:78
396
- msgid "Retype password for %s: "
397
- msgstr ""
398
-
399
- #: bin/asl-populate:81
400
- msgid "Passwords don't match."
401
- msgstr ""
402
-
403
- #: bin/asl-groupmod:17 bin/asl-groupadd:15
404
- msgid "GID number"
405
- msgstr ""
406
-
407
- #: bin/asl-groupmod:19
408
- msgid "gid can be non unique"
409
- msgstr ""
410
-
411
- #: bin/asl-groupmod:24
412
- msgid "new group name"
413
- msgstr ""
414
-
415
- #: bin/asl-groupmod:79
416
- msgid "there is duplicated member in adding and deleting members: %s"
417
- msgid_plural "there are duplicated members in adding and deleting members: %s"
418
- msgstr[0] ""
419
- msgstr[1] ""
420
-
421
- #: bin/asl-groupmod:117 bin/asl-samba-groupadd:36 bin/asl-groupadd:48
422
- msgid "group already exists: %s"
423
- msgstr ""
424
-
425
- #: bin/asl-usermod:48
426
- msgid "gecos"
427
- msgstr ""
428
-
429
- #: bin/asl-usermod:52
430
- msgid "move home directory"
431
- msgstr ""
432
-
433
- #: bin/asl-usermod:57
434
- msgid "new user name (cn and dn are updated)"
435
- msgstr ""
436
-
437
- #: bin/asl-usermod:62
438
- msgid "uid can be non unique "
439
- msgstr ""
440
-
441
- #: bin/asl-usermod:72
442
- msgid "replace supplementary groups "
443
- msgstr ""
444
-
445
- #: bin/asl-usermod:119
446
- msgid "disable this user"
447
- msgstr ""
448
-
449
- #: bin/asl-usermod:122
450
- msgid "enable this user"
451
- msgstr ""
452
-
453
- #: bin/asl-usermod:235 bin/asl-usermod:239
454
- msgid "not implemented."
455
- msgstr ""
456
-
457
- #: bin/asl-groupadd:17
458
- msgid "group type"
459
- msgstr ""
460
-
461
- #: bin/asl-groupadd:20
462
- msgid "print the gid number to stdout"
463
- msgstr ""