phpgroupware-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Phpgroupware-users] Setup of admin account


From: Chris Weiss
Subject: Re: [Phpgroupware-users] Setup of admin account
Date: Sun, 30 Jun 2002 17:22:48 +0000

someone had this problem in irc in the last week or so too.
a little grep reviels this:
phpgwapi/inc/class.accounts_shared.inc.php

$GLOBALS['phpgw_info']['server']['global_denied_users'] = array(
'root'     => True, 'bin'      => True, 'daemon'   => True,
'adm'      => True, 'lp'       => True, 'sync'     => True,
'shutdown' => True, 'halt'     => True, 'ldap'     => True,
'mail'     => True, 'news'     => True, 'uucp'     => True,
'operator' => True, 'games'    => True, 'gopher'   => True,
'nobody'   => True, 'xfs'      => True, 'pgsql'    => True,
'mysql'    => True, 'postgres' => True, 'oracle'   => True,
'ftp'      => True, 'gdm'      => True, 'named'    => True,
'alias'    => True, 'web'      => True, 'sweep'    => True,
'cvs'      => True, 'qmaild'   => True, 'qmaill'   => True,
'qmaillog' => True, 'qmailp'   => True, 'qmailq'   => True,
'qmailr'   => True, 'qmails'   => True, 'rpc'      => True,
'rpcuser'  => True, 'amanda'   => True, 'apache'   => True,
'pvm'      => True, 'squid'    => True, 'ident'    => True,
'nscd'     => True, 'mailnull' => True, 'cyrus'    => True,
'backup'    => True
);

$GLOBALS['phpgw_info']['server']['global_denied_groups'] = array(
'root'      => True, 'bin'       => True, 'daemon'    => True,
'sys'       => True, 'adm'       => True, 'tty'       => True,
'disk'      => True, 'lp'        => True, 'mem'       => True,
'kmem'      => True, 'wheel'     => True, 'mail'      => True,
'uucp'      => True, 'man'       => True, 'games'     => True,
'dip'       => True, 'ftp'       => True, 'nobody'    => True,
'floppy'    => True, 'xfs'       => True, 'console'   => True,
'utmp'      => True, 'pppusers'  => True, 'popusers'  => True,
'slipusers' => True, 'slocate'   => True, 'mysql'     => True,
'dnstools'  => True, 'web'       => True, 'named'     => True,
'dba'       => True, 'oinstall'  => True, 'oracle'    => True,
'gdm'       => True, 'sweep'     => True, 'cvs'       => True,
'postgres'  => True, 'qmail'     => True, 'nofiles'   => True,
'ldap'      => True, 'backup'    => True
);


Peter Bounin (address@hidden) wrote*:
>
>Hello,
>
>I just installed phpgroupware (along with apache and postgres) and,
>after some bigger problems getting phpgroupware running with postgres,
>successfully finished the setup step.
>Thereby I discoverd a small ... bug? ...?
>
>When doing setup you're supposed to set up 1 admin account and 3 demo
>accounts. Doing so with admin user name "root" will lead (after setup)
>in "Bad login name or password". After some repetitions i figured out,
>that this will only happen when using "root" as admin's user name.
>If I use "admin" (or something else) login with the admin user will
>be possible, even if the seleted password is always the same.
>To me this looks like a ... bug, doesn't it. At least I couldn't find
>anything about a forbidden user name "root".
>AM I wrong?
>
>Peter
>
>_______________________________________________
>Phpgroupware-users mailing list
>address@hidden
>http://mail.gnu.org/mailman/listinfo/phpgroupware-users
>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]