Can't add a $ sign to the ldap search
Phil Mayers
p.mayers at imperial.ac.uk
Tue May 24 12:23:57 CEST 2011
On 24/05/11 09:57, Alexandros Gougousoudis wrote:
> Hi Phil,
>
> I got the point and it works! Thank you!
>
> BTW, any idea why this failes?
>
>
>> DOMAIN\username -> username
>
> The command:
>
> radtest -t mschap VERWALTUNG\gougousoudis testpwd 127.0.0.1:1812 0
> testing123
>
> gives this output. It seems, that the "\" doesn't come through (i use
> bash-shell). Even escaping with \\ didn't work.
Well, you need to fix that first, obviously. FreeRadius is probably
eating the "\" itself e.g. above, seeing "\g" and ouputting "g"
Try:
radtest -r mschap 'DOMAIN\\name'
More information about the Freeradius-Users
mailing list