radius
radius copied to clipboard
adding new client..
i need to add new client with ip address and secret .. can it be added? if yes then how? if not then can it be available in upcoming version??
Hello,
I am not sure I understand what you are asking. What exactly are you trying to do?
Hii. i wanted to check if a device(mac address) exist in the freeRadius database. if not found then i will register with ip and secret and additional info in the database. then send email with newly created authentication credentials. then those credentials will be using your package to make authentication.
i hope you are clear. thanks
This library does not have any functionality for interacting with the FreeRadius backend database to check if a device exists nor does it have the ability to register a new client / NAS with a shared secret.
You will need some other code to do part 1 and 2, and only use this package for authenticating once the credentials are added.
@dapphp thanks for the reply. and exactly i wanted to know that will you extend your library to provide part 1 and 2 in later version? if you will not then could you please refer me any other library so i that i can do those.
i am really stuck on a project. i badly need help. Thanks in advance.