diff options
| author | Christian Rößler | 2013-08-30 18:53:59 +0200 |
|---|---|---|
| committer | Christian Rößler | 2013-08-30 18:53:59 +0200 |
| commit | 7c2f47b92bc9a5f987fd32657bd0470a9bca19e6 (patch) | |
| tree | 4aade44d3646d2b94188cb4972c7f97e9a4816e5 | |
| parent | [vbox] Ubuntu configuration (diff) | |
| parent | Merge branch 'master' of simonslx:openslx-ng/tm-scripts (diff) | |
| download | tm-scripts-7c2f47b92bc9a5f987fd32657bd0470a9bca19e6.tar.gz tm-scripts-7c2f47b92bc9a5f987fd32657bd0470a9bca19e6.tar.xz tm-scripts-7c2f47b92bc9a5f987fd32657bd0470a9bca19e6.zip | |
Merge branch 'master' of git.openslx.org:openslx-ng/tm-scripts
| -rw-r--r-- | server/modules/pam-freiburg/etc/pam.d/common-auth | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/modules/pam-freiburg/etc/pam.d/common-auth b/server/modules/pam-freiburg/etc/pam.d/common-auth index 5b544395..790afa1d 100644 --- a/server/modules/pam-freiburg/etc/pam.d/common-auth +++ b/server/modules/pam-freiburg/etc/pam.d/common-auth @@ -16,7 +16,7 @@ # here are the per-package modules (the "Primary" block) auth [success=3 default=ignore] pam_krb5.so minimum_uid=1000 auth [success=2 default=ignore] pam_unix.so try_first_pass -auth [success=1 default=ignore] pam_ldap.so use_first_pass nullok_secure +auth [success=1 default=ignore] pam_ldap.so use_first_pass # here's the fallback if no module succeeds auth requisite pam_deny.so # prime the stack with a positive return value if there isn't one already; |
