[OGo-Users-IT] Problema con l'autenticazione LDAP-CYRUS

Mapasa Asstech users-it@opengroupware.org
Mon, 22 May 2006 13:22:12 +0200


Ho riconfugurato tutto ogo con la versione opengroupware-1.1.3-moveon
sono riuscito a fare login cd ldap, ma ora non mi vede root in ldap 
(avrei administrator con uid 0)

idee?

PS: ho provato anche a sostituire root nel db :

# psql -U OGo OGo
Welcome to psql 7.4.3, the PostgreSQL interactive terminal.

Type: \copyright for distribution terms
\h for help with SQL commands
\? for help on internal slash commands
\g or terminate with semicolon to execute query
\q to quit

OGo=> UPDATE person SET login = 'administrator', name = 'administrator' 
WHERE company_id=10000 AND login='root' AND is_account=1;
OGo=> \q
#

ma  mi da' questo errore:

relation "person" does not exist.