mumble-voip / mumble-scripts

Mumble scripts is a place for gathering various scripts written for the Mumble VoIP application.
https://www.mumble.info
48 stars 31 forks source link

Enable discovering of real user DN to break loose from the uid=%s,%s pattern. #2

Closed Natureshadow closed 10 years ago

Natureshadow commented 10 years ago

Most LDAP directories are not flat and the RDNs are not uid=*.

This feature update introduces a config option discover_dn that, after searching the directory for the user object, uses the discovered DN for the authentication bind.

Leaving discover_dn false keeps the old behaviour.

This enables the code to work with arbitrarily complex directories and has been verified to work.