Active Directory user accounts
- Last Updated: March 30, 2020
- 1 minute read
- OpenEdge
- Version 12.2
- Documentation
Microsoft's Active Directory (AD) service provides a namespace for resolving
wide range of objects including user accounts. An Active Directory configuration for web
applications deployed on PAS for OpenEdge allows authentication using a Windows user@domain type ID. It locates and validates users from
the user object's userPrincipalName field. It obtains granted roles from the
user object's memberOf field.
To implement the Active Directory security model, add the following
setting in the Security and authentication models section
of the oeablSecurity.properties file:
|
You configure AD in the Microsoft Active Directory user account services section of the oeablSecurity.properties file. See oeablSecurity.properties.README for an explanation of AD properties and their valid settings.
Note: If more configuration detail is needed, use the full LDAP configuration
described in the LDAP Authentication Manager section of the
oeablSecurity.properties.README file. .