Managing place members
Place members can be managed using the qptool
command from the server console. The following is a list and description of what can be changed using this tool, from the command-line, as a system administrator.
Adding an external member to a place
The following are examples of using the qptool
command to add external members to places. An external member is someone who is outside of the local contacts.nsf
database for the place. This could be one of the users in you LDAP or Domino Directory that has been added to a place.
From the Quickr server console, you would issue the load qptool addmember parameters
command.
The changemember
command is used from the Lotus Quickr server console. An example of the command is:
load qptool addmember -dn "cn=Heather Reeds,ou=Marketing,o=Example" -author -allrooms -p Packt Book Place
This command will add Heather Reeds to the Packt Book Place, as an author in all rooms of the place.
One advantage in using the addmember
command is that multiple...