Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 09 Feb 2005 22:16:08 -0800
From:      Alex Ianchici <alex@zbtechnologies.com>
To:        flz@xbsd.org
Cc:        ports@FreeBSD.org
Subject:   FreeBSD Port: smbldap-tools-0.8.6
Message-ID:  <420AFC28.2020205@zbtechnologies.com>

next in thread | raw e-mail | index | archive | help
Hey,

Here are some problems I've run into with smbldap-tools-0.8.6 which 
didnt happen with 0.8.5.3

1. smbldap-passwd outputs this error:

<-------- begin ------------->
Can't locate Digest/SHA1.pm in @INC (@INC contains: /usr/local/sbin/ 
/usr/local/lib/perl5/site_perl/5.8.6/mach 
/usr/local/lib/perl5/site_perl/5.8.6 /usr/local/lib/perl5/site_perl 
/usr/local/lib/perl5/5.8.6/BSDPAN /usr/local/lib/perl5/5.8.6/mach 
/usr/local/lib/perl5/5.8.6 .) at /usr/local/sbin/smbldap-passwd line 45.
BEGIN failed--compilation aborted at /usr/local/sbin/smbldap-passwd line 45.
<-------- end ---------->

2. /usr/local/lib/perl5/site_perl/5.8.6/smbldap_tools.pm required me to 
add the following code at line 600 for the tools to be able to connect 
to my ldap server:

<--------- begin -------------->
$ldap = connect_ldap_slave();
<--------- end --------->

3. /usr/local/lib/perl5/site_perl/5.8.6/smbldap_tools.pm seems to mockup 
the location of the smbldap.conf & smbldap_bind.conf files.

<---------begin-------->
my $smbldap_conf="/usr/local/usr/local/etc/smbldap-tools/smbldap.conf";
my 
$smbldap_bind_conf="/usr/local/usr/local/etc/smbldap-tools/smbldap_bind.conf";
<---------end-------->

Alex Ianchici



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?420AFC28.2020205>