search for: pam_regex

Displaying 3 results from an estimated 3 matches for "pam_regex".

2013 Oct 02
2
Username issue with Dovecot LDA, IMAP and Winbind Authentication
...uot;, I'd be fine. Or, if I could set the home and maildir locations separately for Dovecot-LDA and Dovecot, I would also be okay. Any suggestions? I know this is probably a Winbind limitation, but I do not know a thing about working with PAM authentication. I tried to compile and install a pam_regex module (which seems to not be offered as a native package in Ubuntu), but it gives errors after adding that to my PAM configuration. I'm stumped. Please let me know if I can include my configuration for either Postfix or Dovecot. Thank you so much for any help. ~ Laz Peterson
2017 Sep 07
0
login case sensitivity
...or case insensitive. The client has little control over this because sending something the AD or LDAP server will not parse will give an error. The second issue is that login checks against what getent the account name is which is before LDAP gives an answer. Long long ago, you could look at using pam_regex to make sure that all accounts were seen as lower case so that when passed to LDAP they matched. However I haven't looked at that in close to 2 decades so I have no idea if it is still valid. -- Stephen J Smoogen.
2017 Sep 05
4
login case sensitivity
hello, some users' login fails since they type upper case for their user ids ,etc ... how can case sensitivity be disabled so they can login with mix of upper and lower case? this is what i tried: in /etc/sssd/sssd.conf i tested this below [domain/default] case_sensitive = false i stopped sssd, deleted all inside /var/sss/db and started sssd but that did not help .... thank you,