Simon Tretter

Results 147 comments of Simon Tretter

Mhm by looking at it quickly, I actually guess it's not even necessary to change the code. The google ldap auth works like the following: 1.) Query all LDAP entries...

Can you try this branch: https://github.com/simllll/node-radius-server/tree/feat/multiple-dns now you an add more base paths as an array in the config, e.g. `base: ["dc=hokify,dc=com", "dc=hokify2,dc=com", "dc=hokify3,dc=com"]`

Sounds like an error in the config? Can you post the whole file

Good luck, for more verbose output you can set a loglevel e.g. in the config. E.g. set loglevel: 'verbose' All levels are: export enum LogLevel { Verbose = 'verbose', Debug...

TTLS is the way to go, the communication is encrypted!

I guess you haven't authenticated with TTLS / PAP or the client is not supporting it. The error comes up if there is a type 21 (TTLS) EAP package that...

There must be some issue on your side, we have several windows 10 pro clients. It should work out of the box, for example it does on our end with...

The radius server actually tells the client what mechanism can be used and they usually should find an agreement automatically. Are you sure you have no other config on your...

Yeah,just create an App specific password.https://support.google.com/mail/answer/185833?hl=en-GB

I guess there is no way around an app specific password, if you don't want to use ldap ... Maybe you can apply for some program at Google if your...