Skip to content

Release v1.2.1

Compare
Choose a tag to compare
@phaupt phaupt released this 30 Mar 11:44
· 4 commits to main since this release
48784ce

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

  1. 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",
    ...
  1. 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 'john.doe@company.ch'.
"UserSearchFilter": "(&(objectclass=person)(|(sAMAccountName={username})(userPrincipalName={username})))"

Docker Image
https://hub.docker.com/r/mobileidch/mid-radius-rig