Bugzilla – Bug 2036
New gridftp, globus-gridftp-server, does not use globus_gss_assist_map_and_authorize
Last modified: 2004-10-14 16:11:41
You need to log in before you can comment on or make changes to this bug.
globus-gridftp-server does not use globus_gss_assist_map_and_authorize for determining the dn to local account mapping. It is currently using globus_gss_assist_gridmap for this instead. This prevents the use of the authz callout as the globus_gss_assist_gridmap routine goes directly to the gridmap file to find the mapping and does not use the callout functionality. Thanks, Tom Fredian Plasma Science and Fusion Center, MIT
The server will now use globus_gss_assist_map_and_authorize in cases where a gsi context is available.
Could you tell me how I can get this fix? I just checked out gridftp using tag globus_3_9_2 from cvs and there are still no calls to globus_gss_assist_map_and_authorize in gridftp/server/src/*.c. Thanks, Tom
It will be in the upcoming 3.9.3 alpha release, or you can check it out from the cvs trunk. (no -r option to cvs checkout). Note that while the trunk should be stable, it will still change between now and the release.