diff options
Diffstat (limited to 'docs/Samba-Guide/SBE-Appendix1.xml')
-rw-r--r-- | docs/Samba-Guide/SBE-Appendix1.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/Samba-Guide/SBE-Appendix1.xml b/docs/Samba-Guide/SBE-Appendix1.xml index d6fded0d3c..2b98d92abd 100644 --- a/docs/Samba-Guide/SBE-Appendix1.xml +++ b/docs/Samba-Guide/SBE-Appendix1.xml @@ -603,7 +603,7 @@ M.ROOT-SERVERS.NET. 3600000 A 202.12.27.33 the LDAP LDIF file for your system. Execute the following: <screen> &rootprompt; mkdir /etc/openldap/SambaInit -&rootprompt; chown root.root /etc/openldap/SambaInit +&rootprompt; chown root:root /etc/openldap/SambaInit &rootprompt; chmod 700 /etc/openldap/SambaInit </screen> </para></step> @@ -1085,7 +1085,7 @@ to LAM using only SSL. <indexterm><primary>file permissions</primary></indexterm> Set file permissions using the following commands: <screen> -&rootprompt; chown -R wwwrun.www /srv/www/htdocs/lam +&rootprompt; chown -R wwwrun:www /srv/www/htdocs/lam &rootprompt; chmod 755 /srv/www/htdocs/lam/sess &rootprompt; chmod 755 /srv/www/htdocs/lam/tmp &rootprompt; chmod 755 /srv/www/htdocs/lam/config |