10. May, 2003
10. May, 2003
in
by Michael Neumann
To modify a users email address in OpenCM, you’ll first need the full path to the user object:
cm ls everyone

For example, the full path of my user object is everyone/mneumann@ntecs.de.

Then modify it with:

cm -u admin set name FullPathToUserObject

and you’ll be prompted to enter a Synopsis. Enter here the new email address.

You can change other attributes of objects in the same way, just replace set name appropriatly.