Re: user ogoadmin

Helge Hess <[email protected]>
Newsgroups gmane.comp.cms.opengroupware.discuss.general
Message-ID <[email protected]>
Hi,

please send support questions to [email protected]. Thanks.

On 31. Aug 2005, at 09:44 Uhr, Alexandre Pollet wrote:
> I'd like to have other admin user. And I read this page :
> http://docs.opengroupware.org/Members/sim/ldap-notes/talkback/ 
> 1077198828
>
> when I execute this SQL :UPDATE person SET login = ogoadmin, name =
> ogoadmin WHERE company_id=10000 AND login=root AND is_account=1;
>
> I have one mistake : "Attribute "ogoadmin" not found".

Well, yes, you need to properly quote string attributes, eg:

   UPDATE person SET login='ogoadmin', name='ogoadmin'
   WHERE company_id=10000;

> I have created before an user called ogoadmin

You can only have one user with login 'ogoadmin'. So you probably  
want to rename the 'old' one.

Helge
-- 
http://docs.opengroupware.org/Members/helge/
OpenGroupware.org

-- 
OpenGroupware.org Discussion [email protected]
http://mail.opengroupware.org/mailman/listinfo/discuss
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.