- Timestamp:
- 02/19/04 16:05:56 (21 years ago)
- Location:
- pykota/trunk
- Files:
-
- 3 modified
Legend:
- Unmodified
- Added
- Removed
-
pykota/trunk/bin/edpykota
r1318 r1354 24 24 # 25 25 # $Log$ 26 # Revision 1.69 2004/02/19 15:05:56 jalet 27 # domain names changed to example.com in the doc, according to RFC2606 28 # 26 29 # Revision 1.68 2004/01/28 10:05:22 jalet 27 30 # New user/group deletion code … … 334 337 examples : 335 338 336 $ edpykota --add -p jerome john paul george ringo/ringo@ yourdomain.com339 $ edpykota --add -p jerome john paul george ringo/ringo@example.com 337 340 338 341 This will add users john, paul, george and ringo to the quota 339 342 database, and set their print quotas to the same values than user 340 343 jerome. User jerome must already exist. 341 User ringo's email address will also be set to 'ringo@ yourdomain.com'344 User ringo's email address will also be set to 'ringo@example.com' 342 345 343 346 $ edpykota --printer lp -S 50 -H 60 jerome -
pykota/trunk/initscripts/ldap/README.ldap
r1352 r1354 65 65 which gives for example (OpenLDAP 2.1.x or above) : 66 66 67 limits dn="cn=RWadmin,dc= your,dc=domain" size.soft=-1 size.hard=soft68 limits dn="cn=ROadmin,dc= your,dc=domain" size.soft=-1 size.hard=soft67 limits dn="cn=RWadmin,dc=example,dc=com" size.soft=-1 size.hard=soft 68 limits dn="cn=ROadmin,dc=example,dc=com" size.soft=-1 size.hard=soft 69 69 70 70 Where RWadmin and ROadmin are the usernames used to bind to your -
pykota/trunk/README
r1345 r1354 323 323 printer is waiting on : 324 324 325 socket://myprinter. domain.com:9100325 socket://myprinter.example.com:9100 326 326 327 327 Then choose : 328 328 329 cupspykota:socket://myprinter. domain.com:9100329 cupspykota:socket://myprinter.example.com:9100 330 330 331 331 Configure your printer as usual. … … 358 358 For example, replace : 359 359 360 DeviceURI socket://myprinter. domain.com:9100360 DeviceURI socket://myprinter.example.com:9100 361 361 362 362 with : 363 363 364 DeviceURI cupspykota:socket://myprinter. domain.com:9100364 DeviceURI cupspykota:socket://myprinter.example.com:9100 365 365 366 366 or : 367 367 368 DeviceURI cupspykota://socket://myprinter. domain.com:9100368 DeviceURI cupspykota://socket://myprinter.example.com:9100 369 369 370 370 Save the file and restart CUPS.