diff options
author | Karolin Seeger <kseeger@samba.org> | 2009-08-03 10:19:45 +0200 |
---|---|---|
committer | Karolin Seeger <kseeger@samba.org> | 2009-08-03 10:20:39 +0200 |
commit | 7ee7ec3fdba2ef6a6cc3e1f96a5d2154290cdb18 (patch) | |
tree | edc41f2d3cfc5755f30edce31ae94df459fa0c1e | |
parent | 3fae13ba805aff4fec3f98875d539dd1e11fd7a2 (diff) | |
download | samba-7ee7ec3fdba2ef6a6cc3e1f96a5d2154290cdb18.tar.gz samba-7ee7ec3fdba2ef6a6cc3e1f96a5d2154290cdb18.tar.xz samba-7ee7ec3fdba2ef6a6cc3e1f96a5d2154290cdb18.zip |
s3/docs: Fix typos.
Thanks to OPC oota <t-oota@dh.jp.nec.com> for reporting!
Karolin
-rw-r--r-- | docs-xml/Samba3-HOWTO/TOSHARG-ChangeNotes.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs-xml/Samba3-HOWTO/TOSHARG-ChangeNotes.xml b/docs-xml/Samba3-HOWTO/TOSHARG-ChangeNotes.xml index 6c2af32a754..29bdf402c5e 100644 --- a/docs-xml/Samba3-HOWTO/TOSHARG-ChangeNotes.xml +++ b/docs-xml/Samba3-HOWTO/TOSHARG-ChangeNotes.xml @@ -107,7 +107,7 @@ An example helps to illustrate the change: <indexterm><primary>ACL</primary></indexterm> <indexterm><primary>SID</primary></indexterm> Assume that a group named <emphasis>developers</emphasis> exists with a UNIX GID of 782. In this -case this user does not exist in Samba's group mapping table. It would be perfectly normal for +case this group does not exist in Samba's group mapping table. It would be perfectly normal for this group to be appear in an ACL editor. Prior to Samba-3.0.23, the group SID might appear as <literal>S-1-5-21-647511796-4126122067-3123570092-2565</literal>. </para> @@ -188,7 +188,7 @@ and UNIX</link>. <indexterm><primary>GID</primary></indexterm> <indexterm><primary>SQL</primary></indexterm> <indexterm><primary>XML</primary></indexterm> -The <smbconfoption name="passdb backend"/> parameter no long accepts multiple passdb backends in a +The <smbconfoption name="passdb backend"/> parameter no longer accepts multiple passdb backends in a chained configuration. Also be aware that the SQL and XML based passdb modules have been removed in the Samba-3.0.23 release. More information regarding external support for a SQL passdb module can be found on the <ulink url="http://pdbsql.sourceforge.net/">pdbsql</ulink> web site. |