conserver.passwd(5)

NAME

   conserver.passwd - user access information for conserver(8)

SYNOPSIS

   username:password

DESCRIPTION

   The  conserver.passwd file is the user authentication and authorization
   file for conserver(8).  Upon each incoming client connection, conserver
   opens  and  reads  the conserver.passwd file, so edits to the file take
   effect immediately.  It reads only until the first username match.

   Blank lines and  comment  lines  (those  beginning  with  a  ``#''  and
   optional  leading whitespace) are ignored.  Non-ignored lines beginning
   with whitespace are considered  continuations  of  the  previous  line.
   This  allows  you to span one logical line over many physical lines and
   insert comments wherever appropriate.

   Each logical line consists of two colon-separated fields.  Leading  and
   trailing white space in each field is ignored.

   username
          the  login  name of the authorized user, or the string ``*any*''
          to match any user.  This is compared against the  name  sent  by
          the  console  client,  based either on the user's identity or on
          the -l option.  Since conserver only  uses  the  first  username
          match, a ``*any*'' entry will apply to any user without an entry
          earlier in the file.

   password
          the encrypted password, or the string ``*passwd*''  to  indicate
          that  conserver should look up the user's password in the system
          passwd (or shadow) database.  If PAM support  has  been  enabled
          (--with-pam),  PAM  lookups  will  be done instead of passwd (or
          shadow) lookups (you may need to edit  /etc/pam.conf  or  create
          /etc/pam.d/conserver).    If   this  field  is  empty,  password
          checking is bypassed for this user.

EXAMPLE

   mary:r71mXjfALB5Ak      Mary uses the password specified above; it does
                           not  matter  whether  she  has  a  login on the
                           conserver host.

   fred:*passwd*           Fred may connect only with  his  regular  login
                           password on the conserver host.

   bozo:*                  Bozo is only allowed to access a console if his
                           password isn't used (since it's invalid)  which
                           means he needs to come from a trusted host.

   *any*:*passwd*          Anyone  not  listed  above  uses  their regular
                           login and password.

SEE ALSO

   console(1), conserver.cf(5), conserver(8)

BUGS

   There is currently no way provided by the conserver package to generate
   the  encrypted  password  strings  besides copying them from the system
   passwd database or running  crypt(3)  via  C  or  perl  or  some  other
   language that supports it.



Opportunity


Personal Opportunity - Free software gives you access to billions of dollars of software at no cost. Use this software for your business, personal use or to develop a profitable skill. Access to source code provides access to a level of capabilities/information that companies protect though copyrights. Open source is a core component of the Internet and it is available to you. Leverage the billions of dollars in resources and capabilities to build a career, establish a business or change the world. The potential is endless for those who understand the opportunity.

Business Opportunity - Goldman Sachs, IBM and countless large corporations are leveraging open source to reduce costs, develop products and increase their bottom lines. Learn what these companies know about open source and how open source can give you the advantage.


Free Software


Free Software provides computer programs and capabilities at no cost but more importantly, it provides the freedom to run, edit, contribute to, and share the software. The importance of free software is a matter of access, not price. Software at no cost is a benefit but ownership rights to the software and source code is far more significant.

Free Office Software - The Libre Office suite provides top desktop productivity tools for free. This includes, a word processor, spreadsheet, presentation engine, drawing and flowcharting, database and math applications. Libre Office is available for Linux or Windows.


Free Books


The Free Books Library is a collection of thousands of the most popular public domain books in an online readable format. The collection includes great classical literature and more recent works where the U.S. copyright has expired. These books are yours to read and use without restrictions.

Source Code - Want to change a program or know how it works? Open Source provides the source code for its programs so that anyone can use, modify or learn how to write those programs themselves. Visit the GNU source code repositories to download the source.


Education


Study at Harvard, Stanford or MIT - Open edX provides free online courses from Harvard, MIT, Columbia, UC Berkeley and other top Universities. Hundreds of courses for almost all major subjects and course levels. Open edx also offers some paid courses and selected certifications.

Linux Manual Pages - A man or manual page is a form of software documentation found on Linux/Unix operating systems. Topics covered include computer programs (including library and system calls), formal standards and conventions, and even abstract concepts.