- treat padding values passed to the "link" function as expressions to be
evaluated rather than simply as literal values (part of #767372) - add a "default" function for trying to evaluate one expression, then another, then another... (part of #767372) - when creating a compat entry based on a real entry, set an entryUSN based on the source entry or the rootDSE (freeipa #864); the "scaffolding" entries won't have them
This commit is contained in:
parent
8143e92c1b
commit
a993c1f03e
2
.gitignore
vendored
2
.gitignore
vendored
@ -28,3 +28,5 @@ slapi-nis-0.17.tar.gz
|
|||||||
/slapi-nis-0.37.tar.gz.sig
|
/slapi-nis-0.37.tar.gz.sig
|
||||||
/slapi-nis-0.38.tar.gz
|
/slapi-nis-0.38.tar.gz
|
||||||
/slapi-nis-0.38.tar.gz.sig
|
/slapi-nis-0.38.tar.gz.sig
|
||||||
|
/slapi-nis-0.40.tar.gz
|
||||||
|
/slapi-nis-0.40.tar.gz.sig
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
Name: slapi-nis
|
Name: slapi-nis
|
||||||
Version: 0.38
|
Version: 0.40
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: NIS Server and Schema Compatibility plugins for Directory Server
|
Summary: NIS Server and Schema Compatibility plugins for Directory Server
|
||||||
Group: System Environment/Daemons
|
Group: System Environment/Daemons
|
||||||
@ -70,6 +70,17 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_sbindir}/nisserver-plugin-defs
|
%{_sbindir}/nisserver-plugin-defs
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Mar 30 2012 Nalin Dahyabhai <nalin@redhat.com> - 0.40-1
|
||||||
|
- treat padding values passed to the "link" function as expressions to be
|
||||||
|
evaluated rather than simply as literal values (part of #767372)
|
||||||
|
|
||||||
|
* Wed Mar 28 2012 Nalin Dahyabhai <nalin@redhat.com> - 0.39-1
|
||||||
|
- add a "default" function for trying to evaluate one expression, then
|
||||||
|
another, then another... (part of #767372)
|
||||||
|
- when creating a compat entry based on a real entry, set an entryUSN based on
|
||||||
|
the source entry or the rootDSE (freeipa #864); the "scaffolding" entries
|
||||||
|
won't have them
|
||||||
|
|
||||||
* Tue Mar 6 2012 Nalin Dahyabhai <nalin@redhat.com> - 0.38-1
|
* Tue Mar 6 2012 Nalin Dahyabhai <nalin@redhat.com> - 0.38-1
|
||||||
- properly escape RDN values when building compat entries (#796509, #800625)
|
- properly escape RDN values when building compat entries (#796509, #800625)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user