Spotlight | Reviews | Current Issue | Academy | Newsletter | Subscribe | Shop |
Departments

Partner Links
Make your own website
WinWeb OnlineOffice
Comparing prices of hardware is worth it.
Price Comparison
What:
Where:
Country:
vacatures Netherlands njobs Linux vacatures
arbeit Deutschland njobs Linux arbeit
work United Kingdom njobs Linux jobs
Lavoro Italia njobs Linux lavoro
Emploi France njobs Linux emploi
trabajo Espana njobs Linux trabajo

user friendly

Admin Magazine

ADMIN Network & Security

Subscribe now and save!

 ADMIN - Explore the new world of system administration! ADMIN is a smart, technical magazine for IT pros on heterogeneous networks. Each issue delivers technical solutions to the real-world problems you face every day. Learn the latest techniques for better:

  • network security
  • system management
  • troubleshooting
  • performance tuning
  • virtualization
  • cloud computing

 on Windows, Linux, Solaris, and popular varieties of Unix.

http://www.admin-magazine.com/

  linux-magazine.com » Issues » 2008 » 97 » Likewise  

Print this page. Recommend
Share

Local

The first time a domain user logs on to a client, Likewise Open uses PAM (pam_lwidentity.so) to set up local user directories. Alternatively, the pam_mount module can mount central user directories on a remote server with SMB/CIFS [5]. This guarantees all users access to their own files independent of the client they use to log in. The share is defined by a line in /etc/security/pam_mount.conf that uses the volume keyword:

volume user filesystem server share mountpoint options cipher path

Use of a wildcard * for the user parameter tells the module to insert the name of the user. The filesystem can be smbfs or cifs. The server can be an IP address or a NetBIOS name, and share can use the ampersand, &, as a wildcard for the username.

The last three parameters are not typically needed; dashes will be fine in this case:

volume * smbfs SAMBASERVER & /home/EXAMPLE/&/Documents - - -

Whether you mount the Documents subdirectory or the complete home directory is a matter of taste and will depend on how an organization arranges its central servers.

If the mount point does not exist, the PAM pam_mount module, with a setting of mkmountpoint 1, creates it. As of version 0.29, pam_mount stores the configuration in an equivalent XML format, as shown in Listing 4.

Listing 4

pam_mount Mounts Samba Shares

01 <?xml version="1.0" encoding="UTF-8"?>
02 <pam_mount>
03 <volume user       = "*"
04         server     = "SAMBASERVER"
05         mountpoint = "/home/EXAMPLE/%(USER)/Document"
06         path       = "%(USER)"
07         fstype     = "smbfs" />
08 </pam_mount>

Before the sufficient entries in the auth section of /etc/pam.d, you can insert an entry for the module. Listing 5 shows a configuration in the common-auth and common-session files on Ubuntu. To avoid the need for users to repeatedly enter their passwords, the try_first_pass = yes entry in the /etc/security/pam_lwidentity.conf file enables the option for retrying a password entered previously.

Listing 5

Setting up pam_mount

01 # /etc/pam.d/common-auth
02 auth     required    pam_mount.so
03 auth     sufficient  /lib/security/pam_lwidentity.so
04 auth     requisite   pam_unix.so nullok_secure try_first_pass
05 auth     optional    pam_smbpass.so migrate missingok
06
07 # /etc/pam.d/common-session
08 session  optional   pam_mount.so
09 auth     sufficient /lib/security/pam_lwidentity.so
10 session  required   pam_unix.so

More in the Commercial Version

Besides the open source version of Likewise, the US-based Likewise Software corporation offers a commercial version of its software, Likewise Enterprise [6]. The commercial version has support for AD group policies on top of the functionality offered by the free version; the product defines around 500 default policies. The Likewise Administrative Console can use a Linux or Unix machine to manage AD records.

On top of this, Likewise Enterprise supports Linux desktops, referring to AD to retrieve settings and restrictions. This enables the implementation of strict security policies. The Enterprise variant is available free of charge for evaluation purposes, or for US$ 250 as a server version. The company offers two levels of commercial support.

A New Face

Once configured, Likewise Open offers the same functional scope as a combination of Samba, Kerberos, PAM, and NSS. It takes many pesky setup tasks off the administrator's hands and supports centralized and platform-independent user management. The ticket-based Kerberos authentication service and single sign-on is a bonus.

If you enjoy working with Likewise Open, you might appreciate the extra features offered by the commercial version or the benefits of professional support. The only manual work left to the administrator is that of managing centralized user directories.

Infos

  1. Likewise Open: http://www.likewisesoftware.com/products/likewise_open/
  2. "Linux with Active Directory" by Walter Neu, Linux Magazine, November 2008, pg. 28
  3. MIT Kerberos: http://web.mit.edu/kerberos/
  4. File Hierarchy Standard: http://www.pathname.com/fhs/
  5. Mounting home directories with PAM: http://pam-mount.sourceforge.net/
  6. Likewise Enterprise: http://www.likewisesoftware.com/products/likewise_enterprise

The Author

Walter Neu works as a system administrator for Eurodata. He is also a lecturer in computer science, teaching Linux 101, Windows networking, and web server technology at ASW Berufsakademie Saarland, University of Cooperative Education, Sankt Ingbert, Germany.

Read full article as PDF ยป Likewise.pdf 744.28 kB


Comments


Print this page. Recommend
Share
Related Articles
Samba 4 A first look at Samba 4
Network Block Devices A new mission for the network block device
INSECURITY NEWS
ASK KLAUS!
Windows Vista File Sharing Sharing files with Linux and Vista
Wherever you go...

...Linux Magazine goes with you!

Check out the advantages of a Digital Subscription:

  • Access articles by downloading PDFs,
  • find the Linux solutions you need with an easy keyword search,
  • maintain your own paperless archive...

more...