nethesis / ns8-nethvoice

NethVoice: an Asterisk based PBX
GNU General Public License v3.0
0 stars 4 forks source link

Allow to specify AD username as bind dn #198

Closed Stell0 closed 4 months ago

Stell0 commented 4 months ago

[waiting for upstream]

NethServer 8 accept remote AD credentials also as bind dn, but if bind dn is used, FreePBX isn't able to use it. This because automatically add @domain to username and prepend "@" to account_suffix.

this proposed fix to FreePBX accept als the bind dn format

An alternative solution is to query the ad using bind dn into the configure action to obtain the username in username@domain format.

Workaround is to use username@domain format when connecting NS8 to an external active directory