Re: [Personalbackup-users] Gentoo installation
Status: Beta
Brought to you by:
linuxtuxie
From: kku <kk...@el...> - 2005-02-21 10:17:04
|
At 11:03 21/02/2005, you wrote: >On Mon, 2005-02-21 at 10:50 +0100, kku wrote: > > At 10:44 21/02/2005, you wrote: > > >On Mon, 2005-02-21 at 10:38 +0100, Toni Van Remortel wrote: > > > > Any idea? > > > > > >Again, my mistake. Seems that the old config file cannot be used. I > > >copied the new one, updated it, and now it runs. > > > > Indeed...the old config cannot be used anymore :) > >OK, that is solved. >Now I cannot login with 'admin' 'admin'. I just get back to the login >screen without an error. > >Where to look? Database? It depends on the authentication method you selected. You can only use admin/admin if you select "database" as authentication method. If you use "ldap" or "passwd", the admin account is not used at all. If you use ldap or passwd, you need to login with a known account and after that you need to run the next sql statement to give that account "admin" priviliges: UPDATE users SET admin='Y' WHERE username='user'; This user can now revoke/grant other users "admin" priviliges via the web-interface. Regards, LinuxTuxie |