Hi All,

What will an FSAL see when an AD user mounts a share using krb5 security?
is SYS security is used, FSAL gets uid/gid.

struct user_cred {
    uid_t caller_uid;
    gid_t caller_gid;
    unsigned int caller_glen;
    gid_t *caller_garray;
};

Looks like that structure supports only SYS security.

FSAL needs to see some identifier that uniquely identifies the AD user
accessing the share. Where can this info be found?

--Satish
Please Donate to www.wikipedia.org
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Nfs-ganesha-devel mailing list
Nfs-ganesha-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nfs-ganesha-devel

Reply via email to