Announcement

Collapse
No announcement yet.

user.passwordchange and group plugins

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

  • #16
    Hi, did you manage to change the password for both: the imap user and the OX user? in my configuration the ox user only can change the ox password over the webinterface. but then it is not possible to login to imap server (for this action i have to manually set the password via saslpasswd2).
    i am slightly confused, as i followed the manual. i set up the server last month and using current version of OX6.

    the other issue follows yours: it is possible to set user permissions when creating the user (here you maybe can modify the user too):

    Code:
        --access-edit-resource <on/off>                Edit Resource access (Default is off)
        --access-edit-password <on/off>                Edit Password access (Default is off)
    you may create your user this way:
    Code:
    /opt/open-xchange/sbin/createuser -c 1 -A oxadmin -P secrets -u $username \
    -d "$surname $name" -g "$surname $name" -s User -p secret -e $username@domain.at \
    --access-edit-resource off \
    --access-edit-password on
    Last edited by Guest; 10-10-2008, 12:24 PM.

    Comment

    Working...
    X