EMCECS / nfs-client-java

Native Java NFS client
Apache License 2.0
70 stars 33 forks source link

what is credential? #30

Closed chansonzhang closed 2 years ago

chansonzhang commented 5 years ago

If I know user and password of linux system, how can I get a credential? Is there an example? thanks

twincitiesguy commented 2 years ago

It's not clear what you're asking here. NFSv3 does not use credentials, so I assume this question does not apply here.

chansonzhang commented 2 years ago

It's not clear what you're asking here. NFSv3 does not use credentials, so I assume this question does not apply here.

Sorry, I'm asking about CredentialUnix, what is it? what is it used for? and how can it authorize the rpc call to remote serve in e.g. this testcase