activesambaldap 0.0.8 → 0.0.9

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 (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,16 +0,0 @@
1
- Usage: asl-groupadd [options] GROUP_NAME
2
- -g, --gid=GID GID number
3
- -t, --type=TYPE group type
4
- (domain)
5
- -p, --[no-]print-gid-number print the gid number to stdout
6
- (false)
7
-
8
- Common options:
9
- --config=CONFIG Specify configuration file
10
- Default configuration files:
11
- /etc/activesambaldap/config.yaml
12
- /etc/activesambaldap/bind.yaml
13
- /home/kou/.activesambaldap.conf
14
- /home/kou/.activesambaldap.bind
15
- -h, --help Show this message
16
- --version Show version
@@ -1,13 +0,0 @@
1
- Usage: asl-groupdel [options] GROUP_NAME
2
- -f, --[no-]force force delete group
3
- (false)
4
-
5
- Common options:
6
- --config=CONFIG Specify configuration file
7
- Default configuration files:
8
- /etc/activesambaldap/config.yaml
9
- /etc/activesambaldap/bind.yaml
10
- /home/kou/.activesambaldap.conf
11
- /home/kou/.activesambaldap.bind
12
- -h, --help Show this message
13
- --version Show version
@@ -1,19 +0,0 @@
1
- Usage: asl-groupmod [options] GROUP_NAME
2
- -g, --gid=GID GID number
3
- --[no-]allow-non-unique-gid gid can be non unique
4
- (false)
5
- -r, --rename=NEW_NAME new group name
6
- -a=MEMBER1,MEMBER2,MEBMER3 add members (comma delimited)
7
- --add-members
8
- -d=MEMBER1,MEMBER2,MEBMER3 delete members (comma delimited)
9
- --delete-members
10
-
11
- Common options:
12
- --config=CONFIG Specify configuration file
13
- Default configuration files:
14
- /etc/activesambaldap/config.yaml
15
- /etc/activesambaldap/bind.yaml
16
- /home/kou/.activesambaldap.conf
17
- /home/kou/.activesambaldap.bind
18
- -h, --help Show this message
19
- --version Show version
@@ -1,11 +0,0 @@
1
- Usage: asl-groupshow [options] GROUP_NAME
2
-
3
- Common options:
4
- --config=CONFIG Specify configuration file
5
- Default configuration files:
6
- /etc/activesambaldap/config.yaml
7
- /etc/activesambaldap/bind.yaml
8
- /home/kou/.activesambaldap.conf
9
- /home/kou/.activesambaldap.bind
10
- -h, --help Show this message
11
- --version Show version
data/bin/asl-passwd.help DELETED
@@ -1,15 +0,0 @@
1
- Usage: asl-passwd [options] [USER_NAME]
2
- -s, --[no-]samba-password update samba password
3
- (true)
4
- -u, --[no-]unix-password update UNIX password
5
- (true)
6
-
7
- Common options:
8
- --config=CONFIG Specify configuration file
9
- Default configuration files:
10
- /etc/activesambaldap/config.yaml
11
- /etc/activesambaldap/bind.yaml
12
- /home/kou/.activesambaldap.conf
13
- /home/kou/.activesambaldap.bind
14
- -h, --help Show this message
15
- --version Show version
@@ -1,28 +0,0 @@
1
- Usage: asl-populate [options]
2
- -u, --start-uid=UID first uid number to allocate
3
- (10000)
4
- -g, --start-gid=GID first gid number to allocate
5
- (10000)
6
- -a, --administrator=NAME administrator login name
7
- (Administrator)
8
- --administrator-uid=UID administrator's uid number
9
- (500)
10
- --administrator-gid=GID administrator's gid number
11
- (512)
12
- --guest=NAME guest login name
13
- (Guest)
14
- --guest-uid=UID guest's uid number
15
- (501)
16
- --guest-gid=GID guest's gid number
17
- (514)
18
- -e, --export-ldif=LDIF export LDIF file
19
-
20
- Common options:
21
- --config=CONFIG Specify configuration file
22
- Default configuration files:
23
- /etc/activesambaldap/config.yaml
24
- /etc/activesambaldap/bind.yaml
25
- /home/kou/.activesambaldap.conf
26
- /home/kou/.activesambaldap.bind
27
- -h, --help Show this message
28
- --version Show version
data/bin/asl-purge.help DELETED
@@ -1,11 +0,0 @@
1
- Usage: asl-purge [options]
2
-
3
- Common options:
4
- --config=CONFIG Specify configuration file
5
- Default configuration files:
6
- /etc/activesambaldap/config.yaml
7
- /etc/activesambaldap/bind.yaml
8
- /home/kou/.activesambaldap.conf
9
- /home/kou/.activesambaldap.bind
10
- -h, --help Show this message
11
- --version Show version
@@ -1,13 +0,0 @@
1
- Usage: asl-samba-computeradd [options] COMPUTER_NAME
2
- -o, --ou=OU add the user in the organizational unit OU
3
- (relative to the user suffix)
4
-
5
- Common options:
6
- --config=CONFIG Specify configuration file
7
- Default configuration files:
8
- /etc/activesambaldap/config.yaml
9
- /etc/activesambaldap/bind.yaml
10
- /home/kou/.activesambaldap.conf
11
- /home/kou/.activesambaldap.bind
12
- -h, --help Show this message
13
- --version Show version
@@ -1,11 +0,0 @@
1
- Usage: asl-samba-groupadd [options] GROUP_NAME
2
-
3
- Common options:
4
- --config=CONFIG Specify configuration file
5
- Default configuration files:
6
- /etc/activesambaldap/config.yaml
7
- /etc/activesambaldap/bind.yaml
8
- /home/kou/.activesambaldap.conf
9
- /home/kou/.activesambaldap.bind
10
- -h, --help Show this message
11
- --version Show version
@@ -1,11 +0,0 @@
1
- Usage: asl-samba-groupdel [options] GROUP_NAME
2
-
3
- Common options:
4
- --config=CONFIG Specify configuration file
5
- Default configuration files:
6
- /etc/activesambaldap/config.yaml
7
- /etc/activesambaldap/bind.yaml
8
- /home/kou/.activesambaldap.conf
9
- /home/kou/.activesambaldap.bind
10
- -h, --help Show this message
11
- --version Show version
@@ -1,15 +0,0 @@
1
- Usage: asl-samba-groupmod [options] GROUP_NAME
2
- -a=MEMBER1,MEMBER2,MEBMER3 add members (comma delimited)
3
- --add-members
4
- -d=MEMBER1,MEMBER2,MEBMER3 delete members (comma delimited)
5
- --delete-members
6
-
7
- Common options:
8
- --config=CONFIG Specify configuration file
9
- Default configuration files:
10
- /etc/activesambaldap/config.yaml
11
- /etc/activesambaldap/bind.yaml
12
- /home/kou/.activesambaldap.conf
13
- /home/kou/.activesambaldap.bind
14
- -h, --help Show this message
15
- --version Show version
@@ -1,13 +0,0 @@
1
- Usage: asl-samba-useradd [options] USER_NAME
2
- -o, --ou=OU add the user in the organizational unit OU
3
- (relative to the user suffix)
4
-
5
- Common options:
6
- --config=CONFIG Specify configuration file
7
- Default configuration files:
8
- /etc/activesambaldap/config.yaml
9
- /etc/activesambaldap/bind.yaml
10
- /home/kou/.activesambaldap.conf
11
- /home/kou/.activesambaldap.bind
12
- -h, --help Show this message
13
- --version Show version
@@ -1,11 +0,0 @@
1
- Usage: asl-samba-userdel [options] USER_NAME
2
-
3
- Common options:
4
- --config=CONFIG Specify configuration file
5
- Default configuration files:
6
- /etc/activesambaldap/config.yaml
7
- /etc/activesambaldap/bind.yaml
8
- /home/kou/.activesambaldap.conf
9
- /home/kou/.activesambaldap.bind
10
- -h, --help Show this message
11
- --version Show version
@@ -1,15 +0,0 @@
1
- Usage: asl-samba-usermod [options] USER_NAME
2
- -c, --[no-]computer-account is a Windows Workstation
3
- (otherwise, Windows user)
4
- (false)
5
- -g, --gid=GID gid
6
-
7
- Common options:
8
- --config=CONFIG Specify configuration file
9
- Default configuration files:
10
- /etc/activesambaldap/config.yaml
11
- /etc/activesambaldap/bind.yaml
12
- /home/kou/.activesambaldap.conf
13
- /home/kou/.activesambaldap.bind
14
- -h, --help Show this message
15
- --version Show version
data/bin/asl-useradd.help DELETED
@@ -1,49 +0,0 @@
1
- Usage: asl-useradd [options] USER_NAME
2
- -o, --ou=OU add the user in the organizational unit OU
3
- (relative to the user suffix)
4
- --[no-]computer-account is a Windows Workstation
5
- (otherwise, Windows user)
6
- (false)
7
- -u, --uid=UID uid
8
- -g, --gid=GID gid
9
- --groups=GID1,GID2,GID3 supplementary groups (comma separated)
10
- --[no-]create-group create a group for the user
11
- (true)
12
- -c, --comment=COMMENT set the GECOS field for the new user account
13
- -s, --shell=SHELL shell
14
- -G, --given-name=NAME given name
15
- -N, --common-name=NAME common name
16
- -S, --surname=NAME surname
17
- -d, --home-directory=HOME_DIR home directory
18
- --home-directory-mode=MODE permission of home directory
19
- --[no-]setup-home-directory setup home directory
20
- (true)
21
- -k, --skel=DIR skeleton directory
22
- --skeleton-directory
23
- --time=TIME wait TIME seconds before exiting
24
- (0)
25
-
26
- For samba accounts:
27
- -e, --expire-date=DATE expire date
28
- -C, --[no-]can-change-password can change password
29
- -M, --[no-]must-change-password must change password
30
- --samba-home-path=UNC sambaHomePath
31
- (SMB home share, like '\\PDC\user'
32
- --samba-home-drive=DRIVE sambaHomeDrive
33
- (letter associated with home share, like 'H:')
34
- --samba-logon-script=SCRIPT sambaLogonScript
35
- (DOS script to execute on login)
36
- --samba-profile-path=PATH sambaProfilePath
37
- (profile directory, like '\\PDC\profiles\user')
38
- --samba-account-flags=FLAGS sambaAcctFlags
39
- (samba account control bits, like '[NDHTUMWSLXI]')
40
-
41
- Common options:
42
- --config=CONFIG Specify configuration file
43
- Default configuration files:
44
- /etc/activesambaldap/config.yaml
45
- /etc/activesambaldap/bind.yaml
46
- /home/kou/.activesambaldap.conf
47
- /home/kou/.activesambaldap.bind
48
- -h, --help Show this message
49
- --version Show version
data/bin/asl-userdel.help DELETED
@@ -1,18 +0,0 @@
1
- Usage: asl-userdel [options] USER_NAME
2
- -c, --[no-]computer-account is a Windows Workstation
3
- (otherwise, Windows user)
4
- (false)
5
- -r, --[no-]remove-home-directory remove home directory
6
- (false)
7
- -i, --[no-]interactive do interactively
8
- (false)
9
-
10
- Common options:
11
- --config=CONFIG Specify configuration file
12
- Default configuration files:
13
- /etc/activesambaldap/config.yaml
14
- /etc/activesambaldap/bind.yaml
15
- /home/kou/.activesambaldap.conf
16
- /home/kou/.activesambaldap.bind
17
- -h, --help Show this message
18
- --version Show version
data/bin/asl-usermod.help DELETED
@@ -1,47 +0,0 @@
1
- Usage: asl-usermod [options] USER_NAME
2
- -c, --[no-]computer-account is a Windows Workstation
3
- (otherwise, Windows user)
4
- (false)
5
- --gecos=GECOS gecos
6
- -d, --home-directory=HOME_DIR home directory
7
- -m, --[no-]move-home-directory move home directory
8
- (false)
9
- -r, --rename=NEW_NAME new user name (cn and dn are updated)
10
- -u, --uid=UID uid
11
- --[no-]allow-non-unique-uid uid can be non unique
12
- (false)
13
- -g, --gid=GID gid
14
- -G, --groups=GID1,GID2,GID3 supplementary groups (comma separated)
15
- --[no-]merge-groups replace supplementary groups
16
- (false)
17
- -s, --shell=SHELL shell
18
- --given-name=NAME given name
19
- -N, --common-name=NAME common name
20
- -S, --surname=NAME surname
21
-
22
- For samba accounts:
23
- -e, --expire-date=DATE expire date
24
- -C, --[no-]can-change-password can change password
25
- -M, --[no-]must-change-password must change password
26
- --samba-home-path=PATH sambaHomePath
27
- (SMB home share, like '\\PDC\user'
28
- --samba-home-drive=DRIVE sambaHomeDrive
29
- (letter associated with home share, like 'H:')
30
- --samba-logon-script=SCRIPT sambaLogonScript
31
- (DOS script to execute on login)
32
- --samba-profile-path=PATH sambaProfilePath
33
- (profile directory, like '\\PDC\profiles\user')
34
- --samba-account-flags=FLAGS sambaAcctFlags
35
- (samba account control bits, like '[NDHTUMWSLXI]')
36
- -D, --[no-]disable-user disable this user
37
- -E, --[no-]enable-user enable this user
38
-
39
- Common options:
40
- --config=CONFIG Specify configuration file
41
- Default configuration files:
42
- /etc/activesambaldap/config.yaml
43
- /etc/activesambaldap/bind.yaml
44
- /home/kou/.activesambaldap.conf
45
- /home/kou/.activesambaldap.bind
46
- -h, --help Show this message
47
- --version Show version
@@ -1,11 +0,0 @@
1
- Usage: asl-usershow [options] USER_NAME
2
-
3
- Common options:
4
- --config=CONFIG Specify configuration file
5
- Default configuration files:
6
- /etc/activesambaldap/config.yaml
7
- /etc/activesambaldap/bind.yaml
8
- /home/kou/.activesambaldap.conf
9
- /home/kou/.activesambaldap.bind
10
- -h, --help Show this message
11
- --version Show version
@@ -1,243 +0,0 @@
1
- == Welcome to Rails
2
-
3
- Rails is a web-application framework that includes everything needed to create
4
- database-backed web applications according to the Model-View-Control pattern.
5
-
6
- This pattern splits the view (also called the presentation) into "dumb" templates
7
- that are primarily responsible for inserting pre-built data in between HTML tags.
8
- The model contains the "smart" domain objects (such as Account, Product, Person,
9
- Post) that holds all the business logic and knows how to persist themselves to
10
- a database. The controller handles the incoming requests (such as Save New Account,
11
- Update Product, Show Post) by manipulating the model and directing data to the view.
12
-
13
- In Rails, the model is handled by what's called an object-relational mapping
14
- layer entitled Active Record. This layer allows you to present the data from
15
- database rows as objects and embellish these data objects with business logic
16
- methods. You can read more about Active Record in
17
- link:files/vendor/rails/activerecord/README.html.
18
-
19
- The controller and view are handled by the Action Pack, which handles both
20
- layers by its two parts: Action View and Action Controller. These two layers
21
- are bundled in a single package due to their heavy interdependence. This is
22
- unlike the relationship between the Active Record and Action Pack that is much
23
- more separate. Each of these packages can be used independently outside of
24
- Rails. You can read more about Action Pack in
25
- link:files/vendor/rails/actionpack/README.html.
26
-
27
-
28
- == Getting Started
29
-
30
- 1. At the command prompt, start a new Rails application using the <tt>rails</tt> command
31
- and your application name. Ex: rails myapp
32
- 2. Change directory into myapp and start the web server: <tt>script/server</tt> (run with --help for options)
33
- 3. Go to http://localhost:3000/ and get "Welcome aboard: You're riding the Rails!"
34
- 4. Follow the guidelines to start developing your application
35
-
36
-
37
- == Web Servers
38
-
39
- By default, Rails will try to use Mongrel if it's are installed when started with script/server, otherwise Rails will use WEBrick, the webserver that ships with Ruby. But you can also use Rails
40
- with a variety of other web servers.
41
-
42
- Mongrel is a Ruby-based webserver with a C component (which requires compilation) that is
43
- suitable for development and deployment of Rails applications. If you have Ruby Gems installed,
44
- getting up and running with mongrel is as easy as: <tt>gem install mongrel</tt>.
45
- More info at: http://mongrel.rubyforge.org
46
-
47
- Say other Ruby web servers like Thin and Ebb or regular web servers like Apache or LiteSpeed or
48
- Lighttpd or IIS. The Ruby web servers are run through Rack and the latter can either be setup to use
49
- FCGI or proxy to a pack of Mongrels/Thin/Ebb servers.
50
-
51
- == Apache .htaccess example for FCGI/CGI
52
-
53
- # General Apache options
54
- AddHandler fastcgi-script .fcgi
55
- AddHandler cgi-script .cgi
56
- Options +FollowSymLinks +ExecCGI
57
-
58
- # If you don't want Rails to look in certain directories,
59
- # use the following rewrite rules so that Apache won't rewrite certain requests
60
- #
61
- # Example:
62
- # RewriteCond %{REQUEST_URI} ^/notrails.*
63
- # RewriteRule .* - [L]
64
-
65
- # Redirect all requests not available on the filesystem to Rails
66
- # By default the cgi dispatcher is used which is very slow
67
- #
68
- # For better performance replace the dispatcher with the fastcgi one
69
- #
70
- # Example:
71
- # RewriteRule ^(.*)$ dispatch.fcgi [QSA,L]
72
- RewriteEngine On
73
-
74
- # If your Rails application is accessed via an Alias directive,
75
- # then you MUST also set the RewriteBase in this htaccess file.
76
- #
77
- # Example:
78
- # Alias /myrailsapp /path/to/myrailsapp/public
79
- # RewriteBase /myrailsapp
80
-
81
- RewriteRule ^$ index.html [QSA]
82
- RewriteRule ^([^.]+)$ $1.html [QSA]
83
- RewriteCond %{REQUEST_FILENAME} !-f
84
- RewriteRule ^(.*)$ dispatch.cgi [QSA,L]
85
-
86
- # In case Rails experiences terminal errors
87
- # Instead of displaying this message you can supply a file here which will be rendered instead
88
- #
89
- # Example:
90
- # ErrorDocument 500 /500.html
91
-
92
- ErrorDocument 500 "<h2>Application error</h2>Rails application failed to start properly"
93
-
94
-
95
- == Debugging Rails
96
-
97
- Sometimes your application goes wrong. Fortunately there are a lot of tools that
98
- will help you debug it and get it back on the rails.
99
-
100
- First area to check is the application log files. Have "tail -f" commands running
101
- on the server.log and development.log. Rails will automatically display debugging
102
- and runtime information to these files. Debugging info will also be shown in the
103
- browser on requests from 127.0.0.1.
104
-
105
- You can also log your own messages directly into the log file from your code using
106
- the Ruby logger class from inside your controllers. Example:
107
-
108
- class WeblogController < ActionController::Base
109
- def destroy
110
- @weblog = Weblog.find(params[:id])
111
- @weblog.destroy
112
- logger.info("#{Time.now} Destroyed Weblog ID ##{@weblog.id}!")
113
- end
114
- end
115
-
116
- The result will be a message in your log file along the lines of:
117
-
118
- Mon Oct 08 14:22:29 +1000 2007 Destroyed Weblog ID #1
119
-
120
- More information on how to use the logger is at http://www.ruby-doc.org/core/
121
-
122
- Also, Ruby documentation can be found at http://www.ruby-lang.org/ including:
123
-
124
- * The Learning Ruby (Pickaxe) Book: http://www.ruby-doc.org/docs/ProgrammingRuby/
125
- * Learn to Program: http://pine.fm/LearnToProgram/ (a beginners guide)
126
-
127
- These two online (and free) books will bring you up to speed on the Ruby language
128
- and also on programming in general.
129
-
130
-
131
- == Debugger
132
-
133
- Debugger support is available through the debugger command when you start your Mongrel or
134
- Webrick server with --debugger. This means that you can break out of execution at any point
135
- in the code, investigate and change the model, AND then resume execution!
136
- You need to install ruby-debug to run the server in debugging mode. With gems, use 'gem install ruby-debug'
137
- Example:
138
-
139
- class WeblogController < ActionController::Base
140
- def index
141
- @posts = Post.find(:all)
142
- debugger
143
- end
144
- end
145
-
146
- So the controller will accept the action, run the first line, then present you
147
- with a IRB prompt in the server window. Here you can do things like:
148
-
149
- >> @posts.inspect
150
- => "[#<Post:0x14a6be8 @attributes={\"title\"=>nil, \"body\"=>nil, \"id\"=>\"1\"}>,
151
- #<Post:0x14a6620 @attributes={\"title\"=>\"Rails you know!\", \"body\"=>\"Only ten..\", \"id\"=>\"2\"}>]"
152
- >> @posts.first.title = "hello from a debugger"
153
- => "hello from a debugger"
154
-
155
- ...and even better is that you can examine how your runtime objects actually work:
156
-
157
- >> f = @posts.first
158
- => #<Post:0x13630c4 @attributes={"title"=>nil, "body"=>nil, "id"=>"1"}>
159
- >> f.
160
- Display all 152 possibilities? (y or n)
161
-
162
- Finally, when you're ready to resume execution, you enter "cont"
163
-
164
-
165
- == Console
166
-
167
- You can interact with the domain model by starting the console through <tt>script/console</tt>.
168
- Here you'll have all parts of the application configured, just like it is when the
169
- application is running. You can inspect domain models, change values, and save to the
170
- database. Starting the script without arguments will launch it in the development environment.
171
- Passing an argument will specify a different environment, like <tt>script/console production</tt>.
172
-
173
- To reload your controllers and models after launching the console run <tt>reload!</tt>
174
-
175
- == dbconsole
176
-
177
- You can go to the command line of your database directly through <tt>script/dbconsole</tt>.
178
- You would be connected to the database with the credentials defined in database.yml.
179
- Starting the script without arguments will connect you to the development database. Passing an
180
- argument will connect you to a different database, like <tt>script/dbconsole production</tt>.
181
- Currently works for mysql, postgresql and sqlite.
182
-
183
- == Description of Contents
184
-
185
- app
186
- Holds all the code that's specific to this particular application.
187
-
188
- app/controllers
189
- Holds controllers that should be named like weblogs_controller.rb for
190
- automated URL mapping. All controllers should descend from ApplicationController
191
- which itself descends from ActionController::Base.
192
-
193
- app/models
194
- Holds models that should be named like post.rb.
195
- Most models will descend from ActiveRecord::Base.
196
-
197
- app/views
198
- Holds the template files for the view that should be named like
199
- weblogs/index.html.erb for the WeblogsController#index action. All views use eRuby
200
- syntax.
201
-
202
- app/views/layouts
203
- Holds the template files for layouts to be used with views. This models the common
204
- header/footer method of wrapping views. In your views, define a layout using the
205
- <tt>layout :default</tt> and create a file named default.html.erb. Inside default.html.erb,
206
- call <% yield %> to render the view using this layout.
207
-
208
- app/helpers
209
- Holds view helpers that should be named like weblogs_helper.rb. These are generated
210
- for you automatically when using script/generate for controllers. Helpers can be used to
211
- wrap functionality for your views into methods.
212
-
213
- config
214
- Configuration files for the Rails environment, the routing map, the database, and other dependencies.
215
-
216
- db
217
- Contains the database schema in schema.rb. db/migrate contains all
218
- the sequence of Migrations for your schema.
219
-
220
- doc
221
- This directory is where your application documentation will be stored when generated
222
- using <tt>rake doc:app</tt>
223
-
224
- lib
225
- Application specific libraries. Basically, any kind of custom code that doesn't
226
- belong under controllers, models, or helpers. This directory is in the load path.
227
-
228
- public
229
- The directory available for the web server. Contains subdirectories for images, stylesheets,
230
- and javascripts. Also contains the dispatchers and the default HTML files. This should be
231
- set as the DOCUMENT_ROOT of your web server.
232
-
233
- script
234
- Helper scripts for automation and generation.
235
-
236
- test
237
- Unit and functional tests along with fixtures. When using the script/generate scripts, template
238
- test files will be generated for you and placed in this directory.
239
-
240
- vendor
241
- External libraries that the application depends on. Also includes the plugins subdirectory.
242
- If the app has frozen rails, those gems also go here, under vendor/rails/.
243
- This directory is in the load path.