Bugzilla – Bug 153
gssapi/gsiapi re-intergration into trunk patch
Last modified: 2011-08-15 09:05:24 MDT
You need to log in before you can comment on or make changes to this bug.
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'
Created an attachment (id=86) [details] part 1/7
Created an attachment (id=87) [details] part 2/7
Created an attachment (id=88) [details] part 3/7
Created an attachment (id=89) [details] part 4/7
Created an attachment (id=90) [details] part 5/7
Created an attachment (id=91) [details] part 6/7
Created an attachment (id=92) [details] part 7/7 split , gzip compressed diff