public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/ejabberd] f45: - Use password-auth common PAM configuration instead of system-auth
@ 2026-09-23 19:06 
  0 siblings, 0 replies; 2+ messages in thread
From:  @ 2026-09-23 19:06 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/ejabberd
Branch : f45
Commit : dce4e645313414cf7c493885ab846e4349ed86e7
Author : Tomáš Mráz <tmraz@fedoraproject.org>
Date   : 2009-09-16T12:04:18+00:00
Stats  : +3/-0 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/ejabberd/c/dce4e645313414cf7c493885ab846e4349ed86e7?branch=f45

Log:
- Use password-auth common PAM configuration instead of system-auth

---
diff --git a/ejabberd.spec b/ejabberd.spec
index 4bcfc2b..05f145f 100644
--- a/ejabberd.spec
+++ b/ejabberd.spec
@@ -231,6 +231,9 @@ rm -rf %{buildroot}
 %endif
 
 %changelog
+* Wed Sep 16 2009 Tomas Mraz <tmraz@redhat.com> - 2.0.5-9
+- Use password-auth common PAM configuration instead of system-auth
+
 * Wed Sep  9 2009 Peter Lemenkov <lemenkov@gmail.com> 2.0.5-8
 - Fixed possible issue in the config file for logrotate
 - Fixed possible issue while creating dummy certificate

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [rpms/ejabberd] f45: - Use password-auth common PAM configuration instead of system-auth
@ 2026-09-23 19:06 
  0 siblings, 0 replies; 2+ messages in thread
From:  @ 2026-09-23 19:06 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/ejabberd
Branch : f45
Commit : eb0a750cdb2e140d1205f885f1f44db8a48b3ee9
Author : Tomáš Mráz <tmraz@fedoraproject.org>
Date   : 2009-09-16T12:10:11+00:00
Stats  : +3/-3 in 2 file(s)
URL    : https://src.fedoraproject.org/rpms/ejabberd/c/eb0a750cdb2e140d1205f885f1f44db8a48b3ee9?branch=f45

Log:
- Use password-auth common PAM configuration instead of system-auth

---
diff --git a/ejabberd.pam b/ejabberd.pam
index 2f9b69c..8bbc039 100644
--- a/ejabberd.pam
+++ b/ejabberd.pam
@@ -1,4 +1,4 @@
 #%PAM-1.0
-auth       include      system-auth
-account    include      system-auth
+auth       include      password-auth
+account    include      password-auth
 

diff --git a/ejabberd.spec b/ejabberd.spec
index 05f145f..666ef58 100644
--- a/ejabberd.spec
+++ b/ejabberd.spec
@@ -1,6 +1,6 @@
 Name:           ejabberd
 Version:        2.0.5
-Release:        8%{?dist}
+Release:        9%{?dist}
 Summary:        A distributed, fault-tolerant Jabber/XMPP server
 
 Group:          Applications/Internet

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2026-09-23 19:06 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-09-23 19:06 [rpms/ejabberd] f45: - Use password-auth common PAM configuration instead of system-auth 
2026-09-23 19:06 

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox