Ir al contenido principal

Cambiar Password de Agente Groupwise Messensger Server

Para realizar cambio de password del Agente Groupwise Messenger se tomó el articulo de un sitio encontrado en Novell, el problema mostrado era que el cliente de Groupwise no encontraba el servidor por el puerto 8300



Changing the Agent User Password

When the Messaging Agent and Archive Agent are installed, the user’s eDirectory password that is used to read the configuration that starts the agents is stored in the startup file for each agent. Prior to Messenger 2.0.2 Hot Patch 1, this password was stored in plain text. By default in Messenger 2.0.2 Hot Patch 1, the password is obfuscated to prevent the password from being read.

If you want to check whether the password has been obfuscated, look in the startup files. The password is prepended with $$: if it has been obfuscated.

The GWMPassword utility is used to change the password in the startup file for both the Messaging Agent and the Archive Agent.

NOTE:Messsenger 2.0.2 Hot Patch 1 must be installed before you use the GWMPassword Utility to change the agent user password. If you use the utility before updating your Messenger system to Messenger 2.0.2 Hot Patch 1, your agents do not start.

*

Section 2.4.1, Changing the Agent User Password On NetWare or Windows
*

Section 2.4.2, Changing the Agent User Password on Linux

2.4.1 Changing the Agent User Password On NetWare or Windows

Before using the utility, you must verify the following prerequisites:

*

Make sure you have installed Messenger 2.0.2 Hot Patch 1.
*

A drive must be mapped to the location of the startup file.

To change the password:

1.

In Windows, click Start > Run, then enter cmd to open a command window.
2.

Use the following command to change the password:

c:\gwm202\server\utility\gwmpwd\gwmpwd.exe --startup= --password=

Replace c:\gwm202 with the location where the hot patch files were extracted.

2.4.2 Changing the Agent User Password on Linux

Before using the utility, you must verify the following prerequisites:

*

Make suer you have installed Messenger 2.0.2 Hot Patch 1.
*

A drive must be mapped to the location of the startup file.

1.

After installing Messenger 2.0.2 Hot Patch 1, change to the /opt/novell/messenger/bin/ directory.
2.

Become root by entering sux and the root password.
3.

Use the following command to change the password:

./gwmpwd --startup= --password=

Comentarios

Entradas populares de este blog

Tecnologia Canopy Motorola

Canopy, es una Familia de Productos para Sistemas de Banda Ancha y Transmisión de Datos inalámbricos, de bajo costo y fácil instalación. Es más económico que las opciones de DSL y Cable Módem. Ofrece múltiples capacidades y aplicaciones, convirtiéndola en una solución ideal para empresas de los más variados mercados, especialmente quienes hoy no tienen acceso por costo o por estar ubicados en zonas sin infraestructura. No utiliza líneas telefónicas, cable coaxial o satélites y requiere una inversión inicial considerablemente menor que otros sistemas. Hace posible extender el acceso a Internet a través de banda ancha inalámbrica a cualquier usuario, cualquiera sea el lugar donde se encuentre. Aplicaciones Entre las aplicaciones del sistema CANOPY se encuentran:, transmisión de audio y video, video vigilancia remota, extensión de LAN (Local Area N...

Vulnerabilidad en Bluetooth -- BIAS

Asegurando Tomcat - Banner Grabbing para psi-probe

Dentro de los puntos que recomienda OWASP en  Asegurando Tomcat , hace relación a la necesidad de no mostrar la versión de Tomcat que se utiliza, para poner un poco más difícil la preparación de un vector de ataque para el ciberdelincuente; este artículo mostrará como configurar las propiedades del Tomcat para que no muestre la versión, pero tiene un componente especial y es el uso de psi-probe , el cual es un fork que usan los sysadmin para la administración y el monitoreo de un servidor tomcat  y que genera problemas en el momento de querer hardenizar un servidor tomcat. Para realizar esto fue necesario configurar un servidor Tomcat  y cuya configuración esta por fuera del alcance de este artículo. Luego fue necesario configurar tomcat para que funcionara con psi-probe (hay diferentes versiones) y que puede seguir las instrucciones en este enlace. Después  de tener configurado el Tomcat y  probe funcionando podemos ver una pantalla como esta:...