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:   <mailto:james-dev-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:james-dev-help@;jakarta.apache.org>

Reply via email to