diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2004-12-07 16:32:50 +0000 |
---|---|---|
committer | Gerald W. Carter <jerry@samba.org> | 2008-04-23 08:46:08 -0500 |
commit | e88d882fc6447dacb53ed2091e930481e9327f63 (patch) | |
tree | 99fddbc3361b9b4e5e015aca5e187557734263fb /docs/Samba-HOWTO-Collection/Winbind.xml | |
parent | a9ab022139761f680fc3a813be3dcdd984baf6fe (diff) | |
download | samba-e88d882fc6447dacb53ed2091e930481e9327f63.tar.gz samba-e88d882fc6447dacb53ed2091e930481e9327f63.tar.bz2 samba-e88d882fc6447dacb53ed2091e930481e9327f63.zip |
Use \ rather then + as the example winbind separator as + causes problems on systems with NIS (#1092)
(This used to be commit e7a338890affed608faca0aa34cc76561db23f67)
Diffstat (limited to 'docs/Samba-HOWTO-Collection/Winbind.xml')
-rw-r--r-- | docs/Samba-HOWTO-Collection/Winbind.xml | 52 |
1 files changed, 26 insertions, 26 deletions
diff --git a/docs/Samba-HOWTO-Collection/Winbind.xml b/docs/Samba-HOWTO-Collection/Winbind.xml index 8e1862a65e..f531336b43 100644 --- a/docs/Samba-HOWTO-Collection/Winbind.xml +++ b/docs/Samba-HOWTO-Collection/Winbind.xml @@ -583,8 +583,8 @@ linkend="winbindcfg">the next example</link>, was modified to include the necess <title>smb.conf for Winbind set-up</title> <smbconfsection>[global]</smbconfsection> <...> -<smbconfcomment> separate domain and username with '+', like DOMAIN+username</smbconfcomment> -<smbconfoption><name>winbind separator</name><value>+</value></smbconfoption> +<smbconfcomment> separate domain and username with '\', like DOMAIN\username</smbconfcomment> +<smbconfoption><name>winbind separator</name><value>\</value></smbconfoption> <smbconfcomment> use uids from 10000 to 20000 for domain users</smbconfcomment> <smbconfoption><name>idmap uid</name><value>10000-20000</value></smbconfoption> <smbconfcomment> use gids from 10000 to 20000 for domain groups</smbconfcomment> @@ -686,16 +686,16 @@ your PDC. For example, I get the following response: </para> <para><screen> - CEO+Administrator - CEO+burdell - CEO+Guest - CEO+jt-ad - CEO+krbtgt - CEO+TsInternetUser + CEO\Administrator + CEO\burdell + CEO\Guest + CEO\jt-ad + CEO\krbtgt + CEO\TsInternetUser </screen></para> <para> -Obviously, I have named my domain <quote>CEO</quote> and my <smbconfoption><name>winbind separator</name></smbconfoption> is <quote>+</quote>. +Obviously, I have named my domain <quote>CEO</quote> and my <smbconfoption><name>winbind separator</name></smbconfoption> is <quote>\</quote>. </para> <para> @@ -704,15 +704,15 @@ You can do the same sort of thing to get group information from the PDC: <para><screen> &rootprompt;<userinput>/usr/local/samba/bin/wbinfo -g</userinput> - CEO+Domain Admins - CEO+Domain Users - CEO+Domain Guests - CEO+Domain Computers - CEO+Domain Controllers - CEO+Cert Publishers - CEO+Schema Admins - CEO+Enterprise Admins - CEO+Group Policy Creator Owners + CEO\Domain Admins + CEO\Domain Users + CEO\Domain Guests + CEO\Domain Computers + CEO\Domain Controllers + CEO\Cert Publishers + CEO\Schema Admins + CEO\Enterprise Admins + CEO\Group Policy Creator Owners </screen></para> <para> @@ -1201,18 +1201,18 @@ cost of running a mixed UNIX and NT network.</para> <para><screen> &rootprompt;<userinput>wbinfo -u</userinput> -MIDEARTH+maryo -MIDEARTH+jackb -MIDEARTH+ameds +MIDEARTH\maryo +MIDEARTH\jackb +MIDEARTH\ameds ... -MIDEARTH+root +MIDEARTH\root &rootprompt;<userinput>wbinfo -g</userinput> -MIDEARTH+Domain Users -MIDEARTH+Domain Admins -MIDEARTH+Domain Guests +MIDEARTH\Domain Users +MIDEARTH\Domain Admins +MIDEARTH\Domain Guests ... -MIDEARTH+Accounts +MIDEARTH\Accounts &rootprompt;<userinput>getent passwd</userinput> root:x:0:0:root:/root:/bin/bash |