Release v1.2.1
Change Log
- CR-1009 Add LDAP search scope configuration
- CR-1008 Enhance LDAP log details (DEBUG level)
- CR-1007 Support multiple username placeholder in search filter
- CR-1006 Add LDAP referral configuration
Configuration changes
- New Configuration parameters
Add the new configuration parameters to your env file:
CustomerConfigs__0__Ldap__FollowReferrals=false
CustomerConfigs__0__Ldap__DefaultSearchScope=LDAP_SCOPE_SUBTREE
in REDIS database (JSON configuration):
"Ldap": {
...
"FollowReferrals": false,
"DefaultSearchScope": "LDAP_SCOPE_SUBTREE",
...
- Search Filter
The search filter can be set to match more than one attribute and even look for your username in two or more attributes. The example can match a SAM account name like 'john.doe' but can also match a UPN like '[email protected]'.
"UserSearchFilter": "(&(objectclass=person)(|(sAMAccountName={username})(userPrincipalName={username})))"
Docker Image
https://hub.docker.com/r/mobileidch/mid-radius-rig