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:
Viktor Dukhovni
2012-05-14 23:47:35 +00:00
committed by Love Hornquist Astrand
parent 5903031630
commit a825143e73
4 changed files with 28 additions and 28 deletions

View File

@@ -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

View File

@@ -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