The k5login_directory parameter and SYSTEM-K5LOGIN[:directory] are supposed to be directories, not path templates with %{luser} substitution
Signed-off-by: Love Hornquist Astrand <lha@h5l.org>
This commit is contained in:

committed by
Love Hornquist Astrand

parent
5903031630
commit
a825143e73
@@ -1,7 +1,7 @@
|
||||
[libdefaults]
|
||||
default_realm = TEST.H5L.SE TEST2.H5L.SE TEST3.H5L.SE
|
||||
no-addresses = TRUE
|
||||
kuserok = SYSTEM-K5LOGIN:@srcdir@/k5login/%{luser}
|
||||
kuserok = SYSTEM-K5LOGIN:@srcdir@/k5login
|
||||
kuserok = USER-K5LOGIN
|
||||
kuserok = SIMPLE
|
||||
|
||||
|
@@ -2,7 +2,7 @@
|
||||
default_realm = TEST.H5L.SE TEST2.H5L.SE TEST3.H5L.SE
|
||||
no-addresses = TRUE
|
||||
k5login_authoritative = TRUE
|
||||
k5login_directory = @srcdir@/k5login/%{luser}
|
||||
k5login_directory = @srcdir@/k5login
|
||||
kuserok = SYSTEM-K5LOGIN
|
||||
kuserok = SIMPLE
|
||||
|
||||
|
Reference in New Issue
Block a user