Hi,
I know that you're not support officially the Active Directory authentification on your Edge Router product but here is my issue:
I configure Active Directory authentification on my EdgeRouter and it worked fine for a few days. But now, when I connect with my AD user, it says that it is admin but cannot modify anything. It's like it was an operator. There is my my system login config file:
root@HOME# show system login
user FrancoisPiche {
authentication {
encrypted-password $6$lfqXuWboGB.GJ7$M4GVdZqz3mORzzWA0vyySDPapqx72dR8YuP0tnMp6xoQMnr4SpY1RxpGpXow9p680PgEYb957rjzm5UlvxvGK0
plaintext-password ""
}
full-name "Francois Piche"
level admin
}
user TestOp {
authentication {
encrypted-password $6$DbyfWyk.L6mM$hNN2GoY0HpjlhO.Tc4QkaFm3BUZKtFIe3vt1KXpZgRmPyeLjBsCc5szbExCTU3udHNKYbTM1VLkfR7t0S8HKf.
plaintext-password ""
}
full-name TestOp
level operator
}
user dmichel {
authentication {
encrypted-password $6$OYdm/rN0ohBc$/QolSxDSTjFxoqQXCESN8qHCFOk2g.L4EFfbhk1/HxONaBOyz9J5Ke7YYWJvlYHg5O34HXOgi0V0h86cuXhYo1
plaintext-password ""
}
full-name Didier
level admin
}
user edgetest {
authentication {
}
full-name edgetest
level admin
}
user fpiche {
authentication {
}
full-name fpiche
level admin
}
user test {
authentication {
}
full-name test
level admin
}
The first 3 users are regular users. You can look at the screenshot in attachment. You will see that the user who I'm login with is Administrator but he can't modify anything.
Thank you for your help!