diff options
Diffstat (limited to 'docs/Samba-HOWTO-Collection/Group-Mapping.xml')
-rw-r--r-- | docs/Samba-HOWTO-Collection/Group-Mapping.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/Samba-HOWTO-Collection/Group-Mapping.xml b/docs/Samba-HOWTO-Collection/Group-Mapping.xml index 4d983655b4..c09d9e860b 100644 --- a/docs/Samba-HOWTO-Collection/Group-Mapping.xml +++ b/docs/Samba-HOWTO-Collection/Group-Mapping.xml @@ -52,7 +52,7 @@ accounts should be automatically created when these tools are used. In the absence of these scripts, and so long as <command>winbindd</command> is running, Samba group accounts that are created using these tools will be allocated UNIX UIDs/GIDs from the ID range specified by the - <smbconfoption><name>idmap uid</name></smbconfoption>/<smbconfoption><name>idmap gid</name></smbconfoption> + <smbconfoption name="idmap uid"/>/<smbconfoption name="idmap gid"/> parameters in the &smb.conf; file. </para> @@ -527,7 +527,7 @@ exit 0 <title>Configuration of &smb.conf; for the add group script.</title> <smbconfsection>[global]</smbconfsection> <member>...</member> -<smbconfoption><name>add group script</name><value>/path_to_tool/smbgrpadd.sh "%g"</value></smbconfoption> +<smbconfoption name="add group script">/path_to_tool/smbgrpadd.sh "%g"</smbconfoption> <member>...</member> </smbconfexample> </para> @@ -591,7 +591,7 @@ manually before putting them into active service. <para> This is a common problem when the <command>groupadd</command> is called directly - by the Samba interface script for the <smbconfoption><name>add group script</name></smbconfoption> in + by the Samba interface script for the <smbconfoption name="add group script"/> in the &smb.conf; file. </para> |