Announcement

Collapse
No announcement yet.

Creating user fails with Community Edition

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Creating user fails with Community Edition

    I've install "Open-Xchange Community Edition" using the Installer. Logging with the test user works however when I attempt to create a new user I receive the follow message:

    user in context 1 could not be created:
    Server response:
    com.openexchange.admin.plugins.PluginException: com.openexchange.admin.rmi.exceptions.OXSieveHandl erInvalidCredentialsException: Authentication failed

    /opt/open-xchange/sbin/createuser \
    --adminuser oxadmin \
    --adminpass xxxxx \
    --contextid 1 \
    --username auser \
    --displayname "A User" \
    --surname "User" \
    --givenname "A" \
    --password xxxx \
    --email xxxxx@example.com \
    --spamfilter on \
    --language en_US

    OS is Ubuntu 7.04 - 2.6.20-16

  • #2
    Works for me on debian 4.0 - are you sure you used the correct password?

    Comment

    Working...
    X