Password Manager Pro
-Enterprise Password Management Software
|
|
ManageEngine® PasswordManager Pro - FAQPrivileged Password Management Solution, Secure Password ManagerWeb-Interface, Authentication
Security
Password Synchronization
Backup & Disaster Recovery
Troubleshooting & General Tips
Licensing
Web Interface, AuthenticationCan I change the default port 7272 occupied by PMP? Yes, you can change the default port as explained below:
Why are my users not notified of their PMP accounts? Users are notified of their PMP accounts only through email. If they do not get the notification email, check
What are the authentication schemes available in PMP? You can use one of the following three mechanisms: Active Directory: When enabled, the authentication request is forwarded to the configured domain controller and based on the result, the user is allowed or denied access into PMP. The user name, password and the domain are supplied in the PMP login screen. This scheme works only for users whose details have been imported previously from AD. Available only when PMP server is installed on Windows system. LDAP Directory: When enabled, the authentication request is forwarded to the configured LDAP directory server and based on the result, the user is allowed or denied access into PMP. The user name and password and the option to use LDAP authentication are supplied in the PMP login screen. This scheme works only for users whose details have been imported previously from the LDAP directory PMP Local Authentication: The authentication is done locally by the PMP server. Irrespective of AD or LDAP authentication being enabled, this scheme is always available for the users to choose in the login page. This scheme has a separate password for users and the AD or LDAP passwords are never stored in the PMP database. What are the user roles available in PMP? What are their access levels? PMP comes with three pre-defined roles:
Any administrator can be made as "Super Administrator" with the privilege to view and manage all resources.Refer help documentation for details on access levels. What if I forget my PMP login password? PMP comes with three pre-defined roles: If you were already given a valid PMP account, you can use the 'Forgot Password?' link available in the login page to reset the password. The user name/e-mail id pair supplied should match the one already configured for the user and in that case, the password will be reset for that user and the new password will be emailed to that email id. Why does Internet Explorer 7 (and other browsers) complain while accessing PMP console? PMP comes with three pre-defined roles: The PMP web console always uses HTTPS to communicate with the PMP server. The PMP server comes with a default self-signed SSL certificate, which the standard web browsers will not recognize and issue a warning. Particularly IE 7's warning message appears serious. Ignoring this warning still guarantees encrypted communication between the PMP console and the server but if you want your users to be particularly sure that they are connecting only to the PMP server, you will need to install a SSL certificate that you have bought from a certificate authority, that is recognised by all standard web browsers. SecurityHow secure are my passwords in PMP? Ensuring the secure storage of passwords and offering high defence against intrusion are the mandatory requirements of PMP. The following measures ensure the high level security for the passwords:
For detailed information, refer to Prouct Security Specifications document. How secure are the A-to-A, A-to-DB password management done through Password Management APIs? The web API exposed by PMP forms the basis for Application-to-Application/Database Password Management in PMP. The applications connect and interact with PMP through HTTPS. The application's identity is verified by forcing it to issue a valid SSL certificate, matching the details already provided to PMP corresponding to that application. Can we install our own SSL certificate? How? The PMP runs as a HTTPS service. It requires a valid CA-signed SSL certificate with the principal name as the name of the host on which it runs. By default, on first time startup, it creates a self signed certificate. This self signed certificate will not be trusted by the user browsers. Thus, while connecting to PMP, you need to manually verify the certificate information and the hostname of PMP server carefully and should force the browser to accept the certificate. To make the PMP server identify itself correctly to the web browser and theuser:
You can use OpenSSL or keytool (bundled with Java) to create your certificates, get them signed by a CA and use them with PMP. The choice of which tool to use is yours, based on what your security administrators say. Detailed instructions on using both the tools are provided here. If you already have a certificate signed by a CA, then we recommend using OpenSSL to create the keystore and configure it in PMP (steps 4 and 5 in the instructions below). Using OpenSSLOpenSSL is available bundled with most of the Linux distributions. If you have Windows and do not have OpenSSL installed, download it from http://www.slproweb.com/products/Win32OpenSSL.html. Make sure the 'bin' folder under the OpenSSL installation is included in the 'PATH' environment variable. Step 1: The first step is to create the public-private key pair that will be used for the SSL handshake
Step 2: Create a Certificate Signing Request (CSR) for submission to a certificate authority to create a signed certificate with the public key generated in the previous step.
Step 3 : Submit the CSR to a Certificate Authority (CA) to obtain a CA signed certificate
Step 4: Import the CA-signed certificate to a keystore
Step 5: Finally, configure the PMP server to use the keystore with your SSL certificate
Using KeytoolStep 1: The first step is to create the public-private key pair that will be used for the SSL handshake
Step 2: Create a Certificate Signing Request (CSR) for submission to a certificate authority to create a signed certificate with the public key generated in the previous step.
Step 3 : Submit the CSR to a Certificate Authority (CA) to obtain a CA signed certificate
Step 4: Import the CA-signed certificate to the PMP server
Step 5: Finally, configure the PMP server to use the keystore with your SSL certificate
Note : Tomcat by default accepts only the JKS (Java Key Store) and PKCS #12 format keystores. In case, the keystore is of PKCS #12 format, include the following option in the server.xml file along with the keystore name, keystoreType="PKCS12?This tells tomcat that the format is PKCS12. Restart the server after this change. Installing an existing wild card supported SSL certificate
Note : Please refer your CA's documentation for more details and troubleshooting Password SynchronizationCan I also change resource passwords from the PMP console? Yes, of course. PMP can change the passwords currently for Windows, Windows domain and Linux systems. Capability to change passwords of other types of resources like databases, routers, switches etc will be gradually added. PMP supports both agent-based and agent-less modes of changing passwords. When to use the agent and agent-less modes for password synchronization? Let us first look at the requisites for both the modes: The agent mode requires the agent to be installed as a service and run with administrative privileges to perform password changes. The communication between the PMP server and agent takes place through TCP for normal information and HTTPS for password transfer and hence communication paths must exist (ports to be kept open) between the server and agent. For the agentless mode, you must supply administrative credentials to perform the password changes. For Linux you must specify two accounts, one with root privileges and one with normal user privileges that can be used to login from remote. Telnet or SSH service must be running on the resources. For Windows domain, you must supply the domain administrator credentials. For Windows and Windows domain, PMP uses remote calls and relevant ports must be open on the resource. Based on this you can choose which mode you want for your environment, indicated by the following tips: Choose agent mode when,
Choose agentless mode in all other cases as it is a more convenient and reliable way of doing password changes. Can I enable agentless password synchronization if I add my own resource type for other distributions of Linux / other versions of Windows? Yes, you can. As long as your resource type label contains the string 'Linux' or 'Windows', you can still configure agentless password synchronization for those resources. Example of valid resource type labels to enable password synchronization: Debian Linux, Linux - Cent OS, SuSE Linux, Windows XP Workstation, Windows 2003 Server Is there a way to do remote password syncronization for resource types other than the ones for which remote reset is supported now? Yes, you can make use of Password Reset Listeners, which enable invoking a custom script or executable as a follow-up action to Password Reset action in PMP. Refer to Help Documentation for more details. How to troubleshoot when password synchronization does not happen? In the agent mode,
In the agentless mode,
Windows domain password reset fails with the error message: "The authentication mechanism is unknown" This happens when PMP is run as a Windows service and the 'Log on as" property of the service is set to the local system account. Change it to any domain user account to be able to reset domain passwords. Follow the instructions below to effect that setting:
What are the prerequisites for enabling Windows Service Account Reset? Before enabling windows service account reset, ensure if the following services are enabled in the servers where the dependent services are running: (1) Windows RPC service should have been enabled Backup & Disaster RecoveryCan I setup disaster recovery for the PMP database? Yes, you can. PMP can periodically backup the entire contents of the database, which can be configured through the PMP console. Refer help documentation for more details. Where does the backup data get stored? Is it encrypted? All sensitive data in the backup file are stored in encrypted form in a .zip file under <PMP_Install_Directory/backUp> directory. It is recommended that you backup this file in your secure, secondary storage for disaster recovery. GeneralDo I need any pre-requisite software to be installed before using PMP? There is no prerequisite software installation required to use PMP. Can others see the resources added by me? Except super administrators (if configured in your PMP set up), no one, including admin users will be able to see the resources added by you. Apart from this, if you decide to share your resources with other administrators, they will be able to see tham. Can I add my own attributes to PMP resources? Yes, you can extend the attributes of the PMP resource and user account to include details that are specific to your needs. Refer the help documentation for more details. What if a user who has not shared his sensitive passwords, leaves the enterprise? This can very well happen in any enterprise, but with PMP you need not worry about passwords getting orphaned. Administrators can 'transfer' resources owned by users to other administrator users and in the process they have no access to those resources themselves, unless they do the transfer to their name. Refer the help documentation for more details. Importing users/resources from AD fails... Ensure the following:
In case, if fails even after ensuring the above, contact passwordmanagerpro-support@manageengine.com. Can I run custom queries to generate results for integration with other reporting systems? Yes, you can. Please contact us at passwordmanagerpro-support@manageengine.com with your specific request and we will help you with the relevant SQL query to generate XML output. Does PMP provide high availability support? Yes, refer to Help Documentation for more details How to make the PMP application work with a MySQL database server installed in a separate machine (other than the one in which PMP server is running)? It is always recommended to run the PMP application (built over Tomcat web server) and the MySQL database in the same machine for better security. We have configured the bundled MySQL database so as it is not visible outside the machine in which it is installed (it will accept connections requested only from localhost) and you will lose this aspect when you separate them. If there is a pressing need to run MySQL elsewhere, follow the procedure detailed below:
Does domain SSO work across firewalls / VPNs? The domain Single Sign On (windows integrated authentication) is achieved in the Windows environment by setting non-standard parameters in the HTTP header, which are usually stripped off by devices like firewalls / VPNs. PMP is designed for use within the network. So, if you have users connecting from outside the network, you cannot have SSO this enabled. Can I rebrand PMP with our logo? Yes. If you want to replace the PMP logo appearing on the login screen and on the web-interface with that of yours, you can do so from the web-interface itself. It is preferable to have your logo of the size 210 * 50 pixels. To rebrand the logo,
Does PMP record Password viewing attempts and retrievals by users? Yes, PMP records all operations performed by the user including the password viewing and copying operations. From audit trails, you can get a comprehensive list of all the actions and attempts by the users with password retrieval. The list of operations that are audited (with the timestamp and the IP address) includes:
What's the maximum size of a password that Password Manager Pro can store? The resource passwords are stored as encrypted text (SQL type TEXT) in the database and hence the size of the content can be upto 64KB. For the PMP application login password, the maximum password length is 100 characters. LicensingWhat is the Licensing Policy for PMP? Evaluation Edition - Evaluation Edition allows you to have 2 administrators in for 30 days. You can manage unlimited resources and evaluate all features of Premium Edition. During evaluation you can get free technical assistance. Free Edition - Download valid for ever, capable for supporting a maximum of 1 administrator. You can manage a maximum of 10 resources and you will all functionalities of Standard Edition. Registered Version - need to buy license based on the number of administrators required and the type of edition Standard/Premium:
Know the difference ..
Can I buy a permanent license for PMP? What are the options available? Though PMP follows an annual subscription model for pricing, we also provide perpetual licensing option. The perpetual license will cost approximately three times the annual subscription price, with 20% AMS from the second yea onwards. Contact sales@manageengine.com and passwordmanagerpro-support@manageengine.com for more details. I want to have high availability setup with redundant servers. Is one license enough? Yes, if you buy a single PREMIUM Edition license, you are entitled to have high availability setup. You can apply the same license on Primary as well as Standby servers.Can PMP support more than 100 administrators? Yes, very much. If you want a license with more than 100 administrator users, please contact sales@manageengine.com and passwordmanagerpro-support@manageengine.com for more details. Can I extend my evaluation to include more administrator users or for more number of days? Yes. Fill in the required details in the website and we will send you the license keys. Do I have to reinstall PMP when moving to the Professional Edition? No. You need not have to reinstall or shut down the server. You just need to enter the new license file in the "License" link present in the top right corner of the PMP web interface. Customer Speaks
"Password Manager Pro is an excellent choice for password management. Don Garvey, Director of Operations BlueVault, USA.
|
