QuestionQ49

IBM Maximo Manage v9.0 Functional Deployment

Which two (2) methods can an administrator use to authenticate users more securely against an LDAP directory?

Choose two
  • A Ensure certificates stored in the LDAP_SECURITY_KEYSTORE are >=1024 bits
  • B Enable certificate only authentication with the LDAP server
  • C Configure LDAP to use SSL/TLS
  • D Configure the LDAP adapter to use perimeter services to connect through the DMZ
  • E Use password binding mode for user authentication
Explanation

SSL/TLS encrypts the LDAP connection, protecting credentials exchanged during authentication. In password binding mode, the LDAP directory validates the user’s credentials through a bind operation, so the application does not retrieve the user password attribute for local comparison.

Learn more

Community Discussion

No comments yet. Be the first to start the discussion!