Mehmet Can Cömert created DIRKRB-778:
----------------------------------------

             Summary: Is JSCH SFTP Library used for the Kerberos Client
                 Key: DIRKRB-778
                 URL: https://issues.apache.org/jira/browse/DIRKRB-778
             Project: Directory Kerberos
          Issue Type: Task
    Affects Versions: 2.1.0
            Reporter: Mehmet Can Cömert


Hello,

We are using kerb-simplekdc for Kerberos Authentication.
On the compile dependencies we see that "com.jcraft:jsch" is being used by the 
dependency.

 
{code:java}
[INFO] +- org.apache.kerby:kerb-simplekdc:jar:2.1.0:compile
[INFO] |  \- org.apache.kerby:kerb-admin:jar:2.1.0:compile
[INFO] |     +- org.apache.kerby:kerb-server:jar:2.1.0:compile
[INFO] |     |  \- org.apache.kerby:kerb-identity:jar:2.1.0:compile
[INFO] |     +- org.apache.kerby:kerby-xdr:jar:2.1.0:compile
[INFO] |     +- org.jline:jline:jar:3.26.3:compile
[INFO] |     +- com.jcraft:jsch:jar:0.1.44:compile 
{code}
Is that dependency really required for the Kerberos Authentication?
I could not find the usage of the SFTP Library in the kerb-admin module.

There is also a new fork of jsch since com.jcraft is not released since 2018 
anymore.
 
{code:java}
<dependency>
    <groupId>com.github.mwiede</groupId>
    <artifactId>jsch</artifactId>
    <type>jar</type>
</dependency>
{code}
 

Do you consider removing the unused library (if it is really unused) or prefer 
to update it with a maintained version of the library?



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to