Walter R. Moore wrote:
More totally basic AMGH questions...

I've created a simple AMGH setup where certain card users are sent to a
server which is not in the FOG. This works fine for the card user, but I
seem unable to get that separate server to return the Sun Ray to the FOG
when I remove the card.

I thought that all that was required was `use_firstserver=true' but
evidently I have missed something. Should I list the servers in the fog
statically?

A test version of my script:
#!/bin/sh
# /usr/local/sbin/amgh-test

# This loop will evaluate all the key=value stdin as variable
assignments so this script can use the variables
while read A; do
   eval "$A"
done
case $insert_token in
   Payflex.50115feb00130100)
        echo "host=216.146.171.29"
        echo "username=moorewr"
        ;;
   *)
        use_firstserver=true

You are missing an "echo" on this line. This must be echo'd text, like the rest.

-Bob

        ;;
esac
exit 0

from /var/opt/SUNWut/log/messages:

Dec 16 09:00:27 acantha dtlogin[27605]: [ID 118685 user.info]
pam_sunray_amgh::[DPY=4] AMGH_SUMMARY: token=pseudo.0003ba8ba7dc,
username=, AMGH_Done?=NO(Local Session), Details=AMGH lookup library did
not provide any target AMGH hosts, AMGH_Target=*NONE*
Dec 16 09:00:27 acantha dtlogin[27605]: [ID 976841 user.info] pam_kiosk:
pam_sm_authenticate: Initiating Kiosk session with user utku5

------------------------------------------------------------------------

_______________________________________________
SunRay-Users mailing list
[email protected]
http://www.filibeto.org/mailman/listinfo/sunray-users

_______________________________________________
SunRay-Users mailing list
[email protected]
http://www.filibeto.org/mailman/listinfo/sunray-users

Reply via email to