Administrator Login.


Administrator Login.
In previous versions ISPMan web interface relied on external authentification modules such as
mod_ldap or auth_ldap to authentify the user against the LDAP database.
Now ISPMan is doing the authentification itself, which gives us 3 advantages.
- No more dependencies on external modules. Most users expressed problems dealing with these modules.
- Only one hit on the LDAP server. In case of external modules which dont cache data, 1 hit is made per connection.
A typical help-desk user using ISPMan as an ISP help desk would be making a few hundred thousand hits per day to the server.
Now he will make only 1 when loggin in.
- Mechanism in place to logout from the session without closing the browser.