Skip to content

Commit

Permalink
use_first_pass -> try_first_pass
Browse files Browse the repository at this point in the history
  • Loading branch information
John Hixson committed May 30, 2018
1 parent b65131b commit de60a61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/middlewared/middlewared/etc_files/pam.d/pam.inc
Expand Up @@ -87,7 +87,7 @@
if self.__anonymous_bind():
module = self.pam_ldap
args = ["use_first_pass", "ignore_unknown_user",
args = ["try_first_pass", "ignore_unknown_user",
"ignore_authinfo_unavail", "no_warn"]
module_args = " ".join(args)
Expand Down

0 comments on commit de60a61

Please sign in to comment.