Skip to content

Commit b0ab979

Browse files
author
Paul Cobbaut
committed
correcting typo seperate-->separate
1 parent d8a83c1 commit b0ab979

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

modules/init/030_init_theory.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ l3:3:wait:/etc/rc.d/rc 3
7474
l4:4:wait:/etc/rc.d/rc 4
7575
l5:5:wait:/etc/rc.d/rc 5
7676
l6:6:wait:/etc/rc.d/rc 6</screen>
77-
<para>In both cases, this means that <command>init</command> will start the rc script with the runlevel as the only parameter. Actually <command>/etc/inittab</command><indexterm><primary>/etc/inittab</primary></indexterm> has fields seperated by colons. The second field determines the runlevel in which this line should be executed. So in both cases, only one line of the seven will be executed, depending on the runlevel set by <command>initdefault</command>.</para>
77+
<para>In both cases, this means that <command>init</command> will start the rc script with the runlevel as the only parameter. Actually <command>/etc/inittab</command><indexterm><primary>/etc/inittab</primary></indexterm> has fields separated by colons. The second field determines the runlevel in which this line should be executed. So in both cases, only one line of the seven will be executed, depending on the runlevel set by <command>initdefault</command>.</para>
7878
</section>
7979
<section><title>rc directories</title>
8080
<para>When you take a look any of the <command>/etc/rcX.d/</command><indexterm><primary>/etc/rcX.d/</primary></indexterm> directories, then you will see a lot of (links to) scripts who's name start with either uppercase K or uppercase S.</para>

modules/samba_domain_controller/040_samba_domain_controller_practice.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<para>4. Setup and verify the proper working of roaming profiles.</para>
77
<para>5. Find information about home directories for users, set them up and verify that users receive their home directory mapped under the H:-drive in MS Windows Explorer.</para>
88
<para>6. Use a couple of samba domain groups with members to set acls on ntfs. Verify that it works!</para>
9-
<para>7. Knowing that the &#037;m variable contains the computername, create a seperate log file for every computer(account).</para>
9+
<para>7. Knowing that the &#037;m variable contains the computername, create a separate log file for every computer(account).</para>
1010
<para>8. Knowing that &#037;s contains the client operating system, include a smb.&#037;s.conf file that contains a share. (The share will only be visible to clients with that OS).</para>
1111
<para>9. If time permits (or if you are waiting for other students to finish this practice), then combine "valid users" and "invalid users" with groups and usernames with "hosts allow" and "hosts deny" and make a table of which get priority over which.</para>
1212
</section>

modules/samba_securing_shares/030_samba_securing_shares_theory.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
</section>
3838
<section><title>security based on ip-address</title>
3939
<section><title>hosts allow</title>
40-
<para>The <command>hosts allow</command><indexterm><primary>hosts allow (Samba)</primary></indexterm> or <command>allow hosts</command><indexterm><primary>allow hosts (Samba)</primary></indexterm> parameter is one of the key advantages of Samba. It allows access control of shares on the ip-address level. To allow only specific hosts to access a share, list the hosts, seperated by comma's.</para>
40+
<para>The <command>hosts allow</command><indexterm><primary>hosts allow (Samba)</primary></indexterm> or <command>allow hosts</command><indexterm><primary>allow hosts (Samba)</primary></indexterm> parameter is one of the key advantages of Samba. It allows access control of shares on the ip-address level. To allow only specific hosts to access a share, list the hosts, separated by comma's.</para>
4141
<screen>allow hosts = 192.168.1.5, 192.168.1.40</screen>
4242
<para>Allowing entire subnets is done by ending the range with a dot.</para>
4343
<screen>allow hosts = 192.168.1.</screen>

0 commit comments

Comments
 (0)