Operators want to change their password via the webinterface

Need new test, action, option? Post request here.
Post Reply
arthur
Posts: 1
Joined: Fri May 31, 2013 2:11 am

Operators want to change their password via the webinterface

Post by arthur »

Is it possible to add a change password function in the Hostmonitor webinterface?

Our operators are using the webinterface (only the operators that edit checks use RCC). They only have enable/disable rights and cannot connect with RCC.

Or even better, use MS Active Directory or a LDAP server to perform the website authentication.
KS-Soft
Posts: 13012
Joined: Wed Apr 03, 2002 6:00 pm
Location: USA
Contact:

Post by KS-Soft »

Or even better, use MS Active Directory or a LDAP server to perform the website authentication.
I think we will implement this option.

Regards
Alex
User avatar
greyhat64
Posts: 246
Joined: Fri Mar 14, 2008 9:10 am
Location: USA

Post by greyhat64 »

WHEN!!!??? I think I mentioned AD user/group integration almost five years ago. Love the product, but I'd love it even more if this were implemented. And it's actually pretty easy to query AD for user/group info so this seems, on the surface, to be a pretty easy 'win'.
KS-Soft
Posts: 13012
Joined: Wed Apr 03, 2002 6:00 pm
Location: USA
Contact:

Post by KS-Soft »

Pretty easy? Perhaps, but I cannot find that easy way.
RCC/Browser can be started anywhere (outside of your LAN, domain, Intranet) and you may need access from Internet. That's why RCC never sends password that can be decrypted. It uses hashed passwords. Windows does the same - it never stores passwords. And normally you (or HostMonitor) cannot get even hashed Windows passwords.
At the same time, most of authentication related Windows API functions require password in clean text format.

Probably we can use LsaLogonUser API but there are some difficulties as well... normally each user account is associated with two passwords: the LAN Manager-compatible password and the Windows password. Each password is encrypted and stored in the SAM database or in the Active Directory database. However any account might lack either the LAN Manager password or the Windows password.

Regards
Alex
xcentric
Posts: 176
Joined: Sat Oct 23, 2010 4:30 pm

Post by xcentric »

Check out the big brain on Brett!!!!! You's a smart mf. That's right!
KS-Soft
Posts: 13012
Joined: Wed Apr 03, 2002 6:00 pm
Location: USA
Contact:

Post by KS-Soft »

Ok, we wasted about 3 weeks with no result. Actually authentification works fine on any Windows but we need encryption as well and that API works just fine on old Windows but we cannot make it work on Windows 2008/2012. According to manuals it should work but it doesn't... probably we will delay this task again.

Regards
Alex
Post Reply