[torquedev] [Bug 153] New: gssapi/gsiapi re-intergration into trunk patch
bugzilla-daemon at supercluster.org
bugzilla-daemon at supercluster.org
Mon Aug 15 07:54:37 MDT 2011
http://www.clusterresources.com/bugzilla/show_bug.cgi?id=153
Summary: gssapi/gsiapi re-intergration into trunk patch
Product: TORQUE
Version: 3.0.x
Platform: All
OS/Version: Linux
Status: NEW
Severity: enhancement
Priority: P5
Component: clients
AssignedTo: knielson at adaptivecomputing.com
ReportedBy: mike.coyne at paccar.com
CC: torquedev at supercluster.org
Estimated Hours: 0.0
Attached is a patchset i have been maintining to use both gssapi (kerberos) or
gsiapi(globus) in torque as primary authenication. This orginated with the
gssapi version of torque in svn. I added some contributed patches
contrib/gsiapi which may be of use.
basic build configureation for Globus
export GLOBUS_LOCATION=xxx
export GPT_LOCATION=xxx
source $GLOBUS_LOCATION/etc/globus-user-env.sh
from my torque.spec
%define configure_args '''--prefix=%install_prefix' --enable-blcr --with-blcr=/
usr --with-blcr-lib=/usr/lib64 --with-debug --disable-qsub-keep-override
--enab
le-shell-use-argv '--with-rcp=gsiscp'
'--with-server-home=/var/spool/TORQUE_GAM
MA' '--disable-gcc-warnings' '--with-flavor=gcc64dbg'
'--with-afs-libsys=/usr/li
b64/libkopenafs.a' '--with-tcl=/opt/torque_gamma/lib/tcltk8.3/lib'
'--with-tk=/o
pt/torque_gamma/lib/tcltk8.3/lib'
'--with-tclx=/opt/torque_gamma/lib/tcltk8.3/li
b' '--with-tkx=/opt/torque_gamma/lib/tcltk8.3/lib' --disable-unixsockets
'--ena
ble-cpuset' 'CPPFLAGS=-D_LARGEFILE64_SOURCE'
for kerberos
unset GLOBUS_LOCATION
unset GPT_LOCATION
%define configure_args '''--prefix=%install_prefix' --enable-blcr
--with-blcr=/u
sr --with-blcr-lib=/usr/lib64 --with-debug --with-gssapi=/usr/kerberos
--disa
ble-qsub-keep-override --enable-shell-use-argv '--with-rcp=scp'
'--with-server-
home=/var/spool/TORQUE_GAMMA' '--disable-gcc-warnings' '--with-afs-libsys'
'--wi
th-tcl=/opt/torque_alpha/lib/tcltk8.3/lib'
'--with-tk=/opt/torque_alpha/lib/tclt
k8.3/lib' '--with-tclx=/opt/torque_alpha/lib/tcltk8.3/lib'
'--with-tkx=/opt/torq
ue_alpha/lib/tcltk8.3/lib' --disable-unixsockets '--enable-cpuset'
'CPPFLAGS=-D
_LARGEFILE64_SOURCE -g'
--
Configure bugmail: http://www.clusterresources.com/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
More information about the torquedev
mailing list