Package: smbldap-tools
Version: 0.8.7-1
Severity: important

In the new version of smbldap-tools (0.8.7-1),
/usr/share/perl5/smbldap_tools.pm has the following at lines 32 and 33

my $smbldap_conf="/etc/opt/IDEALX/smbldap-tools/smbldap.conf";
my $smbldap_bind_conf="/etc/opt/IDEALX/smbldap-tools/smbldap_bind.conf";

/etc/opt/IDEALX/smbldap-tools/ does not exist.
Because of this, the smbldap tools fail with error messages like:
# smbldap-userinfo -h
Unable to open /etc/opt/IDEALX/smbldap-tools/smbldap.conf for reading !
Compilation failed in require at /usr/sbin/smbldap-userinfo line 10, <DATA> 
line 225.
BEGIN failed--compilation aborted at /usr/sbin/smbldap-userinfo line 10, <DATA> 
line 225.

Everything works again after editing lines 32 and 33 in
/usr/share/perl5/smbldap_tools.pm to match the correct location in the file 
system
of /etc/smbldap-tools/ (which is what was used in previous versions of this 
package
and is more in line with the Debian file system standards).

my $smbldap_conf="/etc/smbldap-tools/smbldap.conf";
my $smbldap_bind_conf="/etc/smbldap-tools/smbldap_bind.conf";


This bug report should serve to document the fix/workaround for other users
until a new package can be released.

And let me just say "thank you" for maintaining this package.
I find this package very useful and have been using it for quite a while.


-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.6.10-k7
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)

Versions of packages smbldap-tools depends on:
ii  libcrypt-smbhash-perl         0.02-6     generate LM/NT hash of a password 
ii  libio-socket-ssl-perl         0.96-1     Class implementing an object orien
ii  libnet-ldap-perl              0.3202-2   A Client interface to LDAP servers
ii  perl                          5.8.4-6    Larry Wall's Practical Extraction 

-- no debconf information


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to