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

No LoginModules configured for FileServerSMB #12

Closed fengyingkong closed 1 year ago

fengyingkong commented 1 year ago

image

i had config the fileSrvConfig.xml: image

the krb5.conf : image

the jfileserver.login.conf: image

FileSysOrg commented 1 year ago

The jfileserver.login.conf file is missing a 'keytab' entry, eg.

JFileServerSMB { com.sun.security.auth.module.Krb5LoginModule required debug = false storeKey = true useKeyTab = true keytab = "/Users/gkspencer/JFileServer/win2019ad/jfsmbp.keytab" principal = "cifs/mbp.filesys.org"; };