[Bug 1006931] New: perl-Filesys-SmbClient missing flag compatibility with samba4

bugzilla at redhat.com bugzilla at redhat.com
Wed Sep 11 14:07:10 UTC 2013


https://bugzilla.redhat.com/show_bug.cgi?id=1006931

            Bug ID: 1006931
           Summary: perl-Filesys-SmbClient missing flag compatibility with
                    samba4
           Product: Fedora
           Version: 18
         Component: perl-Filesys-SmbClient
          Severity: medium
          Assignee: fedorapkg at rule.lv
          Reporter: aebenjam at opentext.com
        QA Contact: extras-qa at fedoraproject.org
                CC: fedorapkg at rule.lv, perl-devel at lists.fedoraproject.org



Description of problem:
Unable to use kerberos via Filesys::SmbClient

Version-Release number of selected component (if applicable):
Filesys-SmbClient-3.2

How reproducible:
Create a new Filesys::SmbClient in perl with the option
  flags => SMB_CTX_FLAG_USE_KERBEROS
Does not invoke the use of KERBEROS.

Furthermore, making the perl module manually reveals the missing option, and
the code in the header file notes the new mechanism by which kerberos is
enabled.  Note that, when using the provided rpm, the invocation fails silently
back to password - which runs the risk of locking your account out as the
password is not likely provided.

Steps to Reproduce:
my $smb = new Filesys::SmbClient(
                                username  => "user",
                                password => "",  # working, via kerberos
                                workgroup => "DOMAIN",
                                flags => SMB_CTX_FLAG_USE_KERBEROS,
                                debug     => 10);

Actual results:
Attempts password based login.

Expected results:
Uses existing kerberos credentials.

Additional info:
See /usr/include/samba-4.0/libsmbclient.h for new method of management.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=UG4DnM5BZ8&a=cc_unsubscribe



More information about the perl-devel mailing list