Skip to content
Snippets Groups Projects
Commit ac47280d authored by Goik Martin's avatar Goik Martin
Browse files

Temporary bug fix

parent fc9c2188
No related branches found
No related tags found
No related merge requests found
......@@ -107,6 +107,50 @@ Filesystem 1K-blocks Used Available Use% Mounted on
<tip>
<itemizedlist>
<listitem>
<para>As being mentioned in <uri
xlink:href="https://bugs.launchpad.net/ubuntu/+source/smbldap-tools/+bug/997172">https://bugs.launchpad.net/ubuntu/+source/smbldap-tools/+bug/997172</uri>
the <command>smbldap-config.pl</command> command my be missing.
Following <link
xlink:href="https://bugs.launchpad.net/ubuntu/+source/smbldap-tools/+bug/997172/comments/7">comment
no. 7</link> from the same bug report the following steps create
a replacement:</para>
<orderedlist>
<listitem>
<para>Activate source packages by create a new file
<filename>/etc/apt/sources.list.d/src-packages.list</filename>
containing:</para>
<programlisting language="none">deb-src http://ftp.debian.org/debian jessie main contrib
deb-src http://ftp.debian.org/debian jessie-updates main contrib</programlisting>
</listitem>
<listitem>
<para>Update package lists and install a required helper
package:</para>
<programlisting language="none">aptitude update
aptitude install dpkg-dev</programlisting>
</listitem>
<listitem>
<para>Follow all but one step from <link
xlink:href="https://bugs.launchpad.net/ubuntu/+source/smbldap-tools/+bug/997172/comments/7">comment
no. 7</link>:</para>
<programlisting language="none">apt-get source smbldap-tools
cd smbldap-tools-0.9.7/
./configure
make</programlisting>
<para>This creates an executable
<command>smbldap-config.cmd</command> replacing
<command>smbldap-config.pl</command>.</para>
</listitem>
</orderedlist>
</listitem>
<listitem>
<para>Operating locally you may want to disable <xref
linkend="glo_TLS"/> support.</para>
......@@ -139,7 +183,7 @@ Filesystem 1K-blocks Used Available Use% Mounted on
<para>Debugging may require setting the <xref linkend="glo_LDAP"/>
server's <parameter
xlink:href="http://www.zytrax.com/books/ldap/ch6/#loglevel">olcLogLevel</parameter>
accordingly. </para>
accordingly.</para>
<para>If you want to see all log messages you may issue (prior
removal of <code>*.gz</code> <code>*.1</code> and other archive
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment