You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-dev@james.apache.org by "Norman Maurer (JIRA)" <se...@james.apache.org> on 2010/12/30 17:01:49 UTC

[jira] Created: (JAMES-1164) UsersRepository implementations should not create user if no domainpart is in the username and virtualhosting is enabled

UsersRepository implementations should not create user if no domainpart is in the username and virtualhosting is enabled
------------------------------------------------------------------------------------------------------------------------

                 Key: JAMES-1164
                 URL: https://issues.apache.org/jira/browse/JAMES-1164
             Project: JAMES Server
          Issue Type: Improvement
          Components: UsersStore & UsersRepository
            Reporter: Norman Maurer
            Assignee: Norman Maurer
             Fix For: 3.0-M3


Add the moment if you enable virtualhosting and create a new user with username "test" it will success. This is bad as for virtualhosting to work correctly you need to have a domainpart in the username like "test@testdomain". So to guard the user from this problems we should make sure we don't allow the creation of such users. The same is true for disabled virtualhosting and having a domainpart in the username. This should not work too..

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


---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org


[jira] Updated: (JAMES-1164) UsersRepository implementations should not create user if no domainpart is in the username and virtualhosting is enabled

Posted by "Norman Maurer (JIRA)" <se...@james.apache.org>.
     [ https://issues.apache.org/jira/browse/JAMES-1164?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Norman Maurer updated JAMES-1164:
---------------------------------

    Affects Version/s: 3.0-M1
                       3.0-M2

> UsersRepository implementations should not create user if no domainpart is in the username and virtualhosting is enabled
> ------------------------------------------------------------------------------------------------------------------------
>
>                 Key: JAMES-1164
>                 URL: https://issues.apache.org/jira/browse/JAMES-1164
>             Project: JAMES Server
>          Issue Type: Improvement
>          Components: UsersStore & UsersRepository
>    Affects Versions: 3.0-M1, 3.0-M2
>            Reporter: Norman Maurer
>            Assignee: Norman Maurer
>             Fix For: 3.0-M3
>
>
> Add the moment if you enable virtualhosting and create a new user with username "test" it will success. This is bad as for virtualhosting to work correctly you need to have a domainpart in the username like "test@testdomain". So to guard the user from this problems we should make sure we don't allow the creation of such users. The same is true for disabled virtualhosting and having a domainpart in the username. This should not work too..

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


---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org


[jira] Resolved: (JAMES-1164) UsersRepository implementations should not create user if no domainpart is in the username and virtualhosting is enabled

Posted by "Norman Maurer (JIRA)" <se...@james.apache.org>.
     [ https://issues.apache.org/jira/browse/JAMES-1164?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Norman Maurer resolved JAMES-1164.
----------------------------------

    Resolution: Fixed

done

> UsersRepository implementations should not create user if no domainpart is in the username and virtualhosting is enabled
> ------------------------------------------------------------------------------------------------------------------------
>
>                 Key: JAMES-1164
>                 URL: https://issues.apache.org/jira/browse/JAMES-1164
>             Project: JAMES Server
>          Issue Type: Improvement
>          Components: UsersStore & UsersRepository
>    Affects Versions: 3.0-M1, 3.0-M2
>            Reporter: Norman Maurer
>            Assignee: Norman Maurer
>             Fix For: 3.0-M3
>
>
> Add the moment if you enable virtualhosting and create a new user with username "test" it will success. This is bad as for virtualhosting to work correctly you need to have a domainpart in the username like "test@testdomain". So to guard the user from this problems we should make sure we don't allow the creation of such users. The same is true for disabled virtualhosting and having a domainpart in the username. This should not work too..

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


---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org