From 5f699648d0c084a668828e7ebddf186988ad7487 Mon Sep 17 00:00:00 2001 From: Roland Gruber Date: Wed, 28 Dec 2016 18:26:17 +0100 Subject: [PATCH] reset password --- lam/docs/manual-sources/howto.xml | 37 +++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) diff --git a/lam/docs/manual-sources/howto.xml b/lam/docs/manual-sources/howto.xml index 8760e1da..8dcca869 100644 --- a/lam/docs/manual-sources/howto.xml +++ b/lam/docs/manual-sources/howto.xml @@ -11860,6 +11860,43 @@ a.lamLogo { Troubleshooting +
+ Reset configuration password + + The password for the server profiles can be reset using the master + configuration password. Open LAM configuration -> Edit server + profiles ->Manage server profiles for this. + + In case you lost your master configuration password you need to + manually edit the main configuration file (config.cfg) on the file + system. + + + + Locate config.cfg: On DEB/RPM installations it is in + /usr/share/ldap-account-manager/config and for tar.bz2 in config + folder. + + + + Locate the "password" entry in the file + + + + Replace the password hash after "password: " with your new + clear-text password (e.g. "secret") + + + + After the change the line should look like this: + + password: secret + + You can now login using your new password. Set the password once + again via GUI in main configuration settings. This will then put again a + hash value in the config.cfg file. +
+
Functional issues