You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@trafficserver.apache.org by "Leif Hedstrom (JIRA)" <ji...@apache.org> on 2010/02/09 04:43:27 UTC

[jira] Created: (TS-155) Remove "auth" configs from default records.config (LDAP, NTLM etc.)

Remove "auth" configs from default records.config (LDAP, NTLM etc.)
-------------------------------------------------------------------

                 Key: TS-155
                 URL: https://issues.apache.org/jira/browse/TS-155
             Project: Traffic Server
          Issue Type: Improvement
            Reporter: Leif Hedstrom
             Fix For: 2.0.0a


These serve no purpose, and are just confusing, e.g.

CONFIG proxy.config.ldap.auth.enabled INT 0
CONFIG proxy.config.radius.auth.enabled INT 0

etc. I'm going to remove them from records.config, but leaving 'em in RecordsConfig.cc, for if/when we reintroduce auth. If we ever need to restore records.config, we can just undo the patches attached to this bug.

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


[jira] Commented: (TS-155) Remove "auth" configs from default records.config (LDAP, NTLM etc.)

Posted by "Leif Hedstrom (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/TS-155?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12831283#action_12831283 ] 

Leif Hedstrom commented on TS-155:
----------------------------------

Also removing FTP, SOCKS.SNMP and MIXT (some of these ought to be removed from RecordsConfig.cc as well).

> Remove "auth" configs from default records.config (LDAP, NTLM etc.)
> -------------------------------------------------------------------
>
>                 Key: TS-155
>                 URL: https://issues.apache.org/jira/browse/TS-155
>             Project: Traffic Server
>          Issue Type: Improvement
>            Reporter: Leif Hedstrom
>             Fix For: 2.0.0a
>
>         Attachments: TS-155.patch
>
>
> These serve no purpose, and are just confusing, e.g.
> CONFIG proxy.config.ldap.auth.enabled INT 0
> CONFIG proxy.config.radius.auth.enabled INT 0
> etc. I'm going to remove them from records.config, but leaving 'em in RecordsConfig.cc, for if/when we reintroduce auth. If we ever need to restore records.config, we can just undo the patches attached to this bug.

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


[jira] Updated: (TS-155) Remove "auth" configs from default records.config (LDAP, NTLM etc.)

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

Leif Hedstrom updated TS-155:
-----------------------------

    Attachment: TS-155.patch

> Remove "auth" configs from default records.config (LDAP, NTLM etc.)
> -------------------------------------------------------------------
>
>                 Key: TS-155
>                 URL: https://issues.apache.org/jira/browse/TS-155
>             Project: Traffic Server
>          Issue Type: Improvement
>            Reporter: Leif Hedstrom
>            Assignee: Leif Hedstrom
>             Fix For: 2.0.0a
>
>         Attachments: TS-155.patch
>
>
> These serve no purpose, and are just confusing, e.g.
> CONFIG proxy.config.ldap.auth.enabled INT 0
> CONFIG proxy.config.radius.auth.enabled INT 0
> etc. I'm going to remove them from records.config, but leaving 'em in RecordsConfig.cc, for if/when we reintroduce auth. If we ever need to restore records.config, we can just undo the patches attached to this bug.

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


[jira] Commented: (TS-155) Remove "auth" configs from default records.config (LDAP, NTLM etc.)

Posted by "Leif Hedstrom (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/TS-155?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12831467#action_12831467 ] 

Leif Hedstrom commented on TS-155:
----------------------------------

Crap, I accidentally checked this one in :/. Can someone please review this "post-mortem" ?

> Remove "auth" configs from default records.config (LDAP, NTLM etc.)
> -------------------------------------------------------------------
>
>                 Key: TS-155
>                 URL: https://issues.apache.org/jira/browse/TS-155
>             Project: Traffic Server
>          Issue Type: Improvement
>            Reporter: Leif Hedstrom
>            Assignee: Leif Hedstrom
>             Fix For: 2.0.0a
>
>         Attachments: TS-155.patch
>
>
> These serve no purpose, and are just confusing, e.g.
> CONFIG proxy.config.ldap.auth.enabled INT 0
> CONFIG proxy.config.radius.auth.enabled INT 0
> etc. I'm going to remove them from records.config, but leaving 'em in RecordsConfig.cc, for if/when we reintroduce auth. If we ever need to restore records.config, we can just undo the patches attached to this bug.

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


[jira] Updated: (TS-155) Remove "auth" configs from default records.config (LDAP, NTLM etc.)

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

George Paul updated TS-155:
---------------------------

    Attachment: TS155_patch2.diff

Disable/Comment out unused RNI code paths in Traffic Cop. Will remove the dead code when Traffic Cop is cleaned up in 3.0
-George

> Remove "auth" configs from default records.config (LDAP, NTLM etc.)
> -------------------------------------------------------------------
>
>                 Key: TS-155
>                 URL: https://issues.apache.org/jira/browse/TS-155
>             Project: Traffic Server
>          Issue Type: Improvement
>            Reporter: Leif Hedstrom
>            Assignee: Leif Hedstrom
>             Fix For: 2.0.0a
>
>         Attachments: TS-155.patch, TS155_patch2.diff
>
>
> These serve no purpose, and are just confusing, e.g.
> CONFIG proxy.config.ldap.auth.enabled INT 0
> CONFIG proxy.config.radius.auth.enabled INT 0
> etc. I'm going to remove them from records.config, but leaving 'em in RecordsConfig.cc, for if/when we reintroduce auth. If we ever need to restore records.config, we can just undo the patches attached to this bug.

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


[jira] Commented: (TS-155) Remove "auth" configs from default records.config (LDAP, NTLM etc.)

Posted by "Leif Hedstrom (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/TS-155?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12831549#action_12831549 ] 

Leif Hedstrom commented on TS-155:
----------------------------------

George's patch looks good, thanks for fixing this. r=leif.

> Remove "auth" configs from default records.config (LDAP, NTLM etc.)
> -------------------------------------------------------------------
>
>                 Key: TS-155
>                 URL: https://issues.apache.org/jira/browse/TS-155
>             Project: Traffic Server
>          Issue Type: Improvement
>            Reporter: Leif Hedstrom
>            Assignee: Leif Hedstrom
>             Fix For: 2.0.0a
>
>         Attachments: TS-155.patch, TS155_patch2.diff
>
>
> These serve no purpose, and are just confusing, e.g.
> CONFIG proxy.config.ldap.auth.enabled INT 0
> CONFIG proxy.config.radius.auth.enabled INT 0
> etc. I'm going to remove them from records.config, but leaving 'em in RecordsConfig.cc, for if/when we reintroduce auth. If we ever need to restore records.config, we can just undo the patches attached to this bug.

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


[jira] Assigned: (TS-155) Remove "auth" configs from default records.config (LDAP, NTLM etc.)

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

Leif Hedstrom reassigned TS-155:
--------------------------------

    Assignee: Leif Hedstrom

> Remove "auth" configs from default records.config (LDAP, NTLM etc.)
> -------------------------------------------------------------------
>
>                 Key: TS-155
>                 URL: https://issues.apache.org/jira/browse/TS-155
>             Project: Traffic Server
>          Issue Type: Improvement
>            Reporter: Leif Hedstrom
>            Assignee: Leif Hedstrom
>             Fix For: 2.0.0a
>
>         Attachments: TS-155.patch
>
>
> These serve no purpose, and are just confusing, e.g.
> CONFIG proxy.config.ldap.auth.enabled INT 0
> CONFIG proxy.config.radius.auth.enabled INT 0
> etc. I'm going to remove them from records.config, but leaving 'em in RecordsConfig.cc, for if/when we reintroduce auth. If we ever need to restore records.config, we can just undo the patches attached to this bug.

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


[jira] Resolved: (TS-155) Remove "auth" configs from default records.config (LDAP, NTLM etc.)

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

George Paul resolved TS-155.
----------------------------

    Resolution: Fixed

Cleanup is good enough for 2.x. More needs to be done for 3.0.
-George

> Remove "auth" configs from default records.config (LDAP, NTLM etc.)
> -------------------------------------------------------------------
>
>                 Key: TS-155
>                 URL: https://issues.apache.org/jira/browse/TS-155
>             Project: Traffic Server
>          Issue Type: Improvement
>            Reporter: Leif Hedstrom
>            Assignee: Leif Hedstrom
>             Fix For: 2.0.0a
>
>         Attachments: TS-155.patch, TS155_patch2.diff
>
>
> These serve no purpose, and are just confusing, e.g.
> CONFIG proxy.config.ldap.auth.enabled INT 0
> CONFIG proxy.config.radius.auth.enabled INT 0
> etc. I'm going to remove them from records.config, but leaving 'em in RecordsConfig.cc, for if/when we reintroduce auth. If we ever need to restore records.config, we can just undo the patches attached to this bug.

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