Hey,
I have a question about email logins and case sensitivity. If you configure sssd to allow logins by email, can you set it up to be case insensitive yet still require normal account logins to be case sensitive? We want to allow users to authenticate with their email address or their account name but we can't set up "case_sensitive = false" due to some issues with some applications that treat "username" differently from "UserName" (for example). How have others managed this?
thanks
=G=
On Mon, Apr 24, 2017 at 07:18:17PM +0000, Galen Johnson wrote:
Hey,
I have a question about email logins and case sensitivity. If you configure sssd to allow logins by email, can you set it up to be case insensitive yet still require normal account logins to be case sensitive? We want to allow users to authenticate with their email address or their account name but we can't set up "case_sensitive = false" due to some issues with some applications that treat "username" differently from "UserName" (for example). How have others managed this?
The only thing I'm wondering might help is: case_sensitive = preserving
See its description in man sssd.conf..
thanks...I'll give that a shot...
=G=
________________________________________ From: Jakub Hrozek jhrozek@redhat.com Sent: Tuesday, April 25, 2017 2:30 AM To: sssd-users@lists.fedorahosted.org Subject: [SSSD-users] Re: case sensitivity
On Mon, Apr 24, 2017 at 07:18:17PM +0000, Galen Johnson wrote:
Hey,
I have a question about email logins and case sensitivity. If you configure sssd to allow logins by email, can you set it up to be case insensitive yet still require normal account logins to be case sensitive? We want to allow users to authenticate with their email address or their account name but we can't set up "case_sensitive = false" due to some issues with some applications that treat "username" differently from "UserName" (for example). How have others managed this?
The only thing I'm wondering might help is: case_sensitive = preserving
See its description in man sssd.conf.. _______________________________________________ sssd-users mailing list -- sssd-users@lists.fedorahosted.org To unsubscribe send an email to sssd-users-leave@lists.fedorahosted.org
So far, this seems to be doing the trick along with https://serverfault.com/questions/310573/problem-with-mixed-cases-in-usernam.... We're still testing but outlook is promising.
thanks
=G=
________________________________________ From: Jakub Hrozek jhrozek@redhat.com Sent: Tuesday, April 25, 2017 2:30 AM To: sssd-users@lists.fedorahosted.org Subject: [SSSD-users] Re: case sensitivity
On Mon, Apr 24, 2017 at 07:18:17PM +0000, Galen Johnson wrote:
Hey,
I have a question about email logins and case sensitivity. If you configure sssd to allow logins by email, can you set it up to be case insensitive yet still require normal account logins to be case sensitive? We want to allow users to authenticate with their email address or their account name but we can't set up "case_sensitive = false" due to some issues with some applications that treat "username" differently from "UserName" (for example). How have others managed this?
The only thing I'm wondering might help is: case_sensitive = preserving
See its description in man sssd.conf.. _______________________________________________ sssd-users mailing list -- sssd-users@lists.fedorahosted.org To unsubscribe send an email to sssd-users-leave@lists.fedorahosted.org
sssd-users@lists.fedorahosted.org