activesambaldap 0.0.8 → 0.0.9
Sign up to get free protection for your applications and to get access to all the features.
- data/Gemfile +21 -0
- data/NEWS.en +1 -1
- data/NEWS.ja +1 -1
- data/README.en +12 -8
- data/README.ja +6 -3
- data/Rakefile +27 -121
- data/lib/active_samba_ldap.rb +1 -1
- data/lib/active_samba_ldap/get_text_support.rb +1 -1
- data/lib/active_samba_ldap/version.rb +1 -1
- data/license/lgpl-2.1.txt +165 -0
- data/po/ja/active-samba-ldap.po +2 -2
- data/test/run-test.rb +3 -3
- metadata +145 -277
- data/bin/asl-groupadd.help +0 -16
- data/bin/asl-groupdel.help +0 -13
- data/bin/asl-groupmod.help +0 -19
- data/bin/asl-groupshow.help +0 -11
- data/bin/asl-passwd.help +0 -15
- data/bin/asl-populate.help +0 -28
- data/bin/asl-purge.help +0 -11
- data/bin/asl-samba-computeradd.help +0 -13
- data/bin/asl-samba-groupadd.help +0 -11
- data/bin/asl-samba-groupdel.help +0 -11
- data/bin/asl-samba-groupmod.help +0 -15
- data/bin/asl-samba-useradd.help +0 -13
- data/bin/asl-samba-userdel.help +0 -11
- data/bin/asl-samba-usermod.help +0 -15
- data/bin/asl-useradd.help +0 -49
- data/bin/asl-userdel.help +0 -18
- data/bin/asl-usermod.help +0 -47
- data/bin/asl-usershow.help +0 -11
- data/data/locale/ja/LC_MESSAGES/active-samba-ldap.mo +0 -0
- data/example/asl-admin/README +0 -243
- data/example/asl-admin/Rakefile +0 -10
- data/example/asl-admin/app/controllers/application_controller.rb +0 -10
- data/example/asl-admin/app/controllers/samba_controller.rb +0 -12
- data/example/asl-admin/app/helpers/application_helper.rb +0 -3
- data/example/asl-admin/app/helpers/samba_helper.rb +0 -2
- data/example/asl-admin/app/models/computer.rb +0 -3
- data/example/asl-admin/app/models/dc.rb +0 -3
- data/example/asl-admin/app/models/group.rb +0 -3
- data/example/asl-admin/app/models/idmap.rb +0 -3
- data/example/asl-admin/app/models/ou.rb +0 -3
- data/example/asl-admin/app/models/unix_id_pool.rb +0 -3
- data/example/asl-admin/app/models/user.rb +0 -3
- data/example/asl-admin/app/views/samba/index.html.erb +0 -17
- data/example/asl-admin/app/views/samba/populate.html.erb +0 -15
- data/example/asl-admin/app/views/samba/purge.html.erb +0 -10
- data/example/asl-admin/config/boot.rb +0 -110
- data/example/asl-admin/config/database.yml +0 -22
- data/example/asl-admin/config/environment.rb +0 -48
- data/example/asl-admin/config/environments/development.rb +0 -17
- data/example/asl-admin/config/environments/production.rb +0 -28
- data/example/asl-admin/config/environments/test.rb +0 -28
- data/example/asl-admin/config/initializers/backtrace_silencers.rb +0 -7
- data/example/asl-admin/config/initializers/inflections.rb +0 -10
- data/example/asl-admin/config/initializers/mime_types.rb +0 -5
- data/example/asl-admin/config/initializers/new_rails_defaults.rb +0 -19
- data/example/asl-admin/config/initializers/session_store.rb +0 -15
- data/example/asl-admin/config/ldap.yml.sample +0 -24
- data/example/asl-admin/config/locales/en.yml +0 -5
- data/example/asl-admin/config/routes.rb +0 -43
- data/example/asl-admin/log/test.log +0 -5
- data/example/asl-admin/public/404.html +0 -30
- data/example/asl-admin/public/422.html +0 -30
- data/example/asl-admin/public/500.html +0 -30
- data/example/asl-admin/public/favicon.ico +0 -0
- data/example/asl-admin/public/images/rails.png +0 -0
- data/example/asl-admin/public/index.html +0 -275
- data/example/asl-admin/public/javascripts/application.js +0 -2
- data/example/asl-admin/public/javascripts/controls.js +0 -963
- data/example/asl-admin/public/javascripts/dragdrop.js +0 -973
- data/example/asl-admin/public/javascripts/effects.js +0 -1128
- data/example/asl-admin/public/javascripts/prototype.js +0 -4320
- data/example/asl-admin/public/robots.txt +0 -5
- data/example/asl-admin/script/about +0 -4
- data/example/asl-admin/script/console +0 -3
- data/example/asl-admin/script/dbconsole +0 -3
- data/example/asl-admin/script/destroy +0 -3
- data/example/asl-admin/script/generate +0 -3
- data/example/asl-admin/script/performance/benchmarker +0 -3
- data/example/asl-admin/script/performance/profiler +0 -3
- data/example/asl-admin/script/plugin +0 -3
- data/example/asl-admin/script/runner +0 -3
- data/example/asl-admin/script/server +0 -3
- data/example/asl-admin/test/performance/browsing_test.rb +0 -9
- data/example/asl-admin/test/test_helper.rb +0 -38
- data/po/active-samba-ldap.pot +0 -463
- data/rails_generators/scaffold_active_samba_ldap/scaffold_active_samba_ldap_generator.rb +0 -28
- data/rails_generators/scaffold_active_samba_ldap/templates/computer.rb +0 -3
- data/rails_generators/scaffold_active_samba_ldap/templates/dc.rb +0 -3
- data/rails_generators/scaffold_active_samba_ldap/templates/group.rb +0 -3
- data/rails_generators/scaffold_active_samba_ldap/templates/idmap.rb +0 -3
- data/rails_generators/scaffold_active_samba_ldap/templates/ldap.yml +0 -24
- data/rails_generators/scaffold_active_samba_ldap/templates/ou.rb +0 -3
- data/rails_generators/scaffold_active_samba_ldap/templates/samba_controller.rb +0 -12
- data/rails_generators/scaffold_active_samba_ldap/templates/samba_helper.rb +0 -2
- data/rails_generators/scaffold_active_samba_ldap/templates/samba_index.html.erb +0 -17
- data/rails_generators/scaffold_active_samba_ldap/templates/samba_populate.html.erb +0 -15
- data/rails_generators/scaffold_active_samba_ldap/templates/samba_purge.html.erb +0 -10
- data/rails_generators/scaffold_active_samba_ldap/templates/unix_id_pool.rb +0 -3
- data/rails_generators/scaffold_active_samba_ldap/templates/user.rb +0 -3
- data/setup.rb +0 -1585
- data/test-unit/History.txt +0 -107
- data/test-unit/README.txt +0 -52
- data/test-unit/Rakefile +0 -40
- data/test-unit/TODO +0 -5
- data/test-unit/bin/testrb +0 -5
- data/test-unit/lib/test/unit.rb +0 -342
- data/test-unit/lib/test/unit/assertionfailederror.rb +0 -14
- data/test-unit/lib/test/unit/assertions.rb +0 -1149
- data/test-unit/lib/test/unit/attribute.rb +0 -125
- data/test-unit/lib/test/unit/autorunner.rb +0 -344
- data/test-unit/lib/test/unit/collector.rb +0 -43
- data/test-unit/lib/test/unit/collector/descendant.rb +0 -23
- data/test-unit/lib/test/unit/collector/dir.rb +0 -108
- data/test-unit/lib/test/unit/collector/load.rb +0 -137
- data/test-unit/lib/test/unit/collector/objectspace.rb +0 -34
- data/test-unit/lib/test/unit/color-scheme.rb +0 -90
- data/test-unit/lib/test/unit/color.rb +0 -96
- data/test-unit/lib/test/unit/diff.rb +0 -538
- data/test-unit/lib/test/unit/error.rb +0 -126
- data/test-unit/lib/test/unit/exceptionhandler.rb +0 -39
- data/test-unit/lib/test/unit/failure.rb +0 -110
- data/test-unit/lib/test/unit/fixture.rb +0 -176
- data/test-unit/lib/test/unit/notification.rb +0 -125
- data/test-unit/lib/test/unit/omission.rb +0 -143
- data/test-unit/lib/test/unit/pending.rb +0 -146
- data/test-unit/lib/test/unit/priority.rb +0 -181
- data/test-unit/lib/test/unit/runner/console.rb +0 -52
- data/test-unit/lib/test/unit/runner/emacs.rb +0 -8
- data/test-unit/lib/test/unit/runner/tap.rb +0 -8
- data/test-unit/lib/test/unit/testcase.rb +0 -425
- data/test-unit/lib/test/unit/testresult.rb +0 -89
- data/test-unit/lib/test/unit/testsuite.rb +0 -110
- data/test-unit/lib/test/unit/ui/console/outputlevel.rb +0 -14
- data/test-unit/lib/test/unit/ui/console/testrunner.rb +0 -278
- data/test-unit/lib/test/unit/ui/emacs/testrunner.rb +0 -49
- data/test-unit/lib/test/unit/ui/tap/testrunner.rb +0 -92
- data/test-unit/lib/test/unit/ui/testrunner.rb +0 -20
- data/test-unit/lib/test/unit/ui/testrunnermediator.rb +0 -77
- data/test-unit/lib/test/unit/ui/testrunnerutilities.rb +0 -41
- data/test-unit/lib/test/unit/util/backtracefilter.rb +0 -41
- data/test-unit/lib/test/unit/util/method-owner-finder.rb +0 -28
- data/test-unit/lib/test/unit/util/observable.rb +0 -90
- data/test-unit/lib/test/unit/util/procwrapper.rb +0 -48
- data/test-unit/lib/test/unit/version.rb +0 -7
- data/test-unit/sample/adder.rb +0 -13
- data/test-unit/sample/subtracter.rb +0 -12
- data/test-unit/sample/tc_adder.rb +0 -18
- data/test-unit/sample/tc_subtracter.rb +0 -18
- data/test-unit/sample/test_user.rb +0 -22
- data/test-unit/sample/ts_examples.rb +0 -7
- data/test-unit/test/collector/test-descendant.rb +0 -135
- data/test-unit/test/collector/test-load.rb +0 -329
- data/test-unit/test/collector/test_dir.rb +0 -406
- data/test-unit/test/collector/test_objectspace.rb +0 -98
- data/test-unit/test/run-test.rb +0 -13
- data/test-unit/test/test-attribute.rb +0 -86
- data/test-unit/test/test-color-scheme.rb +0 -60
- data/test-unit/test/test-color.rb +0 -47
- data/test-unit/test/test-diff.rb +0 -477
- data/test-unit/test/test-emacs-runner.rb +0 -60
- data/test-unit/test/test-fixture.rb +0 -287
- data/test-unit/test/test-notification.rb +0 -33
- data/test-unit/test/test-omission.rb +0 -81
- data/test-unit/test/test-pending.rb +0 -70
- data/test-unit/test/test-priority.rb +0 -119
- data/test-unit/test/test-testcase.rb +0 -507
- data/test-unit/test/test_assertions.rb +0 -1082
- data/test-unit/test/test_error.rb +0 -26
- data/test-unit/test/test_failure.rb +0 -33
- data/test-unit/test/test_testresult.rb +0 -113
- data/test-unit/test/test_testsuite.rb +0 -129
- data/test-unit/test/testunit-test-util.rb +0 -14
- data/test-unit/test/ui/test_testrunmediator.rb +0 -20
- data/test-unit/test/util/test-method-owner-finder.rb +0 -38
- data/test-unit/test/util/test_backtracefilter.rb +0 -41
- data/test-unit/test/util/test_observable.rb +0 -102
- data/test-unit/test/util/test_procwrapper.rb +0 -36
@@ -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
|
data/po/active-samba-ldap.pot
DELETED
@@ -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 ""
|