diff options
Diffstat (limited to 'htetc')
-rw-r--r-- | htetc/handler.pl | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/htetc/handler.pl b/htetc/handler.pl index a4517e66a..82a0d7abd 100644 --- a/htetc/handler.pl +++ b/htetc/handler.pl @@ -300,7 +300,10 @@ sub handler } elsif ( $HTML::Mason::r->filename =~ /\/rt\/REST\/.*NoAuth/ ) { #need to log somebody in for the mail gw - #&adminsuidsetup('fs_selfservice'); #old installs w/'fs_selfserv'?? + + ##old installs w/fs_selfs or selfserv?? + #&adminsuidsetup('fs_selfservice'); + &adminsuidsetup('fs_queue'); } |