Announcement

Collapse
No announcement yet.

changeuser: Changing username is disabled!

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

  • changeuser: Changing username is disabled!

    Hi,

    we successfully compiled oxce on debian etch with community installer and cvs from 10/24/2007. We can create users with cli, but changing users fails with: Changing username is disabled!
    Using the Admin-GUI works.

    In /var/log/open-xchange/open-xchange-admin.log.0 the following errors are found:

    08.11.2007 16:48:41 com.openexchange.admin.rmi.impl.OXUser change
    SCHWERWIEGEND: Changing username is disabled!
    com.openexchange.admin.rmi.exceptions.InvalidDataE xception: Changing username is disabled!
    at com.openexchange.admin.rmi.impl.OXUser.change(OXUs er.java:222)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Nativ e Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(Native MethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(De legatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:585)
    at sun.rmi.server.UnicastServerRef.dispatch(UnicastSe rverRef.java:294)
    at sun.rmi.transport.Transport$1.run(Transport.java:1 53)
    at java.security.AccessController.doPrivileged(Native Method)
    at sun.rmi.transport.Transport.serviceCall(Transport. java:149)
    at sun.rmi.transport.tcp.TCPTransport.handleMessages( TCPTransport.java:466)
    at sun.rmi.transport.tcp.TCPTransport$ConnectionHandl er.run(TCPTransport.java:707)
    at java.lang.Thread.run(Thread.java:595)

    Any ideas?

  • #2
    Hi,

    this behavior can be configured at /opt/open-xchange/etc/admindaemon/User.properties

    USERNAME_CHANGEABLE=<true/false>


    Hope that helps

    Comment


    • #3
      OK!
      Using "changeuser -i id" indstead of "changeuser -u username" also works.

      Thanks

      Comment

      Working...
      X