summaryrefslogtreecommitdiffstats
path: root/contrib
diff options
context:
space:
mode:
authorMatt Selsky <selsky@columbia.edu>2012-07-24 16:29:33 +0200
committerFrédéric Buclin <LpSolit@gmail.com>2012-07-24 16:29:33 +0200
commit00bb32b8cae38ecc4f6cbe65670781f0c532170e (patch)
treef075c353f51847e2e09cdfe103b80220ce291521 /contrib
parent8496cc97db437a508ad7346afc3802f90bd2910e (diff)
downloadbugzilla-00bb32b8cae38ecc4f6cbe65670781f0c532170e.tar.gz
bugzilla-00bb32b8cae38ecc4f6cbe65670781f0c532170e.tar.xz
Bug 412054: Say "deny login" instead of "disable" in User Accounts admin UI
r=gerv a=LpSolit
Diffstat (limited to 'contrib')
-rwxr-xr-xcontrib/syncLDAP.pl6
1 files changed, 3 insertions, 3 deletions
diff --git a/contrib/syncLDAP.pl b/contrib/syncLDAP.pl
index 68c876868..ec0839ed5 100755
--- a/contrib/syncLDAP.pl
+++ b/contrib/syncLDAP.pl
@@ -51,7 +51,7 @@ foreach my $arg (@ARGV)
print "usage:\n syncLDAP.pl [options]\n\n";
print "options:\n";
print " -r Readonly, do not make changes to Bugzilla tables\n";
- print " -d No disable, don't disable users, which are not in LDAP\n";
+ print " -d No disable, don't disable login by users who are not in LDAP\n";
print " -u No update, don't update users, which have different description in LDAP\n";
print " -c No create, don't create users, which are in LDAP but not in Bugzilla\n";
print " -q Quiet mode, give less output\n";
@@ -194,7 +194,7 @@ while( my ($create_key, $create_value) = each(%create_users) ) {
}
if($quiet == 0) {
- print "\nUsers to disable: \n";
+ print "\nUsers to disable login for: \n";
while( my ($key, $value) = each(%disable_users) ) {
print " " . $key . " '" . $value->{'realname'} . "'\n";
}
@@ -221,7 +221,7 @@ if($quiet == 0) {
# now do the DB-Update
###
if($readonly == 0) {
- print "Performing DB update:\nPhase 1: disabling not-existing users... " unless $quiet;
+ print "Performing DB update:\nPhase 1: disabling login for users not in LDAP... " unless $quiet;
my $sth_disable = $dbh->prepare(
'UPDATE profiles