activesambaldap 0.0.6 → 0.0.7

Sign up to get free protection for your applications and to get access to all the features.
Files changed (107) hide show
  1. data/NEWS.en +20 -18
  2. data/NEWS.ja +23 -21
  3. data/README.en +122 -95
  4. data/README.ja +125 -98
  5. data/Rakefile +29 -64
  6. data/bin/asl-groupadd +1 -1
  7. data/bin/asl-groupadd.help +1 -0
  8. data/bin/asl-groupdel +1 -1
  9. data/bin/asl-groupdel.help +1 -0
  10. data/bin/asl-groupmod +1 -1
  11. data/bin/asl-groupmod.help +1 -0
  12. data/bin/asl-groupshow +1 -1
  13. data/bin/asl-groupshow.help +1 -0
  14. data/bin/asl-passwd +1 -1
  15. data/bin/asl-passwd.help +1 -0
  16. data/bin/asl-populate +2 -2
  17. data/bin/asl-populate.help +1 -0
  18. data/bin/asl-purge +1 -1
  19. data/bin/asl-purge.help +1 -0
  20. data/bin/asl-samba-computeradd +1 -1
  21. data/bin/asl-samba-computeradd.help +1 -0
  22. data/bin/asl-samba-groupadd +1 -1
  23. data/bin/asl-samba-groupadd.help +1 -0
  24. data/bin/asl-samba-groupdel +1 -1
  25. data/bin/asl-samba-groupdel.help +1 -0
  26. data/bin/asl-samba-groupmod +1 -1
  27. data/bin/asl-samba-groupmod.help +1 -0
  28. data/bin/asl-samba-useradd +1 -1
  29. data/bin/asl-samba-useradd.help +1 -0
  30. data/bin/asl-samba-userdel +1 -1
  31. data/bin/asl-samba-userdel.help +1 -0
  32. data/bin/asl-samba-usermod +1 -1
  33. data/bin/asl-samba-usermod.help +1 -0
  34. data/bin/asl-useradd +1 -1
  35. data/bin/asl-useradd.help +6 -4
  36. data/bin/asl-userdel +1 -1
  37. data/bin/asl-userdel.help +1 -0
  38. data/bin/asl-usermod +1 -1
  39. data/bin/asl-usermod.help +2 -0
  40. data/bin/asl-usershow +1 -1
  41. data/bin/asl-usershow.help +1 -0
  42. data/data/locale/ja/LC_MESSAGES/active-samba-ldap.mo +0 -0
  43. data/lib/active_samba_ldap/version.rb +1 -1
  44. data/lib/active_samba_ldap.rb +1 -1
  45. data/po/ja/active-samba-ldap.po +5 -5
  46. data/rails/{plugin/active_samba_ldap/README → README} +0 -0
  47. data/rails/{plugin/active_samba_ldap/init.rb → init.rb} +1 -1
  48. data/{rails/plugin/active_samba_ldap/generators → rails_generators}/scaffold_active_samba_ldap/scaffold_active_samba_ldap_generator.rb +0 -0
  49. data/{rails/plugin/active_samba_ldap/generators → rails_generators}/scaffold_active_samba_ldap/templates/computer.rb +0 -0
  50. data/{rails/plugin/active_samba_ldap/generators → rails_generators}/scaffold_active_samba_ldap/templates/dc.rb +0 -0
  51. data/{rails/plugin/active_samba_ldap/generators → rails_generators}/scaffold_active_samba_ldap/templates/group.rb +0 -0
  52. data/{rails/plugin/active_samba_ldap/generators → rails_generators}/scaffold_active_samba_ldap/templates/idmap.rb +0 -0
  53. data/{rails/plugin/active_samba_ldap/generators → rails_generators}/scaffold_active_samba_ldap/templates/ldap.yml +0 -0
  54. data/{rails/plugin/active_samba_ldap/generators → rails_generators}/scaffold_active_samba_ldap/templates/ou.rb +0 -0
  55. data/{rails/plugin/active_samba_ldap/generators → rails_generators}/scaffold_active_samba_ldap/templates/samba_controller.rb +0 -0
  56. data/{rails/plugin/active_samba_ldap/generators → rails_generators}/scaffold_active_samba_ldap/templates/samba_helper.rb +0 -0
  57. data/{rails/plugin/active_samba_ldap/generators → rails_generators}/scaffold_active_samba_ldap/templates/samba_index.rhtml +0 -0
  58. data/{rails/plugin/active_samba_ldap/generators → rails_generators}/scaffold_active_samba_ldap/templates/samba_populate.rhtml +0 -0
  59. data/{rails/plugin/active_samba_ldap/generators → rails_generators}/scaffold_active_samba_ldap/templates/samba_purge.rhtml +0 -0
  60. data/{rails/plugin/active_samba_ldap/generators → rails_generators}/scaffold_active_samba_ldap/templates/unix_id_pool.rb +0 -0
  61. data/{rails/plugin/active_samba_ldap/generators → rails_generators}/scaffold_active_samba_ldap/templates/user.rb +0 -0
  62. data/test/asl-test-utils.rb +2 -2
  63. data/test/test_asl_usershow.rb +2 -2
  64. data/test/test_password.rb +2 -2
  65. data/test/test_user_home_directory.rb +2 -2
  66. data/test-unit/History.txt +76 -1
  67. data/test-unit/README.txt +32 -12
  68. data/test-unit/Rakefile +19 -1
  69. data/test-unit/TODO +5 -0
  70. data/test-unit/lib/test/unit/assertions.rb +515 -88
  71. data/test-unit/lib/test/unit/autorunner.rb +93 -14
  72. data/test-unit/lib/test/unit/collector/load.rb +1 -1
  73. data/test-unit/lib/test/unit/collector.rb +1 -1
  74. data/test-unit/lib/test/unit/color-scheme.rb +86 -0
  75. data/test-unit/lib/test/unit/color.rb +40 -5
  76. data/test-unit/lib/test/unit/diff.rb +14 -0
  77. data/test-unit/lib/test/unit/fixture.rb +7 -16
  78. data/test-unit/lib/test/unit/notification.rb +9 -0
  79. data/test-unit/lib/test/unit/omission.rb +14 -0
  80. data/test-unit/lib/test/unit/pending.rb +16 -0
  81. data/test-unit/lib/test/unit/priority.rb +38 -3
  82. data/test-unit/lib/test/unit/runner/console.rb +8 -2
  83. data/test-unit/lib/test/unit/testcase.rb +263 -12
  84. data/test-unit/lib/test/unit/ui/console/testrunner.rb +58 -30
  85. data/test-unit/lib/test/unit/util/method-owner-finder.rb +28 -0
  86. data/test-unit/lib/test/unit/version.rb +1 -1
  87. data/test-unit/lib/test/unit.rb +62 -0
  88. data/test-unit/sample/test_user.rb +22 -0
  89. data/test-unit/test/collector/{test_descendant.rb → test-descendant.rb} +0 -0
  90. data/test-unit/test/collector/{test_load.rb → test-load.rb} +1 -1
  91. data/test-unit/test/{test_attribute.rb → test-attribute.rb} +0 -0
  92. data/test-unit/test/test-color-scheme.rb +56 -0
  93. data/test-unit/test/{test_color.rb → test-color.rb} +10 -0
  94. data/test-unit/test/{test_diff.rb → test-diff.rb} +0 -0
  95. data/test-unit/test/{test_emacs_runner.rb → test-emacs-runner.rb} +0 -0
  96. data/test-unit/test/test-fixture.rb +287 -0
  97. data/test-unit/test/{test_notification.rb → test-notification.rb} +4 -4
  98. data/test-unit/test/{test_omission.rb → test-omission.rb} +6 -6
  99. data/test-unit/test/{test_pending.rb → test-pending.rb} +12 -6
  100. data/test-unit/test/{test_priority.rb → test-priority.rb} +30 -0
  101. data/test-unit/test/{test_testcase.rb → test-testcase.rb} +100 -4
  102. data/test-unit/test/test_assertions.rb +462 -73
  103. data/test-unit/test/{testunit_test_util.rb → testunit-test-util.rb} +4 -2
  104. data/test-unit/test/ui/test_testrunmediator.rb +1 -1
  105. data/test-unit/test/util/test-method-owner-finder.rb +38 -0
  106. metadata +69 -79
  107. data/test-unit/test/test_fixture.rb +0 -275
data/NEWS.en CHANGED
@@ -1,38 +1,40 @@
1
- # -*- rd -*-
2
-
3
1
  = NEWS.en
4
2
 
5
- $Id: NEWS.en 147 2008-06-18 05:05:03Z kou $
3
+ $Id: NEWS.en 163 2009-07-12 03:10:44Z kou $
4
+
5
+ == 0.0.7: 2009-07-18
6
+
7
+ * Supported ActiveLdap 1.1.0.
6
8
 
7
9
  == 0.0.6: 2008-06-18
8
10
 
9
- * Supported ActiveLdap 1.0.1.
10
- * Supported ActiveSupport 2.1.0.
11
+ * Supported ActiveLdap 1.0.1.
12
+ * Supported ActiveSupport 2.1.0.
11
13
 
12
14
  == 0.0.5: 2007-11-19
13
15
 
14
- * Supported Ruby/ActiveLdap 0.9.0.
16
+ * Supported Ruby/ActiveLdap 0.9.0.
15
17
 
16
18
  == 0.0.4: 2007-09-16
17
19
 
18
- * Supported Ruby/ActiveLdap 0.8.3.1.
19
- * Supported Ruby-GetText-Package.
20
- * scaffold_asl -> scaffold_active_samba_ldap
21
- * Improved Rails support.
20
+ * Supported Ruby/ActiveLdap 0.8.3.1.
21
+ * Supported Ruby-GetText-Package.
22
+ * scaffold_asl -> scaffold_active_samba_ldap
23
+ * Improved Rails support.
22
24
 
23
25
  == 0.0.3: 2007-05-26
24
26
 
25
- * Fixed a typo of Ruby/ActiveLDAP's RubyGems name.
26
- * Supported Ruby/AtiveLDAP 0.8.2.
27
- * Integrated ActiveLdap::User, ActiveLdap::Computer and ActiveLdap::Group
28
- with ActiveLdap::SambaUser, ActiveLdap::SambaComputer and
29
- ActiveLdap::SambaGroup.
27
+ * Fixed a typo of Ruby/ActiveLDAP's RubyGems name.
28
+ * Supported Ruby/AtiveLDAP 0.8.2.
29
+ * Integrated ActiveLdap::User, ActiveLdap::Computer and ActiveLdap::Group
30
+ with ActiveLdap::SambaUser, ActiveLdap::SambaComputer and
31
+ ActiveLdap::SambaGroup.
30
32
 
31
33
  == 0.0.2: 2007-01-29
32
34
 
33
- * Supported ActiveSupport 1.4.0.
34
- * Fixed a typo of Ruby/ActiveLDAP's RubyGems name.
35
+ * Supported ActiveSupport 1.4.0.
36
+ * Fixed a typo of Ruby/ActiveLDAP's RubyGems name.
35
37
 
36
38
  == 0.0.1: 2006-11-17
37
39
 
38
- * Initial release.
40
+ * Initial release.
data/NEWS.ja CHANGED
@@ -1,42 +1,44 @@
1
- # -*- rd -*-
2
-
3
1
  = NEWS.ja
4
2
 
5
- $Id: NEWS.ja 147 2008-06-18 05:05:03Z kou $
3
+ $Id: NEWS.ja 163 2009-07-12 03:10:44Z kou $
4
+
5
+ == 0.0.7: 2009-07-18
6
+
7
+ * ActiveLdap 1.1.0対応。
6
8
 
7
9
  == 0.0.6: 2008-06-18
8
10
 
9
- * ActiveLdap 1.0.1対応。
10
- * ActiveSupport 2.1.0対応。
11
+ * ActiveLdap 1.0.1対応。
12
+ * ActiveSupport 2.1.0対応。
11
13
 
12
14
  == 0.0.5: 2007-11-19
13
15
 
14
- * Ruby/ActiveLdap 0.9.0対応。
16
+ * Ruby/ActiveLdap 0.9.0対応。
15
17
 
16
18
  == 0.0.4: 2007-09-16
17
19
 
18
- * Ruby/ActiveLdap 0.8.3.1対応。
19
- * Ruby-GetText-Package対応。
20
- * scaffold_asl -> scaffold_active_samba_ldap
21
- * Rails対応を強化。
20
+ * Ruby/ActiveLdap 0.8.3.1対応。
21
+ * Ruby-GetText-Package対応。
22
+ * scaffold_asl -> scaffold_active_samba_ldap
23
+ * Rails対応を強化。
22
24
 
23
25
  == 0.0.3: 2007-05-26
24
26
 
25
- * Ruby/ActiveLDAPのRubyGems名を修正.
26
- * Ruby/ActiveLDAP 0.8.2対応。
27
- * ActiveSambaLdap::SambaUser,
28
- ActiveSambaLdap::SambaComputer,
29
- ActiveSambaLdap::SambaGroupを廃止し、
30
- ActiveSambaLdap::User,
31
- ActiveSambaLdap::Computer,
32
- ActiveSambaLdap::Groupへ一本化。
27
+ * Ruby/ActiveLDAPのRubyGems名を修正.
28
+ * Ruby/ActiveLDAP 0.8.2対応。
29
+ * ActiveSambaLdap::SambaUser,
30
+ ActiveSambaLdap::SambaComputer,
31
+ ActiveSambaLdap::SambaGroupを廃止し、
32
+ ActiveSambaLdap::User,
33
+ ActiveSambaLdap::Computer,
34
+ ActiveSambaLdap::Groupへ一本化。
33
35
 
34
36
  == 0.0.2: 2007-01-29
35
37
 
36
- * ActiveSupport 1.4.0のサポート.
37
- * Ruby/ActiveLDAPのRubyGems名を修正.
38
+ * ActiveSupport 1.4.0のサポート.
39
+ * Ruby/ActiveLDAPのRubyGems名を修正.
38
40
 
39
41
  == 0.0.1: 2006-11-17
40
42
 
41
- * 最初のリリース.
43
+ * 最初のリリース.
42
44
 
data/README.en CHANGED
@@ -1,14 +1,12 @@
1
- # -*- rd -*-
2
-
3
1
  = README.en
4
2
 
5
- $Id: README.en 145 2008-06-14 14:30:20Z kou $
3
+ $Id: README.en 165 2009-07-17 22:35:02Z kou $
6
4
 
7
5
  == Name
8
6
 
9
7
  ActiveSambaLdap
10
8
 
11
- == What's this?
9
+ == Description
12
10
 
13
11
  ActiveSambaLdap is a library and a management tool for Samba +
14
12
  LDAP environment.
@@ -19,36 +17,35 @@ command-line tools to replace smbldap-tools written by Perl.
19
17
 
20
18
  == Author
21
19
 
22
- Kouhei Sutou <kou@cozmixng.org>
20
+ Kouhei Sutou <tt><kou@clear-code.com></tt>
23
21
 
24
22
  == Licence
25
23
 
26
24
  Ruby's.
27
25
 
26
+ == Dependency libraries
27
+
28
+ * ActiveLdap >= 1.1.0
29
+
30
+ == Install
31
+
32
+ % sudo gem install activesambaldap
33
+
28
34
  == Mailing list
29
35
 
30
36
  asl-devel@rubyforge.org
31
37
 
32
- ((<URL:http://rubyforge.org/mailman/listinfo/asl-devel/>))
38
+ http://rubyforge.org/mailman/listinfo/asl-devel/
33
39
 
34
40
  == Reference manual
35
41
 
36
- ((<URL:http://asl.rubyforge.org/activesambaldap/>))
37
-
38
- == Dependency libraries
39
-
40
- * ActiveLdap >= 1.0.1
42
+ http://asl.rubyforge.org/activesambaldap/
41
43
 
42
44
  == Usage
43
45
 
44
46
  === Use with Rails
45
47
 
46
- First, install ActiveSambaLdap plugin for Rails. And modify
47
- the following URL because the URL is for trunk.
48
-
49
- % script/plugin install svn://rubyforge.org/var/svn/asl/trunk/rails/plugin/active_samba_ldap
50
-
51
- Next, scaffold the environment of ActiveSambaLdap for Rails.
48
+ Scaffold the environment of ActiveSambaLdap for Rails.
52
49
 
53
50
  % script/generate scaffold_active_samba_ldap
54
51
 
@@ -96,10 +93,10 @@ below files. Configurations are overridden by latter
96
93
  configuration files. In the above example, configuration
97
94
  files are read by the following order:
98
95
 
99
- * /etc/activesambaldap/config.yaml
100
- * /etc/activesambaldap/bind.yaml
101
- * /home/kou/.activesambaldap.conf
102
- * /home/kou/.activesambaldap.bind
96
+ * /etc/activesambaldap/config.yaml
97
+ * /etc/activesambaldap/bind.yaml
98
+ * /home/kou/.activesambaldap.conf
99
+ * /home/kou/.activesambaldap.bind
103
100
 
104
101
  The reason why bind.yaml and *.bind are read after
105
102
  config.yaml and *.conf is for security. You should write
@@ -154,109 +151,138 @@ getlocalsid' is invoked each time.
154
151
 
155
152
  The following options are available:
156
153
 
157
- : base
158
- Same as the option of ActiveLdap::Base.establish_connection.
159
- : host
160
- Same as the option of ActiveLdap::Base.establish_connection.
161
- : port
162
- Same as the option of ActiveLdap::Base.establish_connection.
163
- : scope
164
- Same as the option of ActiveLdap::Base.establish_connection.
165
- : bind_dn
166
- Same as the option of ActiveLdap::Base.establish_connection.
167
- : password
168
- Same as the option of ActiveLdap::Base.establish_connection.
169
- : method
170
- Same as the option of ActiveLdap::Base.establish_connection.
171
- : allow_anonymous
172
- Same as the option of ActiveLdap::Base.establish_connection.
173
-
174
- : sid
154
+ [_base_]
155
+ Same as the option of ActiveLdap::Base.setup_connection.
156
+ [_host_]
157
+ Same as the option of ActiveLdap::Base.setup_connection.
158
+ [_port_]
159
+ Same as the option of ActiveLdap::Base.setup_connection.
160
+ [_scope_]
161
+ Same as the option of ActiveLdap::Base.setup_connection.
162
+ [_bind_dn_]
163
+ Same as the option of ActiveLdap::Base.setup_connection.
164
+ [_password_]
165
+ Same as the option of ActiveLdap::Base.setup_connection.
166
+ [_method_]
167
+ Same as the option of ActiveLdap::Base.setup_connection.
168
+ [_allow_anonymous_]
169
+ Same as the option of ActiveLdap::Base.setup_connection.
170
+
171
+ [_sid_]
175
172
  SID(Security Identifier) of your Samba server.
176
- : smb_conf
173
+ [_smb_conf_]
177
174
  The path of smb.conf for your Samba server.
178
- : samba_domain
175
+ [_samba_domain_]
179
176
  Domain name of your Samba server.
180
- : samba_netbios_name
177
+ [_samba_netbios_name_]
181
178
  NetBIOS name of your Samba server.
182
179
 
183
- : password_hash_type
180
+ [_password_hash_type_]
184
181
  Algorithm for hashing password in LDAP. Available
185
- algorithms are :crypt, :md5, :smd5, :sha and
186
- :ssha. Default algorithm is :ssha.
182
+ algorithms are +:crypt+, +:md5+, +:smd5+, +:sha+ and
183
+ +:ssha+.
187
184
 
188
185
  Password in LDAP is used for recognition in UNIX not Samba.
189
186
 
190
- : users_suffix
187
+ Default algorithm: +:ssha+
188
+
189
+ [_users_suffix_]
191
190
  Tree for user entries in LDAP. Specify relative path for
192
- base. For example: ou=Users
193
- : groups_suffix
191
+ base.
192
+
193
+ For example: <tt>"ou=Users"</tt>
194
+
195
+ [_groups_suffix_]
194
196
  Tree for group entries in LDAP. Specify relative path for
195
- base. For example: ou=Groups
196
- : computers_suffix
197
+ base.
198
+
199
+ For example: <tt>"ou=Groups"</tt>
200
+
201
+ [_computers_suffix_]
197
202
  Tree for computer entries in LDAP. Specify relative path for
198
- base. For example: ou=Computers
199
- : idmap_suffix
203
+ base.
204
+
205
+ For example: <tt>"ou=Computers"</tt>
206
+
207
+ [_idmap_suffix_]
200
208
  Tree for idmap entries in LDAP. Specify relative path for
201
- base. For example: ou=Idmap
209
+ base.
210
+
211
+ For example: <tt>"ou=Idmap"</tt>
202
212
 
203
- : start_uid
213
+ [_start_uid_]
204
214
  UID (User Identifier) for making new user. Next new
205
215
  user's default UID is incremented after making new
206
- user. Default is 10000.
216
+ user.
207
217
 
208
- : start_gid
218
+ Default: <tt>10000</tt>
219
+
220
+ [_start_gid_]
209
221
  GID (Group Identifier) for making new group. Next new
210
222
  group's default GID is incremented after making new
211
- group. Default is 10000.
223
+ group.
224
+
225
+ Default: <tt>10000</tt>
226
+
227
+ [_user_login_shell_]
228
+ Default login shell for new user.
229
+
230
+ Default: <tt>"/bin/false"</tt>
212
231
 
213
- : user_login_shell
214
- Default login shell for new user. Default is /bin/false.
215
- : user_home_directory
232
+ [_user_home_directory_]
216
233
  Default home directory for new user. %U is substituted
217
- with the user name. Default is /home/%U.
218
- : user_home_directory_mode
219
- Default permission of user's home directory. Default is
220
- 0755 (octal notation).
234
+ with the user name.
221
235
 
222
- : user_gecos
236
+ Default: <tt>"/home/%U"<tt>
237
+ [_user_home_directory_mode_]
238
+ Default permission of user's home directory.
239
+
240
+ Default: <tt>0755</tt> (octal notation)
241
+
242
+ [_user_gecos_]
223
243
  Default GECOS field value for new user. %U is substituted
224
244
  with user name.
225
245
 
226
- : user_home_unc
246
+ [_user_home_unc_]
227
247
  Default path for user's home in Windows. The path should
228
248
  be specified by UNC (Universal Naming Convention). %U is
229
- substituted with user name. Default is "\\NetBIOS name
230
- of your Samba server\%U".
249
+ substituted with user name.
231
250
 
232
- : user_profile
251
+ Default: <tt>"\\\\NetBIOS name of your Samba server\\%U"</tt>.
252
+
253
+ [_user_profile_]
233
254
  Default path of user profile specified by
234
255
  UNC (Universal Naming Convention). %U is substituted by
235
- the user name. Default is "\\NetBIOS name Samba
236
- server\profiles\%U".
256
+ the user name.
257
+
258
+ Default: <tt>"\\\\NetBIOS name Samba server\\profiles\\%U"</tt>
237
259
 
238
- : user_home_drive
239
- Default drive name of user's home. Default is H:.
260
+ [_user_home_drive_]
261
+ Default drive name of user's home.
240
262
 
241
- : user_logon_script
263
+ Default: <tt>"H:"<tt>
264
+
265
+ [_user_logon_script_]
242
266
  Default script name that is invoked when user
243
- logon. Default is logon.bat.
267
+ logon.
244
268
 
245
- # : mail_domain
269
+ Default: <tt>"logon.bat"</tt>
246
270
 
247
- : skeleton_directory
271
+ [_skeleton_directory_]
248
272
  Default skeleton directory for making user's home
249
- directory. Default is /etc/skel.
273
+ directory.
274
+
275
+ Default: <tt>"/etc/skel"</tt>
276
+
277
+ [_default_user_gid_]
278
+ Default GID of group to which user belongs.
250
279
 
251
- : default_user_gid
252
- Default GID of group to which user belongs. Default is
253
- 'Domain Users' group.
280
+ Default: <tt>"Domain Users"</tt> group
254
281
 
255
- : default_computer_gid
256
- Default GID of group to which computer belongs. Default
257
- is 'Domain Computers' group.
282
+ [_default_computer_gid_]
283
+ Default GID of group to which computer belongs.
258
284
 
259
- # : default_max_password_age
285
+ Default: <tt>"Domain Computers"</tt> group
260
286
 
261
287
  ==== Populate
262
288
 
@@ -267,7 +293,7 @@ with asl-*.
267
293
  % sudo asl-populate
268
294
 
269
295
  You can use the following command if you don't need to root
270
- authorization((-root authorization check may be needed...-)).
296
+ authorization. (root authorization check may be needed...)
271
297
 
272
298
  % fakeroot asl-populate
273
299
 
@@ -280,7 +306,7 @@ asl-purge and asl-password. Use --help options for more detail.
280
306
 
281
307
  You need to configure you smb.conf like the following if you
282
308
  want to administrate with
283
- ((<Srvtools|URL:http://support.microsoft.com/kb/173673/>))
309
+ Srvtools[http://support.microsoft.com/kb/173673/]
284
310
  from Windows or make Samba server domain controller.
285
311
  Use asl-samba-* for those propose.
286
312
 
@@ -319,16 +345,17 @@ You can list groups by the following command:
319
345
  If no groups listed by the above command after you execute
320
346
  asl-populate, please confirm the following:
321
347
 
322
- * Is your samba.schema old?
348
+ * Is your samba.schema old?
323
349
 
324
- If your sambaSID entry in your samba.schema doesn't have
325
- the following configuration, your samba.schema may be old.
326
- Please update your samba.schema.
350
+ If your sambaSID entry in your samba.schema doesn't have
351
+ the following configuration, your samba.schema may be old.
352
+ Please update your samba.schema.
327
353
 
328
- SUBSTR caseExactIA5SubstringsMatch
354
+ SUBSTR caseExactIA5SubstringsMatch
329
355
 
330
356
  == Thanks
331
357
 
332
- * Henrik Krög: He reported some bugs.
333
- * Olivier DIRRENBERGER: He reported a bug.
334
- * Francesco Malvezzi: He reported some bugs.
358
+ * Henrik Krög: He reported some bugs.
359
+ * Olivier DIRRENBERGER: He reported a bug.
360
+ * Francesco Malvezzi: He reported some bugs.
361
+ * Kazuhiro NISHIYAMA: He reported some bugs.