diff options
author | Christoph Zauner <christoph.zauner@sernet.de> | 2008-06-11 15:15:22 +0200 |
---|---|---|
committer | Karolin Seeger <kseeger@samba.org> | 2008-06-12 13:56:59 +0200 |
commit | 0af039b2ee5b3856185fbb8c81b8f43e85f119c1 (patch) | |
tree | 9942d3a8647a606d95d3094fda63560e62f6c99a /docs-xml | |
parent | 1b01f95b5d3627c94d3e566f8942bd47a87b5f7d (diff) | |
download | samba-0af039b2ee5b3856185fbb8c81b8f43e85f119c1.tar.gz samba-0af039b2ee5b3856185fbb8c81b8f43e85f119c1.tar.xz samba-0af039b2ee5b3856185fbb8c81b8f43e85f119c1.zip |
man pages: Added improvements.
(cherry picked from commit 7fecd548af0a21b9644bd70e22a38aaa28777aa0)
Diffstat (limited to 'docs-xml')
-rw-r--r-- | docs-xml/smbdotconf/base/interfaces.xml | 2 | ||||
-rw-r--r-- | docs-xml/smbdotconf/filename/mapreadonly.xml | 4 | ||||
-rw-r--r-- | docs-xml/smbdotconf/security/checkpasswordscript.xml | 11 |
3 files changed, 11 insertions, 6 deletions
diff --git a/docs-xml/smbdotconf/base/interfaces.xml b/docs-xml/smbdotconf/base/interfaces.xml index 2b13200ea6b..8c3684ff0fe 100644 --- a/docs-xml/smbdotconf/base/interfaces.xml +++ b/docs-xml/smbdotconf/base/interfaces.xml @@ -6,7 +6,7 @@ <description> <para>This option allows you to override the default network interfaces list that Samba will use for browsing, name - registration and other NBT traffic. By default Samba will query + registration and other NetBIOS over TCP/IP (NBT) traffic. By default Samba will query the kernel for the list of all active interfaces and use any interfaces except 127.0.0.1 that are broadcast capable.</para> diff --git a/docs-xml/smbdotconf/filename/mapreadonly.xml b/docs-xml/smbdotconf/filename/mapreadonly.xml index 3ec2d3bf279..33f840d8c59 100644 --- a/docs-xml/smbdotconf/filename/mapreadonly.xml +++ b/docs-xml/smbdotconf/filename/mapreadonly.xml @@ -22,6 +22,10 @@ <constant>Yes</constant> - The read only DOS attribute is mapped to the inverse of the user or owner write bit in the unix permission mode set. If the owner write bit is not set, the read only attribute is reported as being set on the file. +If the read only DOS attribute gets set, Samba sets the owner, group and +others write bits to zero. Write bits set in an ACL are ignored by Samba. +If the read only DOS attribute gets unset, Samba simply sets the write bit of the +owner to one. </para></listitem> <listitem><para> diff --git a/docs-xml/smbdotconf/security/checkpasswordscript.xml b/docs-xml/smbdotconf/security/checkpasswordscript.xml index 9169891c298..152632ce5f2 100644 --- a/docs-xml/smbdotconf/security/checkpasswordscript.xml +++ b/docs-xml/smbdotconf/security/checkpasswordscript.xml @@ -5,14 +5,15 @@ xmlns:samba="http://www.samba.org/samba/DTD/samba-doc"> <description> <para>The name of a program that can be used to check password - complexity. The password is sent to the program's standrad input.</para> + complexity. The password is sent to the program's standard input.</para> - <para>The program must return 0 on good password any other value otherwise. - In case the password is considered weak (the program do not return 0) the + <para>The program must return 0 on a good password, or any other value + if the password is bad. + In case the password is considered weak (the program does not return 0) the user will be notified and the password change will fail.</para> - <para>Note: In the example directory there is a sample program called crackcheck - that uses cracklib to checkpassword quality.</para> + <para>Note: In the example directory is a sample program called <command moreinfo="none">crackcheck</command> + that uses cracklib to check the password quality.</para> </description> |