Hi all,<br> I seem to be having a problem for the last two days with configuring a Radiator setup I am currently implementing. I have google, read the manual that come with the radiator, but I can't get myself out of the quagmire, so please help.
<br> The radiator and openldap both are running on the same box. Installed on the box is fedora 6 with the latest update. I am using the default openldap installation on fedora and the company has bought Radiator 3.15, a good implementation of radius, so I hear. I have been able to set up ldap and can querry data from it using the ldap tools. Radiator can also work as I have used the test script that come with it, for example radpwtst, radtest and they are not whining. The problem is I don't want to use the local user file, /etc/radiator/users as I suspect is what is currently happening. I have arrived at this conclusion as stopping slapd don't seem to affect radiator
<br>  Below is the pertinent config that I thought would integrate radius to ldap.<br><br><Realm <a href="http://Company.com">Company.com</a>><br>#AuthByPolicy ContinueUntilAccept<br>        <AuthBy LDAPSDKSDK>
<br>                Identifier CheckLDAP<br>                Host    localhost<br>                Port    389<br>                AuthDN  cn=Manager,dc=Company,dc=com<br>                AuthPassword secret<br>        </AuthBy LDAP>
<br><br>#       <AuthBy FILE><br>#               Filename %D/users<br>#       </AuthBy FILE><br></Realm><br><br>Please advice<br><br>William<br>