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

Vulnerabilidad en Bluetooth -- BIAS

25 Useful IPtable Firewall Rules Every Linux Administrator Should Know

Tomado de http://www.tecmint.com/linux-iptables-firewall-rules-examples-commands/ Managing network traffic is one of the toughest jobs a system administrators has to deal with. He must configure the firewall in such a way that it will meet the system and users requirements for both incoming and outgoing connections, without leaving the system vulnerable to attacks.  25 IPtables Firewall Rules for Linux This is where iptables come in handy. Iptables is a Linux command line firewall that allows system administrators to manage incoming and outgoing traffic via a set of configurable table rules. Iptables uses a set of tables which have chains that contain set of built-in or user defined rules. Thanks to them a system administrator can properly filter the network traffic of his system. Per iptables manual, there are currently 3 types of tables: FILTER – this is the default table, which contains the built in chains for:IN...

OpenMeetings en Debian

Artículo tomado de  http://liberamemoria.blogspot.com/ Instalando OpenMeetings 0.7 RC 2 en Debian Lenny Mucho ha pasado desde mi último post y mucho más desde  aquel en que hablaba de OpenMeetings . Aprovechando la salida de  Debian 5.0  (Lenny para los amigos) y de  OpenMeetings 0.7 RC 2  reescribí dicho tutorial. Entre las mejoras notables de la nueva versión de OpenMeetings encontramos: Se puede incrementar el número de participantes en las salas desde la Administración hasta 1000 usuarios. Las ventanas de vídeo de los participantes se puede redimensionar. Desde el menú de Administración se puede expulsar usuarios. Se puede autenticar usuarios por LDAP. Como en el tutorial anterior, partimos de una instalación estándar de Debian Lenny sin entorno gráfico. 1) Instalación de Sun Java Development Kit Vamos a tener que habilitar los repositorios de la rama non-free de Debian Lenny. Para ellos editamos el archivo sources.list: # pico /etc/apt/sources.list Agregamos non-free a alguno de l...