kofemann / simple-nfs

dcache nfs server to export regular file system
Apache License 2.0
14 stars 14 forks source link

where is the GidPrincipal and UidPrincial? #24

Open maxpaynebupt opened 1 year ago

maxpaynebupt commented 1 year ago

I searched , but can't find org.dcache.auth.GidPrincipal and org.dcache.auth.UidPrincipal. where are these two buddies?

kofemann commented 1 year ago

The source code is available at https://github.com/kofemann/dcache-auth-lite. Note, that the code has an incompatible license, this we have slightly breaking change and migrated to JDK provided alternatives. I have update the master branch (505f1e5) to use the latest nfs4j code without dcache-auth-lite dependency.