summaryrefslogtreecommitdiffstats
path: root/server/providers/krb5/krb5_auth.h
diff options
context:
space:
mode:
authorSumit Bose <sbose@redhat.com>2009-08-24 15:17:37 +0200
committerSimo Sorce <ssorce@redhat.com>2009-08-24 11:03:22 -0400
commitce0111fe4f1c5ea09a23c2be43fc1fcc1cdbdac8 (patch)
treedcea6a6071220dda84ee0e6abc6479780c9ce41d /server/providers/krb5/krb5_auth.h
parent7bc48f82f587b148b821e34f57c1414e82a18276 (diff)
downloadsssd-ce0111fe4f1c5ea09a23c2be43fc1fcc1cdbdac8.tar.gz
sssd-ce0111fe4f1c5ea09a23c2be43fc1fcc1cdbdac8.tar.xz
sssd-ce0111fe4f1c5ea09a23c2be43fc1fcc1cdbdac8.zip
some UPN handling fixes
- making the realm part upper case is now optional and done in the LDAP backend - using a username@realm UPN is now optional
Diffstat (limited to 'server/providers/krb5/krb5_auth.h')
-rw-r--r--server/providers/krb5/krb5_auth.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/server/providers/krb5/krb5_auth.h b/server/providers/krb5/krb5_auth.h
index d1c5c7c81..540f65fa0 100644
--- a/server/providers/krb5/krb5_auth.h
+++ b/server/providers/krb5/krb5_auth.h
@@ -61,6 +61,7 @@ struct krb5_ctx {
char *kdcip;
char *realm;
+ bool try_simple_upn;
};
struct krb5_req {