Re: Sending null BaseDN

2012-10-15 Thread Walter Huf
In my case, I needed to use an expansion to either use a empty BaseDN or use a specific domain's BaseDN if the user did not provide a domain name. The code for the expansion returns an error if the expansion returns 0 as the length of the result. On ĵaŭ, 2012-10-11 at 16:24 +0100, Phil Mayers

Sending null BaseDN

2012-10-11 Thread Walter Huf
For a certain use-case of mine, I need to connect to the Active Directory Global Catalog port of 3268 and do a search with a BaseDN of . What is the correct way to do this with FreeRADIUS? The solution I have come up with is to change the LDAP xlat function to not escape any spaces, which allows

Re: Sending null BaseDN

2012-10-11 Thread Phil Mayers
On 11/10/12 15:13, Walter Huf wrote: For a certain use-case of mine, I need to connect to the Active Directory Global Catalog port of 3268 and do a search with a BaseDN of . What is the correct way to do this with FreeRADIUS? Why doesn't it work if you just use an empty string? From the code,