summaryrefslogtreecommitdiff
path: root/docs/Samba-Guide/SBE-MakingHappyUsers.xml
diff options
context:
space:
mode:
authorJohn Terpstra <jht@samba.org>2005-05-28 18:38:20 +0000
committerGerald W. Carter <jerry@samba.org>2008-04-23 08:46:40 -0500
commit672521dbe57a27938568fc24e5bfdd2f90e43a15 (patch)
treef31905e07daa938fe90b348b7a652ef5608cad83 /docs/Samba-Guide/SBE-MakingHappyUsers.xml
parent1518864028b7a2640129f87077e64eb6aaddc225 (diff)
downloadsamba-672521dbe57a27938568fc24e5bfdd2f90e43a15.tar.gz
samba-672521dbe57a27938568fc24e5bfdd2f90e43a15.tar.bz2
samba-672521dbe57a27938568fc24e5bfdd2f90e43a15.zip
Replacing dot delimited with colon for chown command.
(This used to be commit 6319b85c6de408a134d4ad2f4ca49d4ae786145e)
Diffstat (limited to 'docs/Samba-Guide/SBE-MakingHappyUsers.xml')
-rw-r--r--docs/Samba-Guide/SBE-MakingHappyUsers.xml24
1 files changed, 12 insertions, 12 deletions
diff --git a/docs/Samba-Guide/SBE-MakingHappyUsers.xml b/docs/Samba-Guide/SBE-MakingHappyUsers.xml
index 0ef6f6f61f..ceeffbb027 100644
--- a/docs/Samba-Guide/SBE-MakingHappyUsers.xml
+++ b/docs/Samba-Guide/SBE-MakingHappyUsers.xml
@@ -1953,10 +1953,10 @@ change the path to them in your &smb.conf; file on the PDC (<constant>MASSIVE</c
and ownership as shown here:
<screen>
&rootprompt; mkdir -p /opt/IDEALX/sbin
-&rootprompt; chown root.root /opt/IDEALX/sbin
+&rootprompt; chown root:root /opt/IDEALX/sbin
&rootprompt; chmod 755 /opt/IDEALX/sbin
&rootprompt; mkdir -p /etc/smbldap-tools
-&rootprompt; chown root.root /etc/smbldap-tools
+&rootprompt; chown root:root /etc/smbldap-tools
&rootprompt; chmod 755 /etc/smbldap-tools
</screen>
</para></step>
@@ -2000,7 +2000,7 @@ my $smbldap_bind_conf="/etc/smbldap-tools/smbldap_bind.conf";
To complete the configuration of the smbldap-tools, set the permissions and ownership
by executing the following commands:
<screen>
-&rootprompt; chown root.root /opt/IDEALX/sbin/*
+&rootprompt; chown root:root /opt/IDEALX/sbin/*
&rootprompt; chmod 755 /opt/IDEALX/sbin/smbldap-*
&rootprompt; chmod 640 /opt/IDEALX/sbin/smb*pm
</screen>
@@ -2938,7 +2938,7 @@ application/octet-stream
steps to printing heaven:
<screen>
&rootprompt; mkdir -p /var/lib/samba/drivers/{W32ALPHA,W32MIPS,W32X86,WIN40}
-&rootprompt; chown -R root.root /var/lib/samba/drivers
+&rootprompt; chown -R root:root /var/lib/samba/drivers
&rootprompt; chmod -R ug=rwx,o=rx /var/lib/samba/drivers
</screen>
</para></step>
@@ -3366,11 +3366,11 @@ structuralObjectClass: organizationalUnit
<screen>
&rootprompt; mkdir -p /data/{accounts,finsvcs,piops}
&rootprompt; mkdir -p /apps
-&rootprompt; chown -R root.root /data
-&rootprompt; chown -R root.root /apps
-&rootprompt; chown -R bobj.Accounts /data/accounts
-&rootprompt; chown -R bobj.Finances /data/finsvcs
-&rootprompt; chown -R bobj.PIOps /data/pidata
+&rootprompt; chown -R root:root /data
+&rootprompt; chown -R root:root /apps
+&rootprompt; chown -R bobj:Accounts /data/accounts
+&rootprompt; chown -R bobj:Finances /data/finsvcs
+&rootprompt; chown -R bobj:PIOps /data/pidata
&rootprompt; chmod -R ug+rwxs,o-rwx /data
&rootprompt; chmod -R ug+rwx,o+rx-w /apps
</screen>
@@ -3393,7 +3393,7 @@ structuralObjectClass: organizationalUnit
portion of his or her profile as shown here:
<screen>
&rootprompt; mkdir -p /var/lib/samba/profdata
-&rootprompt; chown root.root /var/lib/samba/profdata
+&rootprompt; chown root:root /var/lib/samba/profdata
&rootprompt; chmod 755 /var/lib/samba/profdata
# Per user structure
@@ -3404,7 +3404,7 @@ structuralObjectClass: organizationalUnit
&rootprompt; do
&rootprompt; mkdir <emphasis>username</emphasis>/$i
&rootprompt; done
-&rootprompt; chown -R <emphasis>username</emphasis>.Domain\ Users <emphasis>username</emphasis>
+&rootprompt; chown -R <emphasis>username</emphasis>:Domain\ Users <emphasis>username</emphasis>
&rootprompt; chmod -R 750 <emphasis>username</emphasis>
</screen>
</para>
@@ -3441,7 +3441,7 @@ structuralObjectClass: organizationalUnit
and has the needed permissions. Use the following commands to create this directory:
<screen>
&rootprompt; mkdir -p /var/lib/samba/profiles/<emphasis>username</emphasis>
-&rootprompt; chown <emphasis>username</emphasis>.Domain\ Users
+&rootprompt; chown <emphasis>username</emphasis>:Domain\ Users
/var/lib/samba/profiles/<emphasis>username</emphasis>
&rootprompt; chmod 700 /var/lib/samba/profiles/<emphasis>username</emphasis>
</screen>