FileSysOrg / jfileserver

Java file server with SMB, FTP/FTPS and NFS support, virtual filesystems, database filesystems
GNU Lesser General Public License v3.0
44 stars 18 forks source link

this project can support Kerberos authentication? #7

Closed fengyingkong closed 1 year ago

fengyingkong commented 1 year ago

if support kerberos, how to configuration?

FileSysOrg commented 1 year ago

What platform are you running on ?.

Kerberos should be available unless you are using Android, the required JGSS classes are not available in the Java core so only NTLM is available.

-- Gary K. Spencer @.***

On 9 Feb 2023, at 08:13, fengyingkong @.***> wrote:

only ntlm?

— Reply to this email directly, view it on GitHub https://github.com/FileSysOrg/jfileserver/issues/7, or unsubscribe https://github.com/notifications/unsubscribe-auth/AKH3TKNNOPO7GJABTYO6LHDWWSRJDANCNFSM6AAAAAAUWHFA6Y. You are receiving this because you are subscribed to this thread.

fengyingkong commented 1 year ago

I have a standalone kdc and would like to dock it. Where can I configure it?

fengyingkong commented 1 year ago

Does jfileserver have kdc? I can't find the settings for the kerberos listening port

FileSysOrg commented 1 year ago

There are instructions for setting up Kerberos authentication for the JFileServer here - https://www.filesys.org/wiki/index.php/Configuring_Kerberos/AD_Authentication_For_The_SMB_Server

fengyingkong commented 1 year ago

thank you very much.