Bug 476925 - Admin Server: Do not allow 8-bit passwords for the admin user

Bug 476925 - Admin Server: Do not allow 8-bit passwords for the admin user
This commit is contained in:
Rich Megginson 2011-08-02 14:58:10 -06:00
commit 49f3a8a0ac
5 changed files with 9 additions and 5 deletions

1
.gitignore vendored
View file

@ -7,3 +7,4 @@
/389-admin-1.1.18.tar.bz2
/389-admin-1.1.19.tar.bz2
/389-admin-1.1.20.tar.bz2
/389-admin-1.1.21.tar.bz2

View file

@ -1,7 +1,7 @@
#!/bin/bash
DATE=`date +%Y%m%d`
VERSION=1.1.20
VERSION=1.1.21
PKGNAME=389-admin
TAG=${TAG:-$PKGNAME-$VERSION}
SRCNAME=${PKGNAME}-${VERSION}

View file

@ -1,7 +1,7 @@
#!/bin/bash
DATE=`date +%Y%m%d`
VERSION=1.1.20
VERSION=1.1.21
PKGNAME=389-admin
#SRCNAME=$PKGNAME-$VERSION-$DATE
SRCNAME=$PKGNAME-$VERSION

View file

@ -6,8 +6,8 @@
Summary: 389 Administration Server (admin)
Name: 389-admin
Version: 1.1.20
Release: %{?relprefix}3%{?prerel}%{?dist}
Version: 1.1.21
Release: %{?relprefix}1%{?prerel}%{?dist}
License: GPLv2 and ASL 2.0
URL: http://port389.org/
Group: System Environment/Daemons
@ -132,6 +132,9 @@ fi
%{_mandir}/man8/*
%changelog
* Tue Aug 2 2011 Rich Megginson <rmeggins@redhat.com> - 1.1.21-1
- Bug 476925 - Admin Server: Do not allow 8-bit passwords for the admin user
* Tue Jul 5 2011 Rich Megginson <rmeggins@redhat.com> - 1.1.20-3
- bump rel to rebuild with 389-adminutil-1.1.14

View file

@ -1 +1 @@
4dbed7a295b6db527babbb66bc3e86c0 389-admin-1.1.20.tar.bz2
aac6b69f9db31689202dbce5b5349e7e 389-admin-1.1.21.tar.bz2