You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafficserver.apache.org by "Yakov Markovitch (JIRA)" <ji...@apache.org> on 2010/08/20 17:32:16 UTC

[jira] Created: (TS-420) TS fails to use user ID with user name longer than 8 characters

TS fails to use user ID with user name longer than 8 characters
---------------------------------------------------------------

                 Key: TS-420
                 URL: https://issues.apache.org/jira/browse/TS-420
             Project: Traffic Server
          Issue Type: Bug
          Components: Core
    Affects Versions: 2.0.0, 2.1.0, 2.1.1, 2.0.1
         Environment: OpenSUSE Linux 11.3 
Kernel 2.6.34-12 64-bit

            Reporter: Yakov Markovitch
            Priority: Critical


Attempt to configure proxy.config.admin.user_id with username of length longer than 8 characters causes TS to fail at startup. TS fails attempting to change uid using the first 8 characters of the username.

E.g. (from records.config):
CONFIG proxy.config.admin.user_id STRING bandersnatch

TS fails with message:
FATAL: Can't find entry in password file for user: bandersn



-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Assigned: (TS-420) TS fails to use user ID with user name longer than 8 characters

Posted by "Leif Hedstrom (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/TS-420?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Leif Hedstrom reassigned TS-420:
--------------------------------

    Assignee: Leif Hedstrom

> TS fails to use user ID with user name longer than 8 characters
> ---------------------------------------------------------------
>
>                 Key: TS-420
>                 URL: https://issues.apache.org/jira/browse/TS-420
>             Project: Traffic Server
>          Issue Type: Bug
>          Components: Core
>    Affects Versions: 2.1.1, 2.1.0, 2.0.1, 2.0.0
>         Environment: OpenSUSE Linux 11.3 
> Kernel 2.6.34-12 64-bit
>            Reporter: Yakov Markovitch
>            Assignee: Leif Hedstrom
>            Priority: Critical
>             Fix For: 2.1.2
>
>         Attachments: ts.login.2.0.0.patch, ts.login.trunk.patch
>
>
> Attempt to configure proxy.config.admin.user_id with username of length longer than 8 characters causes TS to fail at startup. TS fails attempting to change uid using the first 8 characters of the username.
> E.g. (from records.config):
> CONFIG proxy.config.admin.user_id STRING bandersnatch
> TS fails with message:
> FATAL: Can't find entry in password file for user: bandersn

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (TS-420) TS fails to use user ID with user name longer than 8 characters

Posted by "Leif Hedstrom (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/TS-420?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Leif Hedstrom updated TS-420:
-----------------------------

    Fix Version/s: 2.1.2

> TS fails to use user ID with user name longer than 8 characters
> ---------------------------------------------------------------
>
>                 Key: TS-420
>                 URL: https://issues.apache.org/jira/browse/TS-420
>             Project: Traffic Server
>          Issue Type: Bug
>          Components: Core
>    Affects Versions: 2.1.1, 2.1.0, 2.0.1, 2.0.0
>         Environment: OpenSUSE Linux 11.3 
> Kernel 2.6.34-12 64-bit
>            Reporter: Yakov Markovitch
>            Priority: Critical
>             Fix For: 2.1.2
>
>         Attachments: ts.login.2.0.0.patch, ts.login.trunk.patch
>
>
> Attempt to configure proxy.config.admin.user_id with username of length longer than 8 characters causes TS to fail at startup. TS fails attempting to change uid using the first 8 characters of the username.
> E.g. (from records.config):
> CONFIG proxy.config.admin.user_id STRING bandersnatch
> TS fails with message:
> FATAL: Can't find entry in password file for user: bandersn

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (TS-420) TS fails to use user ID with user name longer than 8 characters

Posted by "Yakov Markovitch (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/TS-420?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Yakov Markovitch updated TS-420:
--------------------------------

    Attachment: ts.login.2.0.0.patch
                ts.login.trunk.patch

Attached patches against 2.0.0 and trunk that fix this bug.

> TS fails to use user ID with user name longer than 8 characters
> ---------------------------------------------------------------
>
>                 Key: TS-420
>                 URL: https://issues.apache.org/jira/browse/TS-420
>             Project: Traffic Server
>          Issue Type: Bug
>          Components: Core
>    Affects Versions: 2.1.1, 2.1.0, 2.0.1, 2.0.0
>         Environment: OpenSUSE Linux 11.3 
> Kernel 2.6.34-12 64-bit
>            Reporter: Yakov Markovitch
>            Priority: Critical
>         Attachments: ts.login.2.0.0.patch, ts.login.trunk.patch
>
>
> Attempt to configure proxy.config.admin.user_id with username of length longer than 8 characters causes TS to fail at startup. TS fails attempting to change uid using the first 8 characters of the username.
> E.g. (from records.config):
> CONFIG proxy.config.admin.user_id STRING bandersnatch
> TS fails with message:
> FATAL: Can't find entry in password file for user: bandersn

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (TS-420) TS fails to use user ID with user name longer than 8 characters

Posted by "Leif Hedstrom (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/TS-420?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Leif Hedstrom resolved TS-420.
------------------------------

    Resolution: Fixed

Checked in on trunk. If you feel this needs to be backported to 2.0.x as well, please let us know by reopening this bug, and we'll start the "vote" process on the STATUS file for the 2.0.x branch.

Thanks for the patch!

> TS fails to use user ID with user name longer than 8 characters
> ---------------------------------------------------------------
>
>                 Key: TS-420
>                 URL: https://issues.apache.org/jira/browse/TS-420
>             Project: Traffic Server
>          Issue Type: Bug
>          Components: Core
>    Affects Versions: 2.1.1, 2.1.0, 2.0.1, 2.0.0
>         Environment: OpenSUSE Linux 11.3 
> Kernel 2.6.34-12 64-bit
>            Reporter: Yakov Markovitch
>            Assignee: Leif Hedstrom
>            Priority: Critical
>             Fix For: 2.1.3
>
>         Attachments: ts.login.2.0.0.patch, ts.login.trunk.patch
>
>
> Attempt to configure proxy.config.admin.user_id with username of length longer than 8 characters causes TS to fail at startup. TS fails attempting to change uid using the first 8 characters of the username.
> E.g. (from records.config):
> CONFIG proxy.config.admin.user_id STRING bandersnatch
> TS fails with message:
> FATAL: Can't find entry in password file for user: bandersn

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.