nilldot

Results 13 comments of nilldot

Unfortunately, getting the build error as per below. Seems to be typescript tsc related ![image](https://user-images.githubusercontent.com/7556399/166217733-2d299300-7293-4d39-af4e-294fb0db79f6.png) ./node_modules/.bin/tsc -v >> Version 4.6.4 Any advice would be appreciated Thank you

Right. It does work now. Good catch! In regards to creating your own provider. I have to admin I'm a little bit puzzled. 1. I tried to follow the example...

Unfortunately, Google LDAP doesn't support the global catalog (similar to AD for instance) feature. Neither supports search across multiple domains. Really a joke for "enterprise" service IMHO. I have already...

Odd, I get ![image](https://user-images.githubusercontent.com/7556399/166319691-fd48701d-82fd-4888-981e-56bc8c0aef53.png) I have even tried using your base DN as an example. Brach is correct though

Right, apparently, I missed the comma after the base DN definition, hence the issue ... It does look to work using NTradPing utility, also it is worth mentioning that NTradPing...

Sorry for the delay on this one. Unfortunately, got "Error: no eap message found", after which app crashes :( ![image](https://user-images.githubusercontent.com/7556399/167311726-be6b49e8-e554-48a8-8c29-df5c1b1467f8.png) Any advice? Thank you #Just to clarify, PEAP-MSCHAPv2 is expected...

Also, It is odd default config/connection tries to use EAP-TTLS (I have no cert either way) and not eap-mschapv2 ![image](https://user-images.githubusercontent.com/7556399/167312241-c978af7f-1bdb-472d-8fa6-98d1e15135f5.png)

Well, apparently no eap_mschapv2 module in the code, hence the issue :( ![image](https://user-images.githubusercontent.com/7556399/167312788-7d13fbc6-5f7b-43e2-8ffc-f434607e66bc.png)

So guys, what is the real-world scenario usage for this app ? PAP is unencrypted (in fact, with debug set on server-side, one can read user password!) and hardly used...