[696] | 1 | #! /usr/bin/env python |
---|
[1144] | 2 | # -*- coding: ISO-8859-15 -*- |
---|
[696] | 3 | |
---|
| 4 | # PyKota Print Quota Editor |
---|
| 5 | # |
---|
[952] | 6 | # PyKota - Print Quotas for CUPS and LPRng |
---|
[696] | 7 | # |
---|
[2028] | 8 | # (c) 2003, 2004, 2005 Jerome Alet <alet@librelogiciel.com> |
---|
[873] | 9 | # This program is free software; you can redistribute it and/or modify |
---|
| 10 | # it under the terms of the GNU General Public License as published by |
---|
| 11 | # the Free Software Foundation; either version 2 of the License, or |
---|
| 12 | # (at your option) any later version. |
---|
[696] | 13 | # |
---|
[873] | 14 | # This program is distributed in the hope that it will be useful, |
---|
| 15 | # but WITHOUT ANY WARRANTY; without even the implied warranty of |
---|
| 16 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
---|
| 17 | # GNU General Public License for more details. |
---|
| 18 | # |
---|
| 19 | # You should have received a copy of the GNU General Public License |
---|
| 20 | # along with this program; if not, write to the Free Software |
---|
[2303] | 21 | # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. |
---|
[696] | 22 | # |
---|
| 23 | # $Id$ |
---|
| 24 | # |
---|
[2073] | 25 | # |
---|
[696] | 26 | |
---|
[715] | 27 | import sys |
---|
[1809] | 28 | import os |
---|
| 29 | import pwd |
---|
[1956] | 30 | import grp |
---|
[2512] | 31 | from pykota.tool import PyKotaTool, PyKotaToolError, PyKotaCommandLineError, crashed, N_ |
---|
[975] | 32 | from pykota.config import PyKotaConfigError |
---|
| 33 | from pykota.storage import PyKotaStorageError |
---|
[715] | 34 | |
---|
[2344] | 35 | __doc__ = N_("""edpykota v%(__version__)s (c) %(__years__)s %(__author__)s |
---|
[2267] | 36 | |
---|
[715] | 37 | A Print Quota editor for PyKota. |
---|
| 38 | |
---|
| 39 | command line usage : |
---|
| 40 | |
---|
[717] | 41 | edpykota [options] user1 user2 ... userN |
---|
[937] | 42 | |
---|
[717] | 43 | edpykota [options] group1 group2 ... groupN |
---|
[715] | 44 | |
---|
| 45 | options : |
---|
| 46 | |
---|
| 47 | -v | --version Prints edpykota's version number then exits. |
---|
| 48 | -h | --help Prints this message then exits. |
---|
| 49 | |
---|
| 50 | -a | --add Adds users and/or printers if they don't |
---|
| 51 | exist on the Quota Storage Server. |
---|
| 52 | |
---|
[921] | 53 | -d | --delete Deletes users/groups from the quota storage. |
---|
| 54 | Printers are never deleted. |
---|
| 55 | |
---|
| 56 | -c | --charge p[,j] Sets the price per page and per job to charge |
---|
| 57 | for a particular printer. Job price is optional. |
---|
| 58 | If both are to be set, separate them with a comma. |
---|
| 59 | Floating point values are allowed. |
---|
[2054] | 60 | |
---|
| 61 | -o | --overcharge f Sets the overcharging factor applied to the user |
---|
| 62 | when computing the cost of a print job. Positive or |
---|
| 63 | negative floating point values are allowed, |
---|
| 64 | this allows you to do some really creative |
---|
| 65 | things like giving money to an user whenever |
---|
| 66 | he prints. The number of pages in a print job |
---|
| 67 | is not modified by this coefficient, only the |
---|
| 68 | cost of the job for a particular user. |
---|
| 69 | Only users have a coefficient. |
---|
[921] | 70 | |
---|
| 71 | -i | --ingroups g1[,g2...] Puts the users into each of the groups |
---|
| 72 | listed, separated by commas. The groups |
---|
| 73 | must already exist in the Quota Storage. |
---|
| 74 | |
---|
[715] | 75 | -u | --users Edit users print quotas, this is the default. |
---|
| 76 | |
---|
[719] | 77 | -P | --printer p Edit quotas on printer p only. Actually p can |
---|
| 78 | use wildcards characters to select only |
---|
| 79 | some printers. The default value is *, meaning |
---|
[1156] | 80 | all printers. |
---|
| 81 | You can specify several names or wildcards, |
---|
| 82 | by separating them with commas. |
---|
[715] | 83 | |
---|
[1258] | 84 | -G | --pgroups pg1[,pg2...] Adds the printer(s) to the printer groups |
---|
| 85 | pg1, pg2, etc... which must already exist. |
---|
| 86 | A printer group is just like a normal printer, |
---|
| 87 | only that it is usually unknown from the printing |
---|
| 88 | system. Create printer groups exactly the same |
---|
| 89 | way that you create printers, then add other |
---|
| 90 | printers to them with this option. |
---|
| 91 | Accounting is done on a printer and on all |
---|
| 92 | the printer groups it belongs to, quota checking |
---|
| 93 | is done on a printer and on all the printer groups |
---|
| 94 | it belongs to. |
---|
| 95 | |
---|
| 96 | -g | --groups Edit users groups print quotas instead of users. |
---|
[715] | 97 | |
---|
| 98 | -p | --prototype u|g Uses user u or group g as a prototype to set |
---|
| 99 | print quotas |
---|
| 100 | |
---|
[2515] | 101 | -n | --noquota Sets both soft and hard limits to None for a |
---|
| 102 | particular print quota entry. |
---|
| 103 | This is NOT the same as --limitby noquota |
---|
| 104 | which acts on ALL print quota entries for a |
---|
| 105 | particular user. |
---|
[843] | 106 | |
---|
[1755] | 107 | -r | --reset Resets the actual page counter for the user |
---|
| 108 | or group to zero on the specified printers. |
---|
| 109 | The life time page counter is kept unchanged. |
---|
[768] | 110 | |
---|
[1755] | 111 | -R | --hardreset Resets the actual and life time page counters |
---|
| 112 | for the user or group to zero on the specified |
---|
[1967] | 113 | printers. This is a shortcut for '--used 0'. |
---|
[1755] | 114 | |
---|
[917] | 115 | -l | --limitby l Choose if the user/group is limited in printing |
---|
| 116 | by its account balance or by its page quota. |
---|
| 117 | The default value is 'quota'. Allowed values |
---|
[2452] | 118 | are 'quota' 'balance' 'noquota' 'noprint' |
---|
| 119 | and 'nochange' : |
---|
[917] | 120 | |
---|
[2452] | 121 | - quota : limit by number of pages per printer. |
---|
| 122 | - balance : limit by number of credits in account. |
---|
| 123 | - noquota : no limit, accounting still done. |
---|
| 124 | - nochange : no limit, accounting not done. |
---|
| 125 | - noprint : printing is denied. |
---|
| 126 | NB : nochange and noprint are not supported for groups. |
---|
| 127 | |
---|
[917] | 128 | -b | --balance b Sets the user's account balance to b. |
---|
| 129 | Account balance may be increase or decreased |
---|
| 130 | if b is prefixed with + or -. |
---|
| 131 | WARNING : when decreasing account balance, |
---|
| 132 | the total paid so far by the user is decreased |
---|
| 133 | too. |
---|
| 134 | Groups don't have a real balance, but the |
---|
| 135 | sum of their users' account balance. |
---|
| 136 | |
---|
[2452] | 137 | -C | --comment txt Defines some informational text to be associated |
---|
| 138 | with a change to an user's account balance. |
---|
| 139 | Only meaningful if -b | --balance is also used. |
---|
| 140 | |
---|
[715] | 141 | -S | --softlimit sl Sets the quota soft limit to sl pages. |
---|
| 142 | |
---|
| 143 | -H | --hardlimit hl Sets the quota hard limit to hl pages. |
---|
[2454] | 144 | |
---|
| 145 | -I | --increase v Increase both Soft and Hard limits by the value |
---|
| 146 | of v. You can prefix v with + or -, if no sign is |
---|
| 147 | used, + is assumed. |
---|
[1967] | 148 | |
---|
| 149 | -U | --used usage Sets the pagecounters for the user to usage pages; |
---|
| 150 | useful for migrating users from a different system |
---|
| 151 | where they have already used some pages. Actual |
---|
| 152 | and Life Time page counters may be increased or decreased |
---|
| 153 | if usage is prefixed with + or -. |
---|
| 154 | WARNING : BOTH page counters are modified in all cases, |
---|
| 155 | so be careful. |
---|
| 156 | NB : if 'usage' equals '0', then the action taken is |
---|
| 157 | the same as if --hardreset was used. |
---|
| 158 | |
---|
[815] | 159 | user1 through userN and group1 through groupN can use wildcards |
---|
| 160 | if the --add option is not set. |
---|
| 161 | |
---|
[715] | 162 | examples : |
---|
| 163 | |
---|
[1354] | 164 | $ edpykota --add -p jerome john paul george ringo/ringo@example.com |
---|
[715] | 165 | |
---|
[1284] | 166 | This will add users john, paul, george and ringo to the quota |
---|
| 167 | database, and set their print quotas to the same values than user |
---|
| 168 | jerome. User jerome must already exist. |
---|
[1354] | 169 | User ringo's email address will also be set to 'ringo@example.com' |
---|
[715] | 170 | |
---|
| 171 | $ edpykota --printer lp -S 50 -H 60 jerome |
---|
| 172 | |
---|
| 173 | This will set jerome's print quota on the lp printer to a soft limit |
---|
| 174 | of 50 pages, and a hard limit of 60 pages. If either user jerome or |
---|
| 175 | printer lp doesn't exist on the Quota Storage Server then nothing is done. |
---|
| 176 | |
---|
[921] | 177 | $ edpykota --add --printer lp --ingroups coders,it -S 50 -H 60 jerome |
---|
[715] | 178 | |
---|
| 179 | Same as above, but if either user jerome or printer lp doesn't exist |
---|
[921] | 180 | on the Quota Storage Server they are automatically added. Also |
---|
| 181 | user jerome is put into the groups "coders" and "it" which must |
---|
| 182 | already exist in the Quota Storage. |
---|
[715] | 183 | |
---|
| 184 | $ edpykota -g -S 500 -H 550 financial support |
---|
| 185 | |
---|
| 186 | This will set print quota soft limit to 500 pages and hard limit |
---|
| 187 | to 550 pages for groups financial and support on all printers. |
---|
[769] | 188 | |
---|
[815] | 189 | $ edpykota --reset jerome "jo*" |
---|
[769] | 190 | |
---|
[815] | 191 | This will reset jerome's page counter to zero on all printers, as |
---|
| 192 | well as every user whose name begins with 'jo'. |
---|
| 193 | Their life time page counter on each printer will be kept unchanged. |
---|
[1755] | 194 | You can also reset the life time page counters by using the |
---|
| 195 | --hardreset | -R command line option. |
---|
[843] | 196 | |
---|
[847] | 197 | $ edpykota --printer hpcolor --noquota jerome |
---|
[843] | 198 | |
---|
[847] | 199 | This will tell PyKota to not limit jerome when printing on the |
---|
| 200 | hpcolor printer. All his jobs will be allowed on this printer, but |
---|
| 201 | accounting of the pages he prints will still be kept. |
---|
[848] | 202 | Print Quotas for jerome on other printers are unchanged. |
---|
[917] | 203 | |
---|
| 204 | $ edpykota --limitby balance jerome |
---|
| 205 | |
---|
| 206 | This will tell PyKota to limit jerome by his account's balance |
---|
| 207 | when printing. |
---|
| 208 | |
---|
| 209 | $ edpykota --balance +10.0 jerome |
---|
| 210 | |
---|
| 211 | This will increase jerome's account balance by 10.0 (in your |
---|
| 212 | own currency). You can decrease the account balance with a |
---|
| 213 | dash prefix, and set it to a fixed amount with no prefix. |
---|
[921] | 214 | |
---|
| 215 | $ edpykota --delete jerome rachel |
---|
| 216 | |
---|
| 217 | This will completely delete jerome and rachel from the Quota Storage |
---|
| 218 | database. All their quotas and jobs will be deleted too. |
---|
[922] | 219 | |
---|
| 220 | $ edpykota --printer lp --charge 0.1 |
---|
| 221 | |
---|
| 222 | This will set the page price for printer lp to 0.1. Job price |
---|
| 223 | will not be changed. |
---|
[1258] | 224 | |
---|
| 225 | $ edpykota --printer hplj1,hplj2 --pgroups Laser,HP |
---|
| 226 | |
---|
| 227 | This will put printers hplj1 and hplj2 in printers groups Laser and HP. |
---|
| 228 | When printing either on hplj1 or hplj2, print quota will also be |
---|
| 229 | checked and accounted for on virtual printers Laser and HP. |
---|
[2054] | 230 | |
---|
| 231 | $ edpykota --overcharge 2.5 poorstudent |
---|
| 232 | |
---|
| 233 | This will overcharge the poorstudent user by a factor of 2.5. |
---|
| 234 | |
---|
| 235 | $ edpykota --overcharge -1 jerome |
---|
| 236 | |
---|
| 237 | User jerome will actually earn money whenever he prints. |
---|
| 238 | |
---|
| 239 | $ edpykota --overcharge 0 boss |
---|
| 240 | |
---|
| 241 | User boss can print at will, it won't cost him anything because the |
---|
| 242 | cost of each print job will be multiplied by zero before charging |
---|
| 243 | his account. |
---|
[2344] | 244 | """) |
---|
[715] | 245 | |
---|
[719] | 246 | class EdPyKota(PyKotaTool) : |
---|
| 247 | """A class for edpykota.""" |
---|
| 248 | def main(self, names, options) : |
---|
| 249 | """Edit user or group quotas.""" |
---|
[1789] | 250 | if not self.config.isAdmin : |
---|
[2512] | 251 | raise PyKotaCommandLineError, "%s : %s" % (pwd.getpwuid(os.geteuid())[0], _("You're not allowed to use this command.")) |
---|
[1041] | 252 | |
---|
| 253 | suffix = (options["groups"] and "Group") or "User" |
---|
| 254 | |
---|
[1967] | 255 | softlimit = hardlimit = None |
---|
[2452] | 256 | |
---|
| 257 | limitby = options["limitby"] |
---|
| 258 | if limitby : |
---|
| 259 | limitby = limitby.strip().lower() |
---|
| 260 | if limitby : |
---|
| 261 | if limitby not in ('quota', 'balance', 'noquota', \ |
---|
| 262 | 'noprint', 'nochange') : |
---|
[2512] | 263 | raise PyKotaCommandLineError, _("Invalid limitby value %s") % options["limitby"] |
---|
[2452] | 264 | if limitby in ('noquota', 'nochange') : |
---|
| 265 | options["noquota"] = 1 |
---|
| 266 | if (limitby in ('nochange', 'noprint')) and options["groups"] : |
---|
[2512] | 267 | raise PyKotaCommandLineError, _("Invalid limitby value %s") % options["limitby"] |
---|
[1967] | 268 | |
---|
| 269 | used = options["used"] |
---|
| 270 | if used : |
---|
| 271 | used = used.strip() |
---|
| 272 | try : |
---|
| 273 | int(used) |
---|
| 274 | except ValueError : |
---|
[2512] | 275 | raise PyKotaCommandLineError, _("Invalid used value %s.") % used |
---|
[2454] | 276 | |
---|
| 277 | increase = options["increase"] |
---|
| 278 | if increase : |
---|
| 279 | try : |
---|
| 280 | increase = int(increase.strip()) |
---|
| 281 | except ValueError : |
---|
[2512] | 282 | raise PyKotaCommandLineError, _("Invalid increase value %s.") % increase |
---|
[1967] | 283 | |
---|
[1041] | 284 | if not options["noquota"] : |
---|
| 285 | if options["softlimit"] : |
---|
| 286 | try : |
---|
| 287 | softlimit = int(options["softlimit"].strip()) |
---|
[2454] | 288 | if softlimit < 0 : |
---|
| 289 | raise ValueError |
---|
[1041] | 290 | except ValueError : |
---|
[2512] | 291 | raise PyKotaCommandLineError, _("Invalid softlimit value %s.") % options["softlimit"] |
---|
[1041] | 292 | if options["hardlimit"] : |
---|
| 293 | try : |
---|
| 294 | hardlimit = int(options["hardlimit"].strip()) |
---|
[2454] | 295 | if hardlimit < 0 : |
---|
| 296 | raise ValueError |
---|
[1041] | 297 | except ValueError : |
---|
[2512] | 298 | raise PyKotaCommandLineError, _("Invalid hardlimit value %s.") % options["hardlimit"] |
---|
[1041] | 299 | if (softlimit is not None) and (hardlimit is not None) and (hardlimit < softlimit) : |
---|
| 300 | # error, exchange them |
---|
[1584] | 301 | self.printInfo(_("Hard limit %i is less than soft limit %i, values will be exchanged.") % (hardlimit, softlimit)) |
---|
[1041] | 302 | (softlimit, hardlimit) = (hardlimit, softlimit) |
---|
[924] | 303 | |
---|
[2054] | 304 | overcharge = options["overcharge"] |
---|
| 305 | if overcharge : |
---|
| 306 | try : |
---|
| 307 | overcharge = float(overcharge.strip()) |
---|
| 308 | except (ValueError, AttributeError) : |
---|
[2512] | 309 | raise PyKotaCommandLineError, _("Invalid overcharge value %s") % options["overcharge"] |
---|
[2054] | 310 | |
---|
[924] | 311 | balance = options["balance"] |
---|
| 312 | if balance : |
---|
| 313 | balance = balance.strip() |
---|
| 314 | try : |
---|
| 315 | balancevalue = float(balance) |
---|
| 316 | except ValueError : |
---|
[2512] | 317 | raise PyKotaCommandLineError, _("Invalid balance value %s") % options["balance"] |
---|
[924] | 318 | |
---|
[923] | 319 | if options["charge"] : |
---|
| 320 | try : |
---|
| 321 | charges = [float(part) for part in options["charge"].split(',', 1)] |
---|
| 322 | except ValueError : |
---|
[2512] | 323 | raise PyKotaCommandLineError, _("Invalid charge amount value %s") % options["charge"] |
---|
[923] | 324 | else : |
---|
[1064] | 325 | if len(charges) > 2 : |
---|
| 326 | charges = charges[:2] |
---|
[1063] | 327 | if len(charges) != 2 : |
---|
| 328 | charges = [charges[0], None] |
---|
[924] | 329 | |
---|
[927] | 330 | if options["ingroups"] : |
---|
| 331 | groupnames = [gname.strip() for gname in options["ingroups"].split(',')] |
---|
| 332 | else : |
---|
| 333 | groupnames = [] |
---|
| 334 | |
---|
[1956] | 335 | rejectunknown = self.config.getRejectUnknown() |
---|
[1041] | 336 | printeradded = 0 |
---|
| 337 | printers = self.storage.getMatchingPrinters(options["printer"]) |
---|
| 338 | if not printers : |
---|
| 339 | pname = options["printer"] |
---|
| 340 | if options["add"] and pname : |
---|
| 341 | if self.isValidName(pname) : |
---|
| 342 | printers = [ self.storage.addPrinter(pname) ] |
---|
| 343 | if printers[0].Exists : |
---|
| 344 | printeradded = 1 |
---|
| 345 | else : |
---|
| 346 | raise PyKotaToolError, _("Impossible to add printer %s") % pname |
---|
| 347 | else : |
---|
[2512] | 348 | raise PyKotaCommandLineError, _("Invalid printer name %s") % pname |
---|
[1041] | 349 | else : |
---|
[2512] | 350 | raise PyKotaCommandLineError, _("There's no printer matching %s") % pname |
---|
[1041] | 351 | if not names : |
---|
[2225] | 352 | if options["delete"] : |
---|
[2512] | 353 | raise PyKotaCommandLineError, _("You have to pass user or group names on the command line") |
---|
[2036] | 354 | else : |
---|
[2225] | 355 | names = getattr(self.storage, "getAll%ssNames" % suffix)() # all users or groups |
---|
[1041] | 356 | |
---|
[1258] | 357 | printersgroups = [] |
---|
| 358 | if options["pgroups"] : |
---|
| 359 | printersgroups = self.storage.getMatchingPrinters(options["pgroups"]) |
---|
| 360 | |
---|
[2073] | 361 | if options["prototype"] : |
---|
| 362 | protoentry = getattr(self.storage, "get%s" % suffix)(options["prototype"]) |
---|
| 363 | if not protoentry.Exists : |
---|
[2512] | 364 | raise PyKotaCommandLineError, _("Prototype object %s not found in Quota Storage.") % protoentry.Name |
---|
[2073] | 365 | else : |
---|
| 366 | limitby = protoentry.LimitBy |
---|
| 367 | balancevalue = protoentry.AccountBalance |
---|
[2258] | 368 | if balancevalue is not None : |
---|
| 369 | balance = str(abs(balancevalue)) |
---|
| 370 | else : |
---|
| 371 | balance = None |
---|
[2073] | 372 | overcharge = getattr(protoentry, "OverCharge", None) |
---|
| 373 | |
---|
[2323] | 374 | missingusers = {} |
---|
| 375 | missinggroups = {} |
---|
[1318] | 376 | todelete = {} |
---|
[1041] | 377 | changed = {} # tracks changes made at the user/group level |
---|
| 378 | for printer in printers : |
---|
[1258] | 379 | for pgroup in printersgroups : |
---|
| 380 | pgroup.addPrinterToGroup(printer) |
---|
| 381 | |
---|
[923] | 382 | if options["charge"] : |
---|
| 383 | (perpage, perjob) = charges |
---|
[1041] | 384 | printer.setPrices(perpage, perjob) |
---|
| 385 | |
---|
[719] | 386 | if options["prototype"] : |
---|
[2073] | 387 | protoquota = getattr(self.storage, "get%sPQuota" % suffix)(protoentry, printer) |
---|
| 388 | if not protoquota.Exists : |
---|
| 389 | self.printInfo(_("Prototype %s not found in Quota Storage for printer %s.") % (protoentry.Name, printer.Name)) |
---|
| 390 | else : |
---|
| 391 | (softlimit, hardlimit) = (protoquota.SoftLimit, protoquota.HardLimit) |
---|
[1105] | 392 | |
---|
[1041] | 393 | if not options["noquota"] : |
---|
| 394 | if hardlimit is None : |
---|
| 395 | hardlimit = softlimit |
---|
| 396 | if hardlimit is not None : |
---|
[1584] | 397 | self.printInfo(_("Undefined hard limit set to soft limit (%s) on printer %s.") % (str(hardlimit), printer.Name)) |
---|
[1041] | 398 | if softlimit is None : |
---|
| 399 | softlimit = hardlimit |
---|
| 400 | if softlimit is not None : |
---|
[1584] | 401 | self.printInfo(_("Undefined soft limit set to hard limit (%s) on printer %s.") % (str(softlimit), printer.Name)) |
---|
[1041] | 402 | |
---|
[820] | 403 | if options["add"] : |
---|
[1041] | 404 | allentries = [] |
---|
| 405 | for name in names : |
---|
[1284] | 406 | email = "" |
---|
| 407 | if not options["groups"] : |
---|
| 408 | splitname = name.split('/', 1) # username/email |
---|
| 409 | if len(splitname) == 1 : |
---|
| 410 | splitname.append("") |
---|
| 411 | (name, email) = splitname |
---|
| 412 | if email and (email.count('@') != 1) : |
---|
[1584] | 413 | self.printInfo(_("Invalid email address %s") % email) |
---|
[1284] | 414 | email = "" |
---|
[1041] | 415 | entry = getattr(self.storage, "get%s" % suffix)(name) |
---|
[1284] | 416 | if email and not options["groups"] : |
---|
| 417 | entry.Email = email |
---|
[1041] | 418 | entrypquota = getattr(self.storage, "get%sPQuota" % suffix)(entry, printer) |
---|
| 419 | allentries.append((entry, entrypquota)) |
---|
[820] | 420 | else : |
---|
[1133] | 421 | allentries = getattr(self.storage, "getPrinter%ssAndQuotas" % suffix)(printer, names) |
---|
[1041] | 422 | |
---|
[2323] | 423 | # TODO : do this only once !!! |
---|
| 424 | allnames = [entry.Name for (entry, dummy) in allentries] |
---|
| 425 | for name in names : |
---|
| 426 | if not self.matchString(name, allnames) : |
---|
| 427 | if options["groups"] : |
---|
| 428 | missinggroups[name] = 1 |
---|
| 429 | else : |
---|
| 430 | missingusers[name] = 1 |
---|
| 431 | |
---|
[1133] | 432 | for (entry, entrypquota) in allentries : |
---|
[1041] | 433 | if not changed.has_key(entry.Name) : |
---|
| 434 | changed[entry.Name] = {} |
---|
[1070] | 435 | if not options["groups"] : |
---|
| 436 | changed[entry.Name]["ingroups"] = [] |
---|
[1105] | 437 | |
---|
| 438 | if not entry.Exists : |
---|
[719] | 439 | # not found |
---|
| 440 | if options["add"] : |
---|
[767] | 441 | # In case we want to add something, it is crucial |
---|
| 442 | # that we DON'T check with the system accounts files |
---|
| 443 | # like /etc/passwd because users may be defined |
---|
| 444 | # only remotely |
---|
[1041] | 445 | if self.isValidName(entry.Name) : |
---|
[1956] | 446 | reject = 0 |
---|
| 447 | if rejectunknown : |
---|
| 448 | if options["groups"] : |
---|
| 449 | try : |
---|
| 450 | grp.getgrnam(entry.Name) |
---|
| 451 | except KeyError : |
---|
| 452 | self.printInfo(_("Unknown group %s") % entry.Name, "error") |
---|
| 453 | reject = 1 |
---|
| 454 | else : |
---|
| 455 | try : |
---|
| 456 | pwd.getpwnam(entry.Name) |
---|
| 457 | except KeyError : |
---|
| 458 | self.printInfo(_("Unknown user %s") % entry.Name, "error") |
---|
| 459 | reject = 1 |
---|
| 460 | if not reject : |
---|
| 461 | entry = getattr(self.storage, "add%s" % suffix)(entry) |
---|
[1041] | 462 | else : |
---|
| 463 | if options["groups"] : |
---|
[1584] | 464 | self.printInfo(_("Invalid group name %s") % entry.Name) |
---|
[890] | 465 | else : |
---|
[1584] | 466 | self.printInfo(_("Invalid user name %s") % entry.Name) |
---|
[2323] | 467 | else : |
---|
| 468 | if options["groups"] : |
---|
| 469 | missinggroups[entry.Name] = 1 |
---|
| 470 | else : |
---|
| 471 | missingusers[entry.Name] = 1 |
---|
[1366] | 472 | elif options["delete"] : |
---|
| 473 | todelete[entry.Name] = entry |
---|
[1105] | 474 | |
---|
[1180] | 475 | if entry.Exists and (not entrypquota.Exists) : |
---|
[1105] | 476 | # not found |
---|
| 477 | if options["add"] : |
---|
| 478 | entrypquota = getattr(self.storage, "add%sPQuota" % suffix)(entry, printer) |
---|
| 479 | |
---|
[1041] | 480 | if not entrypquota.Exists : |
---|
[1584] | 481 | self.printInfo(_("Quota not found for object %s on printer %s.") % (entry.Name, printer.Name)) |
---|
[719] | 482 | else : |
---|
[2454] | 483 | if options["noquota"] or options["prototype"] \ |
---|
| 484 | or ((softlimit is not None) and (hardlimit is not None)) : |
---|
[1366] | 485 | entrypquota.setLimits(softlimit, hardlimit) |
---|
[2454] | 486 | if increase : |
---|
| 487 | if (entrypquota.SoftLimit is None) \ |
---|
| 488 | or (entrypquota.HardLimit is None) : |
---|
| 489 | self.printInfo(_("You can't increase limits by %s when no limit is set.") % increase, "error") |
---|
| 490 | else : |
---|
| 491 | newsoft = entrypquota.SoftLimit + increase |
---|
| 492 | newhard = entrypquota.HardLimit + increase |
---|
| 493 | if (newsoft >= 0) and (newhard >= 0) : |
---|
| 494 | entrypquota.setLimits(newsoft, newhard) |
---|
| 495 | else : |
---|
| 496 | self.printInfo(_("You can't set negative limits."), "error") |
---|
[1366] | 497 | if limitby : |
---|
| 498 | if changed[entry.Name].get("limitby") is None : |
---|
| 499 | entry.setLimitBy(limitby) |
---|
| 500 | changed[entry.Name]["limitby"] = limitby |
---|
| 501 | |
---|
[2030] | 502 | if options["reset"] : |
---|
| 503 | entrypquota.reset() |
---|
| 504 | |
---|
| 505 | if options["hardreset"] : |
---|
| 506 | entrypquota.hardreset() |
---|
| 507 | |
---|
[1366] | 508 | if not options["groups"] : |
---|
[2073] | 509 | if used : |
---|
[1967] | 510 | entrypquota.setUsage(used) |
---|
[1366] | 511 | |
---|
[2054] | 512 | if overcharge is not None : |
---|
| 513 | if changed[entry.Name].get("overcharge") is None : |
---|
| 514 | entry.setOverChargeFactor(overcharge) |
---|
| 515 | changed[entry.Name]["overcharge"] = overcharge |
---|
| 516 | |
---|
[1366] | 517 | if balance : |
---|
| 518 | if changed[entry.Name].get("balance") is None : |
---|
| 519 | if balance.startswith("+") or balance.startswith("-") : |
---|
| 520 | newbalance = float(entry.AccountBalance or 0.0) + balancevalue |
---|
| 521 | newlifetimepaid = float(entry.LifeTimePaid or 0.0) + balancevalue |
---|
[2452] | 522 | entry.setAccountBalance(newbalance, newlifetimepaid, options["comment"]) |
---|
[1366] | 523 | else : |
---|
| 524 | diff = balancevalue - float(entry.AccountBalance or 0.0) |
---|
| 525 | newlifetimepaid = float(entry.LifeTimePaid or 0.0) + diff |
---|
[2452] | 526 | entry.setAccountBalance(balancevalue, newlifetimepaid, options["comment"]) |
---|
[1366] | 527 | changed[entry.Name]["balance"] = balance |
---|
[1041] | 528 | |
---|
[1366] | 529 | for groupname in groupnames : |
---|
| 530 | # not executed if option --ingroups is not used |
---|
| 531 | if groupname not in changed[entry.Name]["ingroups"] : |
---|
| 532 | group = self.storage.getGroup(groupname) |
---|
| 533 | if group.Exists : |
---|
| 534 | self.storage.addUserToGroup(entry, group) |
---|
| 535 | changed[entry.Name]["ingroups"].append(groupname) |
---|
| 536 | else : |
---|
[1584] | 537 | self.printInfo(_("Group %s not found in the PyKota Storage.") % groupname) |
---|
[1318] | 538 | |
---|
[2323] | 539 | # Now outputs the list of nonexistent users and groups |
---|
| 540 | for name in missingusers.keys() : |
---|
[2472] | 541 | self.printInfo(_("Nonexistent user %s or missing print quota entry.") % name, level="warn") |
---|
[2323] | 542 | for name in missinggroups.keys() : |
---|
[2472] | 543 | self.printInfo(_("Nonexistent group %s or missing print quota entry.") % name, level="warn") |
---|
[2323] | 544 | |
---|
[1318] | 545 | # Now delete what has to be deleted |
---|
| 546 | for (name, entry) in todelete.items() : |
---|
| 547 | entry.delete() |
---|
[719] | 548 | |
---|
[715] | 549 | if __name__ == "__main__" : |
---|
[1113] | 550 | retcode = 0 |
---|
[715] | 551 | try : |
---|
| 552 | defaults = { \ |
---|
[719] | 553 | "printer" : "*", \ |
---|
[2452] | 554 | "comment" : "", \ |
---|
[715] | 555 | } |
---|
[2454] | 556 | short_options = "vhdo:c:C:l:b:i:naugrp:P:S:H:G:RU:I:" |
---|
[2452] | 557 | long_options = ["help", "version", "comment=", \ |
---|
| 558 | "overcharge=", "charge=", "delete", "limitby=", \ |
---|
| 559 | "balance=", "ingroups=", "noquota", "add", "users", \ |
---|
| 560 | "groups", "reset", "hardreset", "prototype=", \ |
---|
| 561 | "printer=", "softlimit=", "hardlimit=", "pgroups=", \ |
---|
[2454] | 562 | "increase=", "used="] |
---|
[715] | 563 | |
---|
| 564 | # Initializes the command line tool |
---|
[720] | 565 | editor = EdPyKota(doc=__doc__) |
---|
[2210] | 566 | editor.deferredInit() |
---|
[715] | 567 | |
---|
| 568 | # parse and checks the command line |
---|
[720] | 569 | (options, args) = editor.parseCommandline(sys.argv[1:], short_options, long_options) |
---|
[715] | 570 | |
---|
| 571 | # sets long options |
---|
| 572 | options["help"] = options["h"] or options["help"] |
---|
| 573 | options["version"] = options["v"] or options["version"] |
---|
| 574 | options["add"] = options["a"] or options["add"] |
---|
[895] | 575 | options["users"] = options["u"] or options["users"] |
---|
| 576 | options["groups"] = options["g"] or options["groups"] |
---|
[715] | 577 | options["prototype"] = options["p"] or options["prototype"] |
---|
[720] | 578 | options["printer"] = options["P"] or options["printer"] or defaults["printer"] |
---|
[715] | 579 | options["softlimit"] = options["S"] or options["softlimit"] |
---|
| 580 | options["hardlimit"] = options["H"] or options["hardlimit"] |
---|
[768] | 581 | options["reset"] = options["r"] or options["reset"] |
---|
[843] | 582 | options["noquota"] = options["n"] or options["noquota"] |
---|
[917] | 583 | options["limitby"] = options["l"] or options["limitby"] |
---|
| 584 | options["balance"] = options["b"] or options["balance"] |
---|
[921] | 585 | options["delete"] = options["d"] or options["delete"] |
---|
| 586 | options["ingroups"] = options["i"] or options["ingroups"] |
---|
| 587 | options["charge"] = options["c"] or options["charge"] |
---|
[1258] | 588 | options["pgroups"] = options["G"] or options["pgroups"] |
---|
[1755] | 589 | options["hardreset"] = options["R"] or options["hardreset"] |
---|
[1967] | 590 | options["used"] = options["U"] or options["used"] |
---|
[2054] | 591 | options["overcharge"] = options["o"] or options["overcharge"] |
---|
[2452] | 592 | options["comment"] = options["C"] or options["comment"] or defaults["comment"] |
---|
[2454] | 593 | options["increase"] = options["I"] or options["increase"] |
---|
[715] | 594 | |
---|
| 595 | if options["help"] : |
---|
[720] | 596 | editor.display_usage_and_quit() |
---|
[715] | 597 | elif options["version"] : |
---|
[720] | 598 | editor.display_version_and_quit() |
---|
[715] | 599 | elif options["users"] and options["groups"] : |
---|
[2512] | 600 | raise PyKotaCommandLineError, _("incompatible options, see help.") |
---|
[921] | 601 | elif (options["add"] or options["prototype"]) and options["delete"] : |
---|
[2512] | 602 | raise PyKotaCommandLineError, _("incompatible options, see help.") |
---|
[2073] | 603 | elif (options["reset"] or options["hardreset"] or options["limitby"] or options["used"] or options["balance"] or options["overcharge"] or options["softlimit"] or options["hardlimit"]) and options["prototype"] : |
---|
[2512] | 604 | raise PyKotaCommandLineError, _("incompatible options, see help.") |
---|
[843] | 605 | elif options["noquota"] and (options["prototype"] or options["hardlimit"] or options["softlimit"]) : |
---|
[2512] | 606 | raise PyKotaCommandLineError, _("incompatible options, see help.") |
---|
[2054] | 607 | elif options["groups"] and (options["balance"] or options["ingroups"] or options["used"] or options["overcharge"]) : |
---|
[2512] | 608 | raise PyKotaCommandLineError, _("incompatible options, see help.") |
---|
[2452] | 609 | elif options["comment"] and not options["balance"] : |
---|
[2512] | 610 | raise PyKotaCommandLineError, _("incompatible options, see help.") |
---|
[715] | 611 | else : |
---|
[1113] | 612 | retcode = editor.main(args, options) |
---|
[2216] | 613 | except KeyboardInterrupt : |
---|
| 614 | sys.stderr.write("\nInterrupted with Ctrl+C !\n") |
---|
[2609] | 615 | retcode = -3 |
---|
[2512] | 616 | except PyKotaCommandLineError, msg : |
---|
| 617 | sys.stderr.write("%s : %s\n" % (sys.argv[0], msg)) |
---|
[2609] | 618 | retcode = -2 |
---|
[1526] | 619 | except SystemExit : |
---|
| 620 | pass |
---|
[1517] | 621 | except : |
---|
| 622 | try : |
---|
| 623 | editor.crashed("edpykota failed") |
---|
| 624 | except : |
---|
[1546] | 625 | crashed("edpykota failed") |
---|
[1113] | 626 | retcode = -1 |
---|
[715] | 627 | |
---|
[1113] | 628 | try : |
---|
| 629 | editor.storage.close() |
---|
| 630 | except (TypeError, NameError, AttributeError) : |
---|
| 631 | pass |
---|
| 632 | |
---|
| 633 | sys.exit(retcode) |
---|