Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mumble-voip/mumble-scripts.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-11-24Update Authenticators/LDAP/LDAPauth.pynd
2020-11-24Update Authenticators/LDAP/LDAPauth.pynd
2020-11-24Port LDAP Authenticator to python 3nd
2016-11-18Rename misleading and wrong group_cn option to group_dn.Dominik George
2016-03-12Force Authenticators to use Ice encoding 1.0Stefan Hacker
2016-03-06StartTLS support without cert for LDAP authenticatorAndre Klausnitzer
2015-02-09We can't just search for the user_dn in a group, we have to consider group_at...Colin Finck
2015-02-09Fix nameToId for usernames not in cacheColin Finck
2014-08-05Implementet getRegisteredUsersDominik George
2014-08-04Fix the last commitDominik George
2014-08-04Implement getInfo, optionally enabled through configDominik George
2014-08-04Use configured bind_dn for id searchDominik George
2014-08-04Update comments in LDAPAuth to reflect new discover_dn featureDominik George
2014-08-04Enable discovering of real user DN to break loose from the uid=%s,%s pattern.Dominik George
2014-07-30Added empty password checks back to avoid conversion of the bind requests to ...Mark Rogaski
2014-07-30Split try/except to raise appropriate warnings on bind failures.Mark Rogaski
2014-07-30Removed error for empty password.Mark Rogaski
2014-07-30Fixed fall-through/refusal logic.Mark Rogaski
2014-06-25Added bind_dn and bind_pass configuration options for non-user binding.Mark Rogaski
2013-05-02Corrected variable name in idToNameNathaniel Kofalt
2013-03-20Fix remaining issues with LDAP authenticator.Henry Fallon
2013-03-20Port LDAP authenticator to common authenticator structure.Stefan Hacker
2012-07-15apply changes from phpBB3auth.py to LDAPauth.pyMichael Ziegler
2011-04-24Added LDAP scriptNathaniel Kofalt