summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Pazdziora <jpazdziora@redhat.com>2013-11-18 16:17:34 +0800
committerJan Pazdziora <jpazdziora@redhat.com>2013-11-18 16:17:34 +0800
commit8f64e49f08d5f8b4af442c03a3c0da2e28c49086 (patch)
tree8936c7fe867464de45b509adf35fd224de9016a4
parentde3910fa82385f6c11451b2560d67148164d1d61 (diff)
downloadmod_lookup_identity-8f64e49f08d5f8b4af442c03a3c0da2e28c49086.tar.gz
mod_lookup_identity-8f64e49f08d5f8b4af442c03a3c0da2e28c49086.tar.xz
mod_lookup_identity-8f64e49f08d5f8b4af442c03a3c0da2e28c49086.zip
-rw-r--r--mod_lookup_identity.spec12
1 files changed, 11 insertions, 1 deletions
diff --git a/mod_lookup_identity.spec b/mod_lookup_identity.spec
index 2c1e97b..d8b8ac6 100644
--- a/mod_lookup_identity.spec
+++ b/mod_lookup_identity.spec
@@ -6,7 +6,7 @@
Summary: Apache module to retrieve additional information about the authenticated user.
Name: mod_lookup_identity
-Version: 0.5
+Version: 0.6
Release: 1%{?dist}
License: ASL 2.0
Group: System Environment/Daemons
@@ -58,5 +58,15 @@ install -Dp -m 0644 lookup_identity.conf $RPM_BUILD_ROOT%{_httpd_confdir}/lookup
%{_httpd_moddir}/*.so
%changelog
+* Mon Nov 18 2013 Jan Pazdziora - 0.6-1
+- Use org.freedesktop.sssd.infopipe.GetUserGroups for group lists.
+- Support new org.freedesktop.sssd.infopipe.GetUserAttr parameters /
+ return values.
+- Removed LookupOutputGroupsSeparator.
+- LookupOutputGroups and LookupUserAttr now support separator as
+ optional second parameter.
+- Added LookupUserGroupsIter and LookupUserAttrIter.
+- Added LookupDbusTimeout.
+
* Mon Oct 28 2013 Jan Pazdziora - 0.5-1
- Initial release.