From 6ee305dd956d8efbc1889c02a1992f717d841226 Mon Sep 17 00:00:00 2001 From: phamt Date: Thu, 19 Apr 2012 18:56:55 +0000 Subject: [PATCH] Added policy.rule=allow when creating new users for service page. git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@12282 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-UI/xcat/plugins/web.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xCAT-UI/xcat/plugins/web.pm b/xCAT-UI/xcat/plugins/web.pm index 87b06d932..ea97b5c90 100644 --- a/xCAT-UI/xcat/plugins/web.pm +++ b/xCAT-UI/xcat/plugins/web.pm @@ -2260,7 +2260,7 @@ sub web_updateuser() { # Save in xCAT passwd and policy tables `chtab username=$user passwd.key=xcat passwd.password=$password`; - `chtab name=$user policy.priority=$priority policy.comments="max-vm:$maxVM"`; + `chtab name=$user policy.priority=$priority policy.rule=allow policy.comments="max-vm:$maxVM"`; my $info = "User successfully updated"; $callback->( { info => $info } );