[389-admin/el6] Bug 476925 - Admin Server: Do not allow 8-bit passwords for the admin user

Richard Allen Megginson rmeggins at fedoraproject.org
Tue Aug 2 21:29:50 UTC 2011


commit 0f90c2f170b88473347478493f0fee5c75de888f
Author: Rich Megginson <rmeggins at redhat.com>
Date:   Tue Aug 2 14:58:10 2011 -0600

    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

 .gitignore             |    1 +
 389-admin-git-local.sh |    2 +-
 389-admin-git.sh       |    2 +-
 389-admin.spec         |    5 ++++-
 sources                |    2 +-
 5 files changed, 8 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index ba9abde..b6fc91b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -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
diff --git a/389-admin-git-local.sh b/389-admin-git-local.sh
index 8db8e50..16ecc31 100755
--- a/389-admin-git-local.sh
+++ b/389-admin-git-local.sh
@@ -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}
diff --git a/389-admin-git.sh b/389-admin-git.sh
index 9382e7c..46329c6 100755
--- a/389-admin-git.sh
+++ b/389-admin-git.sh
@@ -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
diff --git a/389-admin.spec b/389-admin.spec
index af9c7cc..c102387 100644
--- a/389-admin.spec
+++ b/389-admin.spec
@@ -6,7 +6,7 @@
 
 Summary:          389 Administration Server (admin)
 Name:             389-admin
-Version:          1.1.20
+Version:          1.1.21
 Release:          %{?relprefix}1%{?prerel}%{?dist}
 License:          GPLv2 and ASL 2.0
 URL:              http://port389.org/
@@ -132,6 +132,9 @@ fi
 %{_mandir}/man8/*
 
 %changelog
+* Tue Aug  2 2011 Rich Megginson <rmeggins at 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 at redhat.com> - 1.1.20-1
 - Bug 719056 - migrate-ds-admin.pl needs to update SELinux policy
 - Bug 718285 - AdminServer should use "service" command instead of start/stop/restart scripts
diff --git a/sources b/sources
index 0116028..56a962f 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-4dbed7a295b6db527babbb66bc3e86c0  389-admin-1.1.20.tar.bz2
+aac6b69f9db31689202dbce5b5349e7e  389-admin-1.1.21.tar.bz2


More information about the scm-commits mailing list