Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Drummel

Pages: [1]
1
Drummel,

Is it a fix for "station" authentication? Please, elaborate what does it do?

You get workstation auth but it wont check the user from what i can see.

Plz run radius in debugg mode and pase the log. thx

2
Drummel,

Is it a fix for "station" authentication? Please, elaborate what does it do?
Im on vaccation now but will be glad to help u out later. Just check the code NT hack.
In 1.5 ver. they hav fix the certificate thing,  but i miss the possibeility to have a pasword when creating the certificate. Plz Fix CODERS  ::)

3
The thing i did was edit ldap module and mschap config. and of course stop and start radius in console.
/etc/freeradius/modules/mschap

edit :Following lines should be uncommented:

mschap {
....

with_ntdomain_hack = yes

ntlm_auth = "/usr/bin/ntlm_auth --request-nt-key --username=%{mschap:User-Name:-None} --domain=%{%{mschap:NT-Domain}:-MYDOMAIN} --challenge=%{mschap:Challenge:-00} --nt-response=%{mschap:NT-Response:-00}"

}

And in /etc/freeradius/modules/ldap  edit line:
filter = "(uid=%{mschap:User-Name:-%{User-Name}})"



Pages: [1]