Ok. I've dig throughjt Benedict's installation and found this:

at the begining of rcs page (core page of Aegir) there is a check:

if (strtolower($currentuser->username) != strtolower($set[username])) { echo
"cookie problem?"; exit; }

so I examined $set array (which holds all of setting for current session)
and found:

Array
(
    [stagingserver] => 8001
    [rcsroot] => /var/nadmin/cvs
    [use_articlelink] => YES
    [temp_dir] => /var/nadmin/tmp
    [bin_dir] => /var/nadmin/bin
    [version] => 1.0 RC1
******
    [firstname] => Midgard
    [lastname] => Administrator
    [company] =>
    [username] => '  <= some non-printing character
)

although there is valid person record for admin user.

I keep digging ;-)

Solt



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to