version 1.3.17 and 1.3.14 broken for NetApp DataFort
Erwin Kloeck <[email protected]>
| Newsgroups | gmane.network.samba.java |
|---|---|
| Message-ID | <[email protected]> |
Connecting to an encrypted NetApp DataFort share does not work with jcifs 1.3.17
and 1.3.14. It does work, however, with versions 1.2.24 and 1.1.11 (these were
the ones I tested with).
Although the user/password is correct the following exception is thrown:
jcifs.smb.SmbAuthException: The specified network password is not correct.
at jcifs.smb.SmbTransport.checkStatus(SmbTransport.java:546)
~[jcifs-1.3.17.jar:na]
at jcifs.smb.SmbTransport.send(SmbTransport.java:663) ~[jcifs-1.3.17.jar:na]
at jcifs.smb.SmbSession.sessionSetup(SmbSession.java:316)
~[jcifs-1.3.17.jar:na]
at jcifs.smb.SmbSession.send(SmbSession.java:218) ~[jcifs-1.3.17.jar:na]
at jcifs.smb.SmbTree.treeConnect(SmbTree.java:176) ~[jcifs-1.3.17.jar:na]
at jcifs.smb.SmbTree.send(SmbTree.java:74) ~[jcifs-1.3.17.jar:na]
at jcifs.smb.SmbFile.send(SmbFile.java:775) ~[jcifs-1.3.17.jar:na]
at jcifs.smb.SmbFile.doFindFirstNext(SmbFile.java:1986) ~[jcifs-1.3.17.jar:na]
at jcifs.smb.SmbFile.doEnum(SmbFile.java:1738) ~[jcifs-1.3.17.jar:na]
at jcifs.smb.SmbFile.listFiles(SmbFile.java:1715) ~[jcifs-1.3.17.jar:na]
at jcifs.smb.SmbFile.listFiles(SmbFile.java:1648) ~[jcifs-1.3.17.jar:na]
at de.bayernlb.bacab.FileShovel.main(FileShovel.java:32) ~[classes/:na]