Browse Source

LDAPToolBox slides

master
akshay 1 year ago
parent
commit
3a9a70ffb3
5 changed files with 40 additions and 0 deletions
  1. BIN
      image/resetpassword.png
  2. BIN
      image/servicedesk.png
  3. BIN
      image/whitepages.png
  4. +40
    -0
      openldap.md
  5. BIN
      openldap.pdf

BIN
image/resetpassword.png View File

Before After
Width: 1800  |  Height: 900  |  Size: 2.1 MiB

BIN
image/servicedesk.png View File

Before After
Width: 1800  |  Height: 900  |  Size: 2.5 MiB

BIN
image/whitepages.png View File

Before After
Width: 1800  |  Height: 900  |  Size: 2.2 MiB

+ 40
- 0
openldap.md View File

@ -90,4 +90,44 @@ Some of the usecases of LDAP are:
- Samba allows for a Linux server to act as a Domain Controller. By doing so, user credentials on the Windows domain can be used instead of needing to be recreated and then manually kept in sync on the Linux server.
- A domain controller is a server that manages network and identity security, effectively acting as the gatekeeper for user authentication and authorization to IT resources within the domain.
# LDAPToolBox
##
- LDAPToolBox is a compilation of tools for LDAP administrators
- LDAPToolBox contains:
- Monitoring plugins
- Howtos and scripts
- Web interfaces for password and account management
- OpenLDAP packages and extensions
## Service Desk
- Application for teams who need to check, lock, unlock and reset user passwords
- Quick search for an account
- Features:
- View main attributes
- View account and password status
- Test current password
- Reset password and force password change at next connection
- Lock and unlock account
- Dashboards:
- Accounts locked
- Accounts with a password that will soon expire
- Accounts with an expired password
- Accounts idle (never connected or not connected since a number of days)
##
![Service-Desk](./image/servicedesk.png)
## Self Service Password
- Self Service Password is a PHP application that allows users to change password in an LDAP directory.
- In Addition to standard LDAP directories, it also supports Active Directory
- Features:
- Local password policy
- Help messages
- Reset by questions
- Reset by mail challenge (token sent by mail)
- Reset by SMS (through external Email 2 SMS service)
- reCAPTCHA (Google API)
- Mail notification on password change
##
![Self Service Password](./image/resetpassword.png)

BIN
openldap.pdf View File


Loading…
Cancel
Save