[Zope] GUF & SQL login problems
Milos Prudek
milos.prudek@worldonline.cz
Tue, 04 Sep 2001 20:48:24 +0200
> Have a look at your postgres init skript.
Logging works, thanks!!
This is the log segment of a single login attempt:
010904.20:38:44.440 [1473] StartTransactionCommand
010904.20:38:44.440 [1473] query: select username from users
010904.20:38:44.441 [1473] ProcessQuery
010904.20:38:44.441 [1473] CommitTransactionCommand
010904.20:38:44.456 [1473] StartTransactionCommand
010904.20:38:44.456 [1473] query: select groupname from groups,
users, user_group_map where users.username = 'milos'
and users.user_id = user_group_map.user_id and
groups.group_id = user_group_map.group_id
010904.20:38:44.457 [1473] ProcessQuery
010904.20:38:44.458 [1473] CommitTransactionCommand
010904.20:38:44.596 [1473] StartTransactionCommand
010904.20:38:44.596 [1473] query: commit
010904.20:38:44.596 [1473] ProcessUtility: commit
010904.20:38:44.597 [1473] CommitTransactionCommand
010904.20:38:44.597 [1473] StartTransactionCommand
010904.20:38:44.597 [1473] query: BEGIN
010904.20:38:44.597 [1473] ProcessUtility: BEGIN
010904.20:38:44.597 [1473] CommitTransactionCommand
010904.20:38:44.597 [1473] StartTransactionCommand
010904.20:38:44.597 [1473] query: SET TRANSACTION ISOLATION LEVEL
SERIALIZABLE
010904.20:38:44.598 [1473] ProcessUtility: SET TRANSACTION ISOLATION
LEVEL SERIALIZABLE
010904.20:38:44.598 [1473] CommitTransactionCommand
010904.20:39:42.719 [1430] proc_exit(0)
010904.20:39:42.719 [1430] shmem_exit(0)
010904.20:39:42.719 [1430] exit(0)
My userAuthenticate has only one line:
<dtml-return "_.int('1')">
Yet GUF never authenticates me...
--
Milos Prudek