In the course of correcting directory references for Mandrake in smbldap-tools I came acrossed the following:

samba-2.2.7a/examples/LDAP/ldapsync.pl

on line 72 we have:

        $ntpwd = `/usr/local/sbin/smbencrypt '$oldpass'`;
On Mandrake this would be:
> $ntpwd = `/usr/sbin/smbencrypt '$oldpass'`;

Except that I can't find anything by that name (i.e. smbencrypt ) in my rpm database. Can anyone tell me what it is? Should it perhaps be replaced by mkntpwd or something?

Jim C.


--
To unsubscribe from this list go to the following URL and read the
instructions: http://lists.samba.org/mailman/listinfo/samba


Reply via email to