projects
/
pve-access-control.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
66b7e98
)
fix perl syntax
author
Dietmar Maurer
<dietmar@proxmox.com>
Wed, 18 Jan 2012 06:09:39 +0000
(07:09 +0100)
committer
Dietmar Maurer
<dietmar@proxmox.com>
Wed, 18 Jan 2012 06:09:39 +0000
(07:09 +0100)
PVE/AccessControl.pm
patch
|
blob
|
history
diff --git
a/PVE/AccessControl.pm
b/PVE/AccessControl.pm
index
5ba3d39
..
6c04b47
100644
(file)
--- a/
PVE/AccessControl.pm
+++ b/
PVE/AccessControl.pm
@@
-351,7
+351,7
@@
sub authenticate_user {
if (!user_enabled($usercfg, $username)) {
sleep(2);
- die "no such user ('$username')\n"
+ die "no such user ('$username')\n"
;
}
my $ctime = time();