summaryrefslogtreecommitdiffstats
path: root/src/plugins/authdata
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/authdata')
-rw-r--r--src/plugins/authdata/greet_client/greet.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/authdata/greet_client/greet.c b/src/plugins/authdata/greet_client/greet.c
index cb0d6e5194..4c7af82b88 100644
--- a/src/plugins/authdata/greet_client/greet.c
+++ b/src/plugins/authdata/greet_client/greet.c
@@ -38,7 +38,7 @@ struct greet_context {
};
static krb5_data greet_attr = {
- KV5M_DATA, sizeof("greet:greeting") - 1, "greet:greeting" };
+ KV5M_DATA, sizeof("urn:greet:greeting") - 1, "urn:greet:greeting" };
static krb5_error_code
greet_init(krb5_context kcontext, void **plugin_context)