diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2005-03-13 17:28:48 +0000 |
---|---|---|
committer | Gerald W. Carter <jerry@samba.org> | 2008-04-23 08:46:20 -0500 |
commit | d74de63ddbf5cf0194a7f9d12e608e6e95da6d6c (patch) | |
tree | 65468998241c0cb9f2aafc1640422d177bace6b4 /docs/Samba-HOWTO-Collection/Winbind.xml | |
parent | 2bc1700bcb6edf92cf629a710700e4eee649ad3b (diff) | |
download | samba-d74de63ddbf5cf0194a7f9d12e608e6e95da6d6c.tar.gz samba-d74de63ddbf5cf0194a7f9d12e608e6e95da6d6c.tar.bz2 samba-d74de63ddbf5cf0194a7f9d12e608e6e95da6d6c.zip |
Another set of validation updates
(This used to be commit 5ec9c67db982c020dd98cf972d72f898e4b71fe5)
Diffstat (limited to 'docs/Samba-HOWTO-Collection/Winbind.xml')
-rw-r--r-- | docs/Samba-HOWTO-Collection/Winbind.xml | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/docs/Samba-HOWTO-Collection/Winbind.xml b/docs/Samba-HOWTO-Collection/Winbind.xml index 2edf8c6946..21ed578fa8 100644 --- a/docs/Samba-HOWTO-Collection/Winbind.xml +++ b/docs/Samba-HOWTO-Collection/Winbind.xml @@ -21,8 +21,8 @@ <author> <firstname>John</firstname><surname>Trostel</surname> <affiliation> - <address><email>jtrostel@snapserver.com</email></address> <orgname>SNAP</orgname> + <address><email>jtrostel@snapserver.com</email></address> </affiliation> </author> @@ -575,10 +575,11 @@ are described in more detail in the <citerefentry><refentrytitle>winbindd</refen linkend="winbindcfg">the next example</link>, was modified to include the necessary entries in the [global] section. </para> -<para><smbconfexample id="winbindcfg"> +<para> +<smbconfexample id="winbindcfg"> <title>smb.conf for Winbind set-up</title> <smbconfsection>[global]</smbconfsection> - <...> +<member><...></member> <smbconfcomment> separate domain and username with '\', like DOMAIN\username</smbconfcomment> <smbconfoption name="winbind separator">\</smbconfoption> <smbconfcomment> use uids from 10000 to 20000 for domain users</smbconfcomment> @@ -1237,10 +1238,12 @@ maryo:x:15000:15003:Mary Orville:/home/MIDEARTH/maryo:/bin/false <para><quote> But the following command just fails: +</quote> <screen> &rootprompt;<userinput>chown maryo a_file</userinput> chown: `maryo': invalid user </screen> +<quote> This is driving me nuts! What can be wrong? </quote></para> |