Send modauthtkt-users mailing list submissions to
[email protected]
To subscribe or unsubscribe via the World Wide Web, visit
https://lists.sourceforge.net/lists/listinfo/modauthtkt-users
or, via email, send a message with subject or body 'help' to
[EMAIL PROTECTED]
You can reach the person managing the list at
[EMAIL PROTECTED]
When replying, please edit your Subject line so it is more specific
than "Re: Contents of modauthtkt-users digest..."
Today's Topics:
1. Re: mod_auth_tkt -module installation problem (Gavin Carr)
2. Cookie/redirect problems (Andy Cummins)
----------------------------------------------------------------------
Message: 1
Date: Thu, 30 Aug 2007 20:18:57 +1000
From: Gavin Carr <[EMAIL PROTECTED]>
Subject: Re: [modauthtkt-users] mod_auth_tkt -module installation
problem
To: [email protected]
Message-ID: <[EMAIL PROTECTED]>
Content-Type: text/plain; charset=us-ascii
On Wed, Aug 29, 2007 at 10:09:55AM +0800, Dinesh Pannu wrote:
> Make test failed for me too, but it compiled fine and is working in
> production. I think the test is more for developers than end-users.
Yes. Not really by design, just that I have access to a limited number
of environments on which to test it.
Does 'make test' succeed for linux users out there?
Cheers,
Gavin
> On Tue, 28 Aug 2007 22:14:12 +0800, Toni Maatta
> <[EMAIL PROTECTED]> wrote:
>
> > Hi,
> > I'm compiling mod_auth_tkt -module with gcc for Apache http -server.
> > Environment is Solaris 10, Apache is 2.0.52 and gcc is 3.3.2.
> >
> > Make goes ok and compiler doesn't complain, but "make test" fails for
> > some
> > reason. Below are the results from make, make test and error log from
> > test.
> >
> > From error log one can see row : "[Tue Aug 28 15:06:44 2007] [error]
> > server
> > reached MaxClients setting, consider raising the MaxClients setting."
> > Configuration is autogenerated by testing module, so I can't change the
> > value
> > of MaxClients. And so I think that this isn't "the real" reason for test
> > to
> > failure.
> >
> > Is there something stil wrong with compiling or something wrong with
> > Apache
> > installation. Or what could be the reason for this non-operating test?
> >
> > Any advice would be greatly appreciated!
> >
> > Here is make:
> > *****************************************
> > cd src && make all
> > make[1]: Entering directory `/tmp/mod_auth_tkt-2.0.0rc2/src'
> > /tmp/test/bin/apxs -c -Wc,"-Wall -ansi " mod_auth_tkt.c
> > /nethome/apache_test/apache/build/libtool --silent --mode=compile gcc
> > -prefer-pic -DAP_HAVE_DESIGNATED_INITIALIZER -DSOLARIS2=10
> > -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -g -O2
> > -I/nethome/apache_test/apache/include
> > -I/nethome/apache_test/apache/include
> > -D__EXTENSIONS__ -I/nethome/apache_test/apache/include
> > -I/usr/local/include
> > -Wall -ansi -c -o mod_auth_tkt.lo mod_auth_tkt.c && touch
> > mod_auth_tkt.slo
> > mod_auth_tkt.c: In function `auth_tkt_register_hooks':
> > mod_auth_tkt.c:1400: warning: implicit declaration of function
> > `ap_hook_check_user_id'
> > /nethome/apache_test/apache/build/libtool --silent --mode=link gcc -o
> > mod_auth_tkt.la -rpath /nethome/apache_test/apache/modules -module
> > -avoid-version mod_auth_tkt.lo
> > make[1]: Leaving directory `/tmp/mod_auth_tkt-2.0.0rc2/src'
> > cd doc && make all
> > make[1]: Entering directory `/tmp/mod_auth_tkt-2.0.0rc2/doc'
> > pod2man --section=3 --release=2.0.0rc2 mod_auth_tkt.pod mod_auth_tkt.3
> > make[1]: Leaving directory `/tmp/mod_auth_tkt-2.0.0rc2/doc'
> > *****************************************
> >
> > Here is make test:
> > *****************************************
> > cd t && make test
> > make[1]: Entering directory `/tmp/mod_auth_tkt-2.0.0rc2/t'
> > cd ../src && make
> > make[2]: Entering directory `/tmp/mod_auth_tkt-2.0.0rc2/src'
> > make[2]: Nothing to be done for `all'.
> > make[2]: Leaving directory `/tmp/mod_auth_tkt-2.0.0rc2/src'
> > /tmp/test/bin/apxs -S LIBEXECDIR=/tmp/mod_auth_tkt-2.0.0rc2/t/modules -i
> > ./src/mod_auth_tkt.la
> > /nethome/apache_test/apache/build/instdso.sh
> > SH_LIBTOOL='/nethome/apache_test/apache/build/libtool'
> > ../src/mod_auth_tkt.la
> > /tmp/mod_auth_tkt-2.0.0rc2/t/modules
> > /nethome/apache_test/apache/build/libtool --mode=install cp
> > ./src/mod_auth_tkt.la /tmp/mod_auth_tkt-2.0.0rc2/t/modules/
> > cp ../src/.libs/mod_auth_tkt.so
> > /tmp/mod_auth_tkt-2.0.0rc2/t/modules/mod_auth_tkt.so
> > chmod +x /tmp/mod_auth_tkt-2.0.0rc2/t/modules/mod_auth_tkt.so
> > cp ../src/.libs/mod_auth_tkt.lai
> > /tmp/mod_auth_tkt-2.0.0rc2/t/modules/mod_auth_tkt.la
> > cp ../src/.libs/mod_auth_tkt.a
> > /tmp/mod_auth_tkt-2.0.0rc2/t/modules/mod_auth_tkt.a
> > ranlib /tmp/mod_auth_tkt-2.0.0rc2/t/modules/mod_auth_tkt.a
> > chmod 644 /tmp/mod_auth_tkt-2.0.0rc2/t/modules/mod_auth_tkt.a
> > libtool: install: warning: remember to run `libtool --finish
> > /nethome/apache_test/apache/modules'
> > chmod 755 /tmp/mod_auth_tkt-2.0.0rc2/t/modules/mod_auth_tkt.so
> > ./TEST -clean
> > [warning] Skipping 'set unlimited ulimit for coredumps', since we are
> > running as
> > a non-root user on Solaris
> > cp extra.conf.2.in conf/extra.conf.in
> > ./TEST -apxs /tmp/test/bin/apxs -conf
> > [warning] Skipping 'set unlimited ulimit for coredumps', since we are
> > running as
> > a non-root user on Solaris
> > [warning] cleaning out current configuration
> > [warning] reconfiguration done
> > ./TEST
> > [warning] Skipping 'set unlimited ulimit for coredumps', since we are
> > running as
> > a non-root user on Solaris
> > /nethome/apache_test/apache/bin/httpd -d /tmp/mod_auth_tkt-2.0.0rc2/t -f
> > /tmp/mod_auth_tkt-2.0.0rc2/t/conf/httpd.conf -D APACHE2
> > using Apache/2.0.55 (prefork MPM)
> >
> > waiting 60 seconds for server to start: ..
> > waiting 60 seconds for server to start: ok (waited 1 secs)
> > server localhost:8529 started
> > server localhost:8530 listening (VHostLocalSecret)
> > server localhost:8531 listening (VHostGlobalSecret)
> > t/00_public....................ok
> > t/01_basic.....................ok 1/7# Failed test 4 in t/01_basic.t at
> > line 41
> > t/01_basic.....................NOK 4/7# Failed test 5 in t/01_basic.t at
> > line
> > 47
> > t/01_basic.....................FAILED tests 4-5
> > Failed 2/7 tests, 71.43% okay
> > t/02_bad.......................ok 1/8# Failed test 4 in t/02_bad.t at
> > line 49
> > t/02_bad.......................FAILED test 4
> > Failed 1/8 tests, 87.50% okay
> > t/03_ignore_ip.................ok 1/6# Failed test 6 in t/03_ignore_ip.t
> > at line
> > 56
> > t/03_ignore_ip.................FAILED test 6
> > Failed 1/6 tests, 83.33% okay
> > t/05_tokens....................ok 1/13# Failed test 6 in t/05_tokens.t
> > at line
> > 58
> > t/05_tokens....................NOK 6/13# Failed test 7 in t/05_tokens.t
> > at line
> > 59
> > t/05_tokens....................NOK 7/13# Failed test 8 in t/05_tokens.t
> > at line
> > 66
> > t/05_tokens....................NOK 8/13# Failed test 9 in t/05_tokens.t
> > at line
> > 73
> > t/05_tokens....................FAILED tests 6-9
> > Failed 4/13 tests, 69.23% okay
> > t/07_guest_login...............ok 1/6# Failed test 3 in
> > t/07_guest_login.t at
> > line 46
> > t/07_guest_login...............NOK 3/6# Failed test 6 in
> > t/07_guest_login.t at
> > line 53
> > t/07_guest_login...............FAILED tests 3, 6
> > Failed 2/6 tests, 66.67% okay
> > t/07_guest_login_nocookie......ok 1/11# Failed test 3 in
> > t/07_guest_login_nocookie.t at line 46
> > t/07_guest_login_nocookie......NOK 3/11# Failed test 8 in
> > t/07_guest_login_nocookie.t at line 64
> > t/07_guest_login_nocookie......FAILED tests 3, 8
> > Failed 2/11 tests, 81.82% okay
> > t/08_guest_user................ok 1/22# Failed test 3 in
> > t/08_guest_user.t at
> > line 47
> > t/08_guest_user................NOK 3/22# Failed test 6 in
> > t/08_guest_user.t at
> > line 62
> > t/08_guest_user................FAILED tests 3, 6
> > Failed 2/22 tests, 90.91% okay
> > t/09_guest_not_allowed.........ok 1/5# Failed test 4 in
> > t/09_guest_not_allowed.t
> > at line 49
> > t/09_guest_not_allowed.........NOK 4/5# Failed test 5 in
> > t/09_guest_not_allowed.t at line 50
> > t/09_guest_not_allowed.........FAILED tests 4-5
> > Failed 2/5 tests, 60.00% okay
> > t/10_cookie_expiry.............ok 1/28# Failed test 4 in
> > t/10_cookie_expiry.t at
> > line 44
> > t/10_cookie_expiry.............NOK 4/28# Failed test 7 in
> > t/10_cookie_expiry.t
> > at line 59
> > t/10_cookie_expiry.............NOK 7/28# Failed test 10 in
> > t/10_cookie_expiry.t
> > at line 73
> > t/10_cookie_expiry.............NOK 10/28# Failed test 13 in
> > t/10_cookie_expiry.t
> > at line 87
> > t/10_cookie_expiry.............NOK 13/28# Failed test 16 in
> > t/10_cookie_expiry.t
> > at line 101
> > t/10_cookie_expiry.............NOK 16/28# Failed test 19 in
> > t/10_cookie_expiry.t
> > at line 115
> > t/10_cookie_expiry.............NOK 19/28# Failed test 22 in
> > t/10_cookie_expiry.t
> > at line 129
> > t/10_cookie_expiry.............NOK 22/28# Failed test 25 in
> > t/10_cookie_expiry.t
> > at line 143
> > t/10_cookie_expiry.............NOK 25/28Use of uninitialized value in
> > substitution (s///) at t/10_cookie_expiry.t line 154.
> > t/10_cookie_expiry.............dubious
> > Test returned status 29 (wstat 7424, 0x1d00)
> > DIED. FAILED tests 4, 7, 10, 13, 16, 19, 22, 25, 28
> > Failed 9/28 tests, 67.86% okay
> > t/12_cookie_secure.............NOK 4/8# Failed test 4 in
> > t/12_cookie_secure.t at
> > line 41
> > # Failed test 7 in t/12_cookie_secure.t at line 53
> > t/12_cookie_secure.............FAILED tests 4, 7
> > Failed 2/8 tests, 75.00% okay
> > t/20_timeout...................skipped
> > all skipped: env variable MAT_TEST_TIMEOUTS not set
> > t/21_timeout_refresh...........skipped
> > all skipped: env variable MAT_TEST_TIMEOUTS not set
> > t/22_timeout_guest_fallback....skipped
> > all skipped: env variable MAT_TEST_TIMEOUTS not set
> > t/30_vhost_local_secret........ok 1/7# Failed test 4 in
> > t/30_vhost_local_secret.t at line 48
> > t/30_vhost_local_secret........NOK 4/7# Failed test 5 in
> > t/30_vhost_local_secret.t at line 54
> > t/30_vhost_local_secret........FAILED tests 4-5
> > Failed 2/7 tests, 71.43% okay
> > t/31_vhost_global_secret.......ok 1/7# Failed test 2 in
> > t/31_vhost_global_secret.t at line 40
> > t/31_vhost_global_secret.......NOK 2/7# Failed test 3 in
> > t/31_vhost_global_secret.t at line 41
> > t/31_vhost_global_secret.......NOK 3/7# Failed test 4 in
> > t/31_vhost_global_secret.t at line 47
> > t/31_vhost_global_secret.......NOK 4/7# Failed test 5 in
> > t/31_vhost_global_secret.t at line 53
> > t/31_vhost_global_secret.......NOK 5/7# Failed test 6 in
> > t/31_vhost_global_secret.t at line 59
> > t/31_vhost_global_secret.......NOK 6/7# Failed test 7 in
> > t/31_vhost_global_secret.t at line 65
> > t/31_vhost_global_secret.......FAILED tests 2-7
> > Failed 6/7 tests, 14.29% okay
> > t/40_htaccess..................NOK 4/9# Failed test 4 in t/40_htaccess.t
> > at line
> > 41
> > t/40_htaccess..................NOK 5/9# Failed test 5 in t/40_htaccess.t
> > at line
> > 42
> > # Failed test 6 in t/40_htaccess.t at line 48
> > # Failed test 7 in t/40_htaccess.t at line 49
> > t/40_htaccess..................FAILED tests 4-7
> > Failed 4/9 tests, 55.56% okay
> > Failed Test Stat Wstat Total Fail List of Failed
> > -------------------------------------------------------------------------------
> > t/01_basic.t 7 2 4-5
> > t/02_bad.t 8 1 4
> > t/03_ignore_ip.t 6 1 6
> > t/05_tokens.t 13 4 6-9
> > t/07_guest_login.t 6 2 3 6
> > t/07_guest_login_nocookie.t 11 2 3 8
> > t/08_guest_user.t 22 2 3 6
> > t/09_guest_not_allowed.t 5 2 4-5
> > t/10_cookie_expiry.t 29 7424 28 10 4 7 10 13 16 19 22 25
> > 28
> > t/12_cookie_secure.t 8 2 4 7
> > t/30_vhost_local_secret.t 7 2 4-5
> > t/31_vhost_global_secret.t 7 6 2-7
> > t/40_htaccess.t 9 4 4-7
> > 3 tests skipped.
> > Failed 13/17 test scripts. 39/139 subtests failed.
> > Files=17, Tests=139, 23 wallclock secs (12.71 cusr + 2.20 csys = 14.91
> > CPU)
> > Failed 13/17 test programs. 39/139 subtests failed.
> > [warning] server localhost:8529 shutdown
> > [ error] error running tests (please examine t/logs/error_log)
> > make[1]: *** [test] Error 1
> > make[1]: Leaving directory `/tmp/mod_auth_tkt-2.0.0rc2/t'
> > make: *** [test] Error 2
> > *****************************************
> >
> >
> > Here is error log from test.
> > *****************************************
> > [Tue Aug 28 15:06:30 2007] [info] [client 127.0.0.1] TKT: no valid
> > ticket found
> > - redirecting to login url
> > [Tue Aug 28 15:06:30 2007] [info] [client 127.0.0.1] TKT: no valid
> > ticket found
> > - redirecting to login url
> > [Tue Aug 28 15:06:31 2007] [info] [client 127.0.0.1] TKT: no valid
> > ticket found
> > - accepting as guest user 'guest'
> > [Tue Aug 28 15:06:31 2007] [info] [client 127.0.0.1] TKT: no valid
> > ticket found
> > - accepting as guest user 'guest'
> > [Tue Aug 28 15:06:31 2007] [info] [client 127.0.0.1] TKT: no valid
> > ticket found
> > - accepting as guest user 'guest'
> > [Tue Aug 28 15:06:32 2007] [info] [client 127.0.0.1] TKT: no valid
> > ticket found
> > - accepting as guest user 'guest'
> > [Tue Aug 28 15:06:32 2007] [info] [client 127.0.0.1] TKT: no valid
> > ticket found
> > - accepting as guest user 'guest'
> > [Tue Aug 28 15:06:32 2007] [info] [client 127.0.0.1] TKT: no valid
> > ticket found
> > - accepting as guest user 'guest'
> > [Tue Aug 28 15:06:32 2007] [info] [client 127.0.0.1] TKT: no valid
> > ticket found
> > - accepting as guest user 'guest'
> > [Tue Aug 28 15:06:32 2007] [info] [client 127.0.0.1] TKT: no valid
> > ticket found
> > - accepting as guest user 'guest'
> > [Tue Aug 28 15:06:34 2007] [info] [client 127.0.0.1] TKT: no valid
> > ticket found
> > - accepting as guest user 'aguestbyanyothername'
> > [Tue Aug 28 15:06:34 2007] [info] [client 127.0.0.1] TKT: no valid
> > ticket found
> > - accepting as guest user 'aguestbyanyothername'
> > [Tue Aug 28 15:06:34 2007] [info] [client 127.0.0.1] TKT: no valid
> > ticket found
> > - accepting as guest user 'aguestbyanyothername'
> > [Tue Aug 28 15:06:34 2007] [info] [client 127.0.0.1] TKT: no valid
> > ticket found
> > - accepting as guest user 'guest-f0c7f04d-c138-0410-8b9c-e3c62017fc6c'
> > [Tue Aug 28 15:06:34 2007] [info] [client 127.0.0.1] TKT: no valid
> > ticket found
> > - accepting as guest user 'guest-12U'
> > [Tue Aug 28 15:06:34 2007] [info] [client 127.0.0.1] TKT: no valid
> > ticket found
> > - accepting as guest user 'guest-69a8f14d-c13'
> > [Tue Aug 28 15:06:34 2007] [info] [client 127.0.0.1] TKT: no valid
> > ticket found
> > - accepting as guest user 'guest-7ffaf14d-c138-0410-9c81-bbc2ada5a66e'
> > [Tue Aug 28 15:06:34 2007] [info] [client 127.0.0.1] TKT: no valid
> > ticket found
> > - accepting as guest user 'guest-a'
> > [Tue Aug 28 15:06:34 2007] [info] [client 127.0.0.1] TKT: no valid
> > ticket found
> > - accepting as guest user 'guest-9b9ef24d-c138-0410-9c81-'
> > [Tue Aug 28 15:06:34 2007] [info] [client 127.0.0.1] TKT: no valid
> > ticket found
> > - accepting as guest user 'guest-2a2cf34d-c138-0410-8b9c-e3c62017fc6c'
> > [Tue Aug 28 15:06:34 2007] [info] [client 127.0.0.1] TKT: no valid
> > ticket found
> > - accepting as guest user 'guest-2780f34d-c138-0410-9c81-bbc2ada5a66e'
> > [Tue Aug 28 15:06:35 2007] [info] [client 127.0.0.1] TKT: no valid
> > ticket found
> > - accepting as guest user 'guest'
> > [Tue Aug 28 15:06:35 2007] [info] [client 127.0.0.1] TKT: no valid
> > ticket found
> > - accepting as guest user 'guest'
> > [Tue Aug 28 15:06:37 2007] [info] [client 127.0.0.1] TKT: no valid
> > ticket found
> > - accepting as guest user 'guest'
> > [Tue Aug 28 15:06:37 2007] [info] [client 127.0.0.1] TKT: no valid
> > ticket found
> > - accepting as guest user 'guest'
> > [Tue Aug 28 15:06:37 2007] [info] [client 127.0.0.1] TKT: no valid
> > ticket found
> > - accepting as guest user 'guest'
> > [Tue Aug 28 15:06:37 2007] [info] [client 127.0.0.1] TKT: no valid
> > ticket found
> > - accepting as guest user 'guest'
> > [Tue Aug 28 15:06:37 2007] [info] [client 127.0.0.1] TKT: no valid
> > ticket found
> > - accepting as guest user 'guest'
> > [Tue Aug 28 15:06:37 2007] [info] [client 127.0.0.1] TKT: no valid
> > ticket found
> > - accepting as guest user 'guest'
> > [Tue Aug 28 15:06:37 2007] [info] [client 127.0.0.1] TKT: no valid
> > ticket found
> > - accepting as guest user 'guest'
> > [Tue Aug 28 15:06:37 2007] [info] [client 127.0.0.1] TKT: no valid
> > ticket found
> > - accepting as guest user 'guest'
> > [Tue Aug 28 15:06:37 2007] [info] [client 127.0.0.1] TKT: no valid
> > ticket found
> > - accepting as guest user 'guest'
> > [Tue Aug 28 15:06:38 2007] [info] [client 127.0.0.1] TKT: no valid
> > ticket found
> > - accepting as guest user 'guest'
> > [Tue Aug 28 15:06:39 2007] [info] [client 127.0.0.1] TKT: no valid
> > ticket found
> > - accepting as guest user 'guest'
> > [Tue Aug 28 15:06:43 2007] [info] [client 127.0.0.1] TKT: no valid
> > ticket found
> > - redirecting to login url
> > [Tue Aug 28 15:06:43 2007] [info] [client 127.0.0.1] TKT: no valid
> > ticket found
> > - redirecting to login url
> > [Tue Aug 28 15:06:43 2007] [info] [client 127.0.0.1] TKT: no valid
> > ticket found
> > - redirecting to login url
> > [Tue Aug 28 15:06:43 2007] [info] [client 127.0.0.1] TKT: no valid
> > ticket found
> > - redirecting to login url
> > [Tue Aug 28 15:06:43 2007] [info] [client 127.0.0.1] TKT: no valid
> > ticket found
> > - redirecting to login url
> > [Tue Aug 28 15:06:44 2007] [error] server reached MaxClients setting,
> > consider
> > raising the MaxClients setting
> > [Tue Aug 28 15:06:44 2007] [notice] child pid 17588 exit signal
> > Segmentation
> > fault (11)
> > [Tue Aug 28 15:06:44 2007] [notice] child pid 17565 exit signal
> > Segmentation
> > fault (11)
> > [Tue Aug 28 15:06:46 2007] [notice] child pid 17732 exit signal
> > Segmentation
> > fault (11)
> > [Tue Aug 28 15:06:47 2007] [notice] child pid 17733 exit signal
> > Segmentation
> > fault (11)
> > [Tue Aug 28 15:06:48 2007] [info] server seems busy, (you may need to
> > increase
> > StartServers, or Min/MaxSpareServers), spawning 8 children, there are 0
> > idle,
> > and 1 total children
> > [Tue Aug 28 15:06:48 2007] [notice] child pid 17734 exit signal
> > Segmentation
> > fault (11)
> > [Tue Aug 28 15:06:48 2007] [info] [client 127.0.0.1] TKT: no valid
> > ticket found
> > - redirecting to login url
> > [Tue Aug 28 15:06:48 2007] [info] [client 127.0.0.1] TKT: no valid
> > ticket found
> > - redirecting to login url
> > [Tue Aug 28 15:06:48 2007] [info] [client 127.0.0.1] TKT: no valid
> > ticket found
> > - redirecting to login url
> > [Tue Aug 28 15:06:48 2007] [info] [client 127.0.0.1] TKT: no valid
> > ticket found
> > - redirecting to login url
> > [Tue Aug 28 15:06:48 2007] [info] [client 127.0.0.1] TKT: no valid
> > ticket found
> > - redirecting to login url
> > [Tue Aug 28 15:06:48 2007] [info] removed PID file
> > /tmp/mod_auth_tkt-2.0.0rc2/t/logs/httpd.pid (pid=17564)
> > [Tue Aug 28 15:06:48 2007] [notice] caught SIGTERM, shutting down
> > *****************************************
> >
> >
> >
> > -------------------------------------------------------------------------
> > This SF.net email is sponsored by: Splunk Inc.
> > Still grepping through log files to find problems? Stop.
> > Now Search log events and configuration files using AJAX and a browser.
> > Download your FREE copy of Splunk now >> http://get.splunk.com/
> > _______________________________________________
> > modauthtkt-users mailing list
> > [email protected]
> > https://lists.sourceforge.net/lists/listinfo/modauthtkt-users
>
>
>
> -------------------------------------------------------------------------
> This SF.net email is sponsored by: Splunk Inc.
> Still grepping through log files to find problems? Stop.
> Now Search log events and configuration files using AJAX and a browser.
> Download your FREE copy of Splunk now >> http://get.splunk.com/
> _______________________________________________
> modauthtkt-users mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/modauthtkt-users
>
--
Gavin Carr
- http://www.openfusion.com.au - Linux, Perl, and Web Consulting
* Fashion is a variable, but style is a constant - Programming Perl
------------------------------
Message: 2
Date: Thu, 27 Sep 2007 10:48:21 +0100
From: Andy Cummins <[EMAIL PROTECTED]>
Subject: [modauthtkt-users] Cookie/redirect problems
To: [email protected]
Message-ID: <[EMAIL PROTECTED]>
Content-Type: text/plain; charset="windows-1252"
Hi there,
I'm having trouble with my server that's using the modauthtkt
module. Basically I use it on Apache 2 to enable single sign on
across multiple domains however I have been having a problem whereby
a user goes to a site and the browser gives them an error specifying
that the page will never redirect properly.
I have a feeling it's trying to use a cookie which has expired or
something as the URL has an authtkt string appended to the end
however it never passes through to the protected site.
I realise this is vague but any ideas would be greatly appreciated...
..............................................................
Andy Cummins ~
Programmer and Systems Support
cogapp
Lees House
21-33 Dyke Road
Brighton BN1 3FE
t ? +44 (0)1273 829967
f ? +44 (0)1273 829988
e ? [EMAIL PROTECTED]
www.cogapp.com
..............................................................
-------------- next part --------------
An HTML attachment was scrubbed...
------------------------------
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
------------------------------
_______________________________________________
modauthtkt-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/modauthtkt-users
End of modauthtkt-users Digest, Vol 12, Issue 1
***********************************************