1 Oct
2018
1 Oct
'18
5:39 a.m.
On Oct 1, 2018, at 5:33 PM, LAUDREN Olivier <olivier.laudren@ext.europarl.europa.eu> wrote:
Hello,
Is there a way to use more than 1 keytab and SPN in a FreeRADIUS configuration (I mean on the same FreeRADIUS server)? If so, how to do it?
By creating multiple instances of the rlm_krb5 module. krb5 krb5_my_first_keytab { keytab = "<path to keytab>" } krb5 krb5_my_second_keytab { keytab = "<path to keytab>" } You can then list them in sites-available/<virtual server> by their instance names i.e. krb5_my_first_keytab and krb5_my_second_keytab. -Arran