Changeset 1247
- Timestamp:
- 01/20/12 08:33:24 (4 months ago)
- Location:
- schulkonsole/linuxmuster-schulkonsole/trunk
- Files:
-
- 2 edited
-
lib/Schulkonsole/Session.pm.in (modified) (1 diff)
-
src/util/wrapper-printer.pl.in (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
schulkonsole/linuxmuster-schulkonsole/trunk/lib/Schulkonsole/Session.pm.in
r1238 r1247 108 108 109 109 The user's login name 110 111 =item C<firstname> 112 113 The user's first name 114 115 =item C<surname> 116 117 The user's surname 110 118 111 119 =item C<groupname> -
schulkonsole/linuxmuster-schulkonsole/trunk/src/util/wrapper-printer.pl.in
r1238 r1247 133 133 exit 0; 134 134 }; 135 136 =head3 printer_on_off 137 138 numeric constant: C<Schulkonsole::Config::PRINTERONOFFAPP> 139 140 =head4 Description 141 142 Set printers to accept/reject jobs. 143 144 =head4 Parameters from standard input 145 146 =over 147 148 =item on 149 150 C<1> (accept) or C<0> (reject) 151 152 =item printers 153 154 Printer names, one per line, end with empty line 155 156 =back 157 158 =cut 159 135 160 $app_id == Schulkonsole::Config::PRINTERONOFFAPP and do { 136 161 my $on = <>; … … 165 190 exit 0; 166 191 }; 192 193 =head3 printer_allow_deny 194 195 numeric constant: C<Schulkonsole::Config::PRINTERALLOWDENYAPP> 196 197 =head4 Description 198 199 Set printers to deny user access to specified users 200 201 =head4 Parameters from standard input 202 203 =over 204 205 =item printer + users 206 207 Printer name followed by UIDs one per line. 208 End users list with empty line. 209 210 Continue with next printer name followed by UIDs. 211 212 Finish with additional empty line. 213 214 =back 215 216 =cut 217 167 218 $app_id == Schulkonsole::Config::PRINTERALLOWDENYAPP and do { 168 219 my %printer_users;
Note: See TracChangeset
for help on using the changeset viewer.
