From ce0111fe4f1c5ea09a23c2be43fc1fcc1cdbdac8 Mon Sep 17 00:00:00 2001 From: Sumit Bose Date: Mon, 24 Aug 2009 15:17:37 +0200 Subject: 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 --- server/providers/krb5/krb5_auth.h | 1 + 1 file changed, 1 insertion(+) (limited to 'server/providers/krb5/krb5_auth.h') diff --git a/server/providers/krb5/krb5_auth.h b/server/providers/krb5/krb5_auth.h index d1c5c7c8..540f65fa 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 { -- cgit