The Wayback Machine - https://web.archive.org/web/20190111134217/http://opensource.sys-con.com/node/284254

Welcome!

Open Source Cloud Authors: Yeshim Deniz, Pat Romanski, Liz McMillan, Zakia Bouachraoui, William Schmarzo

Related Topics: Open Source Cloud

Open Source Cloud: Article

EOS Cover Story — Linux Authentication Using PAM and LDAP

An improvement over distributing flat files or relying on RPC services

In an environment with more than a few Linux servers, managing users, groups, and other information securely across those systems is critical. Pluggable Authentication Modules (PAM) and the Lightweight Directory Access Protocol (LDAP) give administrators a way to accomplish this without having to distribute flat files or rely on RPC services, such as the insecure Network Information Service (NIS).

LDAP is a very mature protocol supported by everyone from Microsoft to IBM and Oracle. And reference implementations, such as OpenLDAP, have been available since the mid-'90s. PAM bridges the gap between traditional Unix and Linux login functionality and LDAP-enabled directory servers without requiring that applications or services be recompiled or reconfigured.

Aside from the obvious benefit of centralized storage and secure access, using LDAP has other key benefits depending on the server technology being used. These benefits generally include more granular password policy support, distributed or delegated administration of different groups of users in the same directory, and generally better performance and scalability than the alternatives.

Getting the Pieces
Most Linux distributions today support PAM out-of-the-box. However, the PAM_LDAP module, which is responsible for connecting the PAM framework to the LDAP-enabled directory service, usually needs to be downloaded and compiled separately. The source can be downloaded at www.padl.com.

PAM_LDAP itself has several dependencies, including SSL, LDAP, and SASL libraries, and it can be finicky about the specific versions used. While it's possible to install without some dependencies, such as SSL, not including them can render the system less secure. The most common issues with deployment are often related to getting a secure version of this module operational.

The directory that will be used to store and access account data is the other major component that will have to be installed. There are many options here and the choice of product is usually made on factors such as price, scalability, performance, and other key characteristics. Besides the base service, most commercial offerings include or have compatible tools to do everything from synchronize with other data sources to graphical user management and user self-service (e.g., password resets). Replicating data between servers and data centers is another key functionality that exists in most products, but in different ways.

LDAP-enabled directories have extensible schema that defines the type of data that can be stored. A standard set of schema, defined in IETF RFC 2307, may have to be imported or created in the directory to support the storage of Linux account information. In addition to accounts, this standard also defines schema for the storage of hosts, netgroups, services, and other types of data that has traditionally been stored in flat files, NIS, and related technology.

Making It Work
Once the modules are installed and the required directory servers are properly configured, the key steps remaining will be to migrate existing account information into the directory server and enable the PAM service.

Fortunately the first step is straightforward, given the ability of free migration tools from the same source as the PAM_LDAP module itself. These migration tools are capable of migrating all major information that would commonly be found in NIS or the equivalent flat files. The output of these files is a format called LDIF that can be used by standard LDAP tools for importing and modifying data in the directory.

With the data in place, the PAM module can be turned on and configured to point to the appropriate directory server. At this stage it's probably a good idea to keep a backup shell to help ensure that a mistake doesn't lock all the users out of the system.

Once authenticated, many applications will still need access to other data normally stored in passwd, group, and other files. This can be solved by configuring the system's name service switch configuration file (nsswitch.conf) to use LDAP. This defines the source and order that data ranging from account information to groups and even host name information will be checked in sources such as NIS, LDAP, and flat files.

Increasing Performance with Caching
Since many servers may be using the same directory, using a local server cache to reduce search and authentication requests may increase both performance and the number of servers that can be used with a single directory. This is especially true when using SSL and other overhead that can put an additional load on the directory servers.

In smaller environments this is less of a concern given that a typical directory server supports thousands of requests per second on modest hardware, but medium and large environments should look at using the Name Service Cache Daemon (NSCD). This service is included in most Linux distributions and requires no serious configuration. That said, it's important to realize that making a change to the directory, such as disabling an account, won't take immediate effect with the cache enabled.

Stronger Password Hashes & Security over the Wire
Many servers still support the CRYPT password hashing algorithm. This algorithm is easy to crack and a stronger algorithm, such as SMD5 or SSHA, should be selected instead. Access controls on the directory should still be configured to limit access to the hashed password.

Enabling either TLS/SSL or using SASL authentication mechanisms is an absolute requirement, since the alternative is to have the PAM module communicate with the LDAP directory server in a way that sends passwords in clear text over the network. Making this work is easier on some Linux distributions than others, but is an absolute must and can be accomplished on any system with the right combination of libraries as indicated in the PAM_LDAP and dependency documentation.

Conclusion
Together, LDAP and PAM provide a secure and scalable way to authenticate Linux users across multiple servers. Sites still using insecure and less scalable technology, such as NIS, can make the move to LDAP easily using existing modules and migration tools. Care needs to be taken to ensure that performance is maintained and that the security benefits of using the directory aren't sacrificed to bad practices such as weak hashing choices and transmitting passwords in the clear.

Useful Links

  • PAM LDAP Configuration
    Unix Manual Page for PAM LDAP Configuration
    www.scit.wlv.ac.uk/cgi-bin/mansec?5+pam_ldap
  • LDAP entry
    Directory Entries Administration
    http://ftp.unex.es/oradoc/application_server_10g/manage.904/b12118/entries.htm
  • NIS Schema
    http://docs.sun.com/source/816-6682-10/oc_hpuxt.htm
  • www.oracle.com/pls/wocprod/docs/page/ocom/technology/products/oid/unix_pam_oid_wp.pdf
  • More Stories By Clayton Donley

    Currently responsible for Oracle’s directory services product-lines, Clayton Donley’s technical background in this area includes experience in IT, consulting, and development in addition to authoring the book “LDAP Programming”. Prior to Oracle, Clayton founded Octet String, Inc., a developer of virtual directory technology that was acquired by Oracle in 2005. Previous positions have included a wide range of roles at Motorola and IBM. Clayton received a BA from DePaul University in Chicago.

    More Stories By Quan Dinh

    As a principal member of the technical staff at Oracle, Quan Dinh specializes in network and Internet security. Dinh is currently responsible for overall security of the Oracle Internet Directory and Virtual Directory products and has acted as a security advisor to Oracle’s Data Center. Previously, he was responsible for helping to secure Oracle Application Server, Oracle Database, and Oracle SQL Net with PKI, SSL/TLS, and related security technologies. Dinh’s other areas of expertise include Kerberos, SASL, and Single Sign-on technology. He graduated from the University of California at Berkeley with a degree in computer science and mathematics.

    Comments (0)

    Share your thoughts on this story.

    Add your comment
    You must be signed in to add a comment. Sign-in | Register

    In accordance with our Comment Policy, we encourage comments that are on topic, relevant and to-the-point. We will remove comments that include profanity, personal attacks, racial slurs, threats of violence, or other inappropriate material that violates our Terms and Conditions, and will block users who make repeated violations. We ask all readers to expect diversity of opinion and to treat one another with dignity and respect.


    IoT & Smart Cities Stories
    At CloudEXPO Silicon Valley, June 24-26, 2019, Digital Transformation (DX) is a major focus with expanded DevOpsSUMMIT and FinTechEXPO programs within the DXWorldEXPO agenda. Successful transformation requires a laser focus on being data-driven and on using all the tools available that enable transformation if they plan to survive over the long term. A total of 88% of Fortune 500 companies from a generation ago are now out of business. Only 12% still survive. Similar percentages are found throug...
    Every organization is facing their own Digital Transformation as they attempt to stay ahead of the competition, or worse, just keep up. Each new opportunity, whether embracing machine learning, IoT, or a cloud migration, seems to bring new development, deployment, and management models. The results are more diverse and federated computing models than any time in our history.
    At CloudEXPO Silicon Valley, June 24-26, 2019, Digital Transformation (DX) is a major focus with expanded DevOpsSUMMIT and FinTechEXPO programs within the DXWorldEXPO agenda. Successful transformation requires a laser focus on being data-driven and on using all the tools available that enable transformation if they plan to survive over the long term. A total of 88% of Fortune 500 companies from a generation ago are now out of business. Only 12% still survive. Similar percentages are found throug...
    Dion Hinchcliffe is an internationally recognized digital expert, bestselling book author, frequent keynote speaker, analyst, futurist, and transformation expert based in Washington, DC. He is currently Chief Strategy Officer at the industry-leading digital strategy and online community solutions firm, 7Summits.
    Digital Transformation is much more than a buzzword. The radical shift to digital mechanisms for almost every process is evident across all industries and verticals. This is often especially true in financial services, where the legacy environment is many times unable to keep up with the rapidly shifting demands of the consumer. The constant pressure to provide complete, omnichannel delivery of customer-facing solutions to meet both regulatory and customer demands is putting enormous pressure on...
    IoT is rapidly becoming mainstream as more and more investments are made into the platforms and technology. As this movement continues to expand and gain momentum it creates a massive wall of noise that can be difficult to sift through. Unfortunately, this inevitably makes IoT less approachable for people to get started with and can hamper efforts to integrate this key technology into your own portfolio. There are so many connected products already in place today with many hundreds more on the h...
    The standardization of container runtimes and images has sparked the creation of an almost overwhelming number of new open source projects that build on and otherwise work with these specifications. Of course, there's Kubernetes, which orchestrates and manages collections of containers. It was one of the first and best-known examples of projects that make containers truly useful for production use. However, more recently, the container ecosystem has truly exploded. A service mesh like Istio addr...
    Digital Transformation: Preparing Cloud & IoT Security for the Age of Artificial Intelligence. As automation and artificial intelligence (AI) power solution development and delivery, many businesses need to build backend cloud capabilities. Well-poised organizations, marketing smart devices with AI and BlockChain capabilities prepare to refine compliance and regulatory capabilities in 2018. Volumes of health, financial, technical and privacy data, along with tightening compliance requirements by...
    Charles Araujo is an industry analyst, internationally recognized authority on the Digital Enterprise and author of The Quantum Age of IT: Why Everything You Know About IT is About to Change. As Principal Analyst with Intellyx, he writes, speaks and advises organizations on how to navigate through this time of disruption. He is also the founder of The Institute for Digital Transformation and a sought after keynote speaker. He has been a regular contributor to both InformationWeek and CIO Insight...
    Andrew Keys is Co-Founder of ConsenSys Enterprise. He comes to ConsenSys Enterprise with capital markets, technology and entrepreneurial experience. Previously, he worked for UBS investment bank in equities analysis. Later, he was responsible for the creation and distribution of life settlement products to hedge funds and investment banks. After, he co-founded a revenue cycle management company where he learned about Bitcoin and eventually Ethereal. Andrew's role at ConsenSys Enterprise is a mul...