Linux Commands Examples

A great documentation place for Linux commands

lppasswd

add, change, or delete digest passwords.


see also : lp - lpr

Synopsis

lppasswd [ username ]
lppasswd
-a [ -g groupname ] username
lppasswd
-x username


add an example, a script, a trick and tips

: email address (won't be displayed)
: name

Step 2

Thanks for this example ! - It will be moderated and published shortly.

Feel free to post other examples
Oops ! There is a tiny cockup. A damn 404 cockup. Please contact the loosy team who maintains and develops this wonderful site by clicking in the mighty feedback button on the side of the page. Say what happened. Thanks!

examples


no example yet ...

... Feel free to add your own example above to help other Linux-lovers !

description

lppasswd adds, changes, or deletes passwords in the CUPS digest password file, passwd.md5. When run by a normal user, lppasswd will prompt for the old and new passwords. When run by the super-user, lppasswd can add new accounts (-a username), change existing accounts (username), or delete accounts (-x username) in the digest password file. Digest usernames do not have to match local UNIX usernames.

options

lppasswd supports the following options:
-g groupname

Specifies a group other than the default system group.

copyright

Copyright 2007-2013 by Apple Inc.

security issues

By default, the lppasswd program is not installed to allow ordinary users to change their passwords. To enable this, the lppasswd command must be made setuid to root with the command:
chmod u+s lppasswd

While every attempt has been made to make lppasswd secure against exploits that could grant super-user privileges to unprivileged users, paranoid system administrators may wish to use Basic authentication with accounts managed by PAM instead.


see also

lp , lpr ,
http://localhost:631/help

How can this site be more helpful to YOU ?


give  feedback