Oracle WebLogic Server 12c: Administration I — Question 22
You are using the Embedded LDAP that is supplied by Oracle WebLogic Server. Which three statements are true? (Choose three.)
Answer options
- A. The Embedded LDAP can be accessed by an external LDAP viewer
- B. The Embedded LDAP cannot be used in a production environment
- C. The Embedded LDAP uses the file system to store WebLogic security provider data
- D. The Embedded LDAP uses the database to store WebLogic security provider data
- E. The Embedded LDAP can be used to store user, group, security roles and security policies for the WebLogic security providers
Correct answer: A, B, C
Explanation
The correct answers are A, B, and C. A is true because the Embedded LDAP can indeed be accessed externally for viewing purposes. B is correct as it is not recommended for production environments due to its limitations. C is accurate since the Embedded LDAP stores its data on the file system. D is incorrect because it does not use a database, and E is also false since while it can store security-related data, it is not classified as a full-featured LDAP server suitable for extensive use.