diff --git a/manifests/auth.pp b/manifests/auth.pp
index 6b723c8364086a17dee6fee14bce55bef30cdec8..2e8dabcc29aff5a351c1e08bdbb15aa7b89644f4 100644
--- a/manifests/auth.pp
+++ b/manifests/auth.pp
@@ -87,9 +87,9 @@ class aes::auth (
 
   file { "${auth_home}/on_update.sh" :
     ensure => file,
-    owner  => root,
-    group  => root,
-    mode   => '0700',
+    owner  => $auth_user,
+    group  => $auth_group,
+    mode   => '0755',
     source => "puppet:///modules/${module_name}/auth/on_update.sh",
   }