diff options
author | John Terpstra <jht@samba.org> | 2005-05-07 04:31:23 +0000 |
---|---|---|
committer | Gerald W. Carter <jerry@samba.org> | 2008-04-23 08:46:34 -0500 |
commit | 2a867aeed1cbe6445d6d11b9dd4632df1e45a96f (patch) | |
tree | 3d042cee0b83104f737e2254189445a62574cf36 /docs/Samba-Guide/SBE-MakingHappyUsers.xml | |
parent | 0c41833c844e764a5a3fc2ea62e1f3d8fa6e5b9d (diff) | |
download | samba-2a867aeed1cbe6445d6d11b9dd4632df1e45a96f.tar.gz samba-2a867aeed1cbe6445d6d11b9dd4632df1e45a96f.tar.bz2 samba-2a867aeed1cbe6445d6d11b9dd4632df1e45a96f.zip |
More fixes.
(This used to be commit d30d69cfdb8c7eca760692e594e69a9fbb508610)
Diffstat (limited to 'docs/Samba-Guide/SBE-MakingHappyUsers.xml')
-rw-r--r-- | docs/Samba-Guide/SBE-MakingHappyUsers.xml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/Samba-Guide/SBE-MakingHappyUsers.xml b/docs/Samba-Guide/SBE-MakingHappyUsers.xml index a6da8c25cf..ed67c8b992 100644 --- a/docs/Samba-Guide/SBE-MakingHappyUsers.xml +++ b/docs/Samba-Guide/SBE-MakingHappyUsers.xml @@ -1407,6 +1407,8 @@ directory information tree (DIT). In the examples that follow they have been loc </indexterm> Install the file shown in <link linkend="sbehap-slapdconf"/> in the directory <filename>/etc/openldap</filename>. + The <constant>rootpw</constant> value is an enrypted password string that can be + generated by executing the <command>slappasswd</command> command. </para></step> <step><para><indexterm> @@ -2034,7 +2036,6 @@ change the path to them in your &smb.conf; file on the PDC (<constant>MASSIVE</c &rootprompt; cd smbldap-tools-0.8.8/ &rootprompt; cp smbldap-* configure.pl *pm /opt/IDEALX/sbin/ &rootprompt; cp smbldap*conf /etc/smbldap-tools/ -&rootprompt; chmod 750 /opt/IDEALX/sbin/smbldap-* &rootprompt; chmod 750 /opt/IDEALX/sbin/configure.pl &rootprompt; chmod 640 /etc/smbldap-tools/smbldap.conf &rootprompt; chmod 600 /etc/smbldap-tools/smbldap_bind.conf @@ -2060,7 +2061,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 -R root:root /opt/IDEALX/sbin/* &rootprompt; chmod 755 /opt/IDEALX/sbin/smbldap-* &rootprompt; chmod 640 /opt/IDEALX/sbin/smb*pm </screen> |