Update to 0.48
0.48 is basically 0.47.5 with self-tests for the new functionality added, along with fixes which those tests showed that we needed.
This commit is contained in:
parent
11b78ffedf
commit
60283f080b
2
.gitignore
vendored
2
.gitignore
vendored
@ -46,3 +46,5 @@ slapi-nis-0.17.tar.gz
|
||||
/slapi-nis-0.47.5.tar.gz.sig
|
||||
/slapi-nis-0.47.7.tar.gz
|
||||
/slapi-nis-0.47.7.tar.gz.sig
|
||||
/slapi-nis-0.48.tar.gz
|
||||
/slapi-nis-0.48.tar.gz.sig
|
||||
|
@ -10,7 +10,7 @@
|
||||
%endif
|
||||
|
||||
Name: slapi-nis
|
||||
Version: 0.47.7
|
||||
Version: 0.48
|
||||
Release: 1%{?dist}
|
||||
Summary: NIS Server and Schema Compatibility plugins for Directory Server
|
||||
Group: System Environment/Daemons
|
||||
@ -85,6 +85,14 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_sbindir}/nisserver-plugin-defs
|
||||
|
||||
%changelog
|
||||
* Mon Aug 12 2013 Nalin Dahyabhai <nalin@redhat.com> - 0.48-1
|
||||
- try to gracefully handle failures obtaining internal locks
|
||||
- fix locating-by-name of entries with names that require escaping
|
||||
- add self-tests for nsswitch and PAM functionality
|
||||
- make nsswitch mode properly handle user and group names with commas in them
|
||||
- handle attempts to PAM authenticate to compat groups (i.e., with failure)
|
||||
- drop the "schema-compat-origin" attribute
|
||||
|
||||
* Wed Aug 7 2013 Nalin Dahyabhai <nalin@redhat.com> - 0.47.7-1
|
||||
- fix building against versions of directory server older than 1.3.0, which
|
||||
first introduced slapi_escape_filter_value()
|
||||
|
Loading…
Reference in New Issue
Block a user