Help in allowing particular AD group to be authorised
Hi, I am looking for possible ways to perform radius Authorization for a particular group. I was able to successfully integrate rhel 7.3 with Ad using ntlm_auth and mschap.. Could someone please assist Thanks
You can try.. ntlm_auth --require-membership-of=STRING Require that a user be a member of this group (either name or SID) for authentication to succeed And i say use the SID. Greetz, Louis
-----Oorspronkelijk bericht----- Van: Freeradius-Users [mailto:freeradius-users-bounces+belle=bazuin.nl@lists.freerad ius.org] Namens shivangi jaiswal Verzonden: donderdag 24 september 2020 16:35 Aan: freeradius-users@lists.freeradius.org Onderwerp: Help in allowing particular AD group to be authorised
Hi,
I am looking for possible ways to perform radius Authorization for a particular group. I was able to successfully integrate rhel 7.3 with Ad using ntlm_auth and mschap..
Could someone please assist
Thanks - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
Can't you just do some very simple logic for that? if (Ldap-Group != "Group") { reject } /K On Thu, Sep 24, 2020 at 4:35 PM shivangi jaiswal <shivangij1826@gmail.com> wrote:
Hi,
I am looking for possible ways to perform radius Authorization for a particular group. I was able to successfully integrate rhel 7.3 with Ad using ntlm_auth and mschap..
Could someone please assist
Thanks - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
participants (3)
-
Kristofer Hallin -
L.P.H. van Belle -
shivangi jaiswal