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 hb...@apache.org on 2002/10/18 05:10:10 UTC

cvs commit: jakarta-james/tests/src/conf admin.protocolsession

hbedi       2002/10/17 20:10:10

  Added:       tests/src/conf admin.protocolsession
  Log:
  remote admin simulation.
  
  Revision  Changes    Path
  1.1                  jakarta-james/tests/src/conf/admin.protocolsession
  
  Index: admin.protocolsession
  ===================================================================
  # Remote Admin.
  # create users.
  #
  # first remote admin sends a greeting.
  S: JAMES Remote.*
  S: Please enter your login and password
  S: Login id:.*
  C: root
  S: Password:.*
  C: root
  S: Welcome root.*
  C: adduser test test
  S: User test added.*
  # try to add user test again
  C: adduser test test
  S: User test already exists
  S: Error.*
  C: adduser test1 test1
  S: User test1 added.*
  C: adduser test2 test2
  S: User test2 added.*
  C: adduser test3 test3
  S: User test3 added.*
  C: quit
  S: Bye
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>