0

I am on a task to deploy a radius server with Azure AD.

I've created my components needed and i've reached the following step:

Source: https://wiki.freeradius.org/guide/freeradius-active-directory-integration-howto Image

When I run this bash command i need to pass a password but i don't recall giving my user a password. So what password am i supposed to pass here?

Thanks, Ahune

1 Answers1

0

The password to pass is the Account with admin permission in the Azure Active directory (AAD) and also make sure to use the users username instead of using Administrator.

-U #user
net join -U <<Username>>

Thanks Panki