Skip to content

Set up LDAP authentication between Ubuntu 10.04 and OpenDJ 2.4.1

The following guide describes how to quickly set up a test environment for authenticating Ubuntu client LDAP logins to a directory server. This is an insecure setup, intended only for learning more about LDAP authentication.

I am using VirtualBox to virtualise my test Ubuntu 10.04 client, although you may of course use a physical machine. The LDAP server is Forgerock’s OpenDJ v2.4.1, running on OpenIndiana oi_147 x86. OpenDJ is chosen for its brilliantly easy-to-use Java-based installation and management utilities, coupled with the fact it’s developed by ex-Sun Microsystems talent, and, perhaps best of all, Oracle has nothing to do with it.

This guide assumes prior basic familiarity with installing OpenDJ, and installing VirtualBox guest VMs. Let’s get started.

 

Install and configure OpenDJ 2.4.1 on the host system

Download OpenDJ 2.4.1 from http://forgerock.com/downloads-opendj.html, and install it via the Java quick start utility. Simply use the default settings as follows:

OpenDJ installation

OpenDJ installation

OpenDJ installation

OpenDJ installation

OpenDJ installation

OpenDJ installation

Next, we want to change the default password storage scheme for our LDAP user accounts to MD5. We use the command-line dsconfig utility for this, which sits in the bin directory of your OpenDJ installation.

Following is a transcript of the sequence of commands performed using dsconfig to do this (including the initial dsconfig command followed by authenticating to the directory server as the administrative user). You’ll note that we are running the utility in interactive mode:

Click on the “view source” button for the command transcripts recreated below for the easy-to-read view.

View Source


dave@enigmaforce:/opt/OpenDJ$ /opt/OpenDJ/OpenDJ/bin/dsconfig   

>>>> Specify OpenDS LDAP connection parameters

Directory server hostname or IP address [enigmaforce]: 

Directory server administration port number [4444]: 

Administrator user bind DN [cn=Directory Manager]: 

Password for user 'cn=Directory Manager': 


>>>> OpenDS configuration console main menu

What do you want to configure?

    1)   Access Control Handler               23)  Log Rotation Policy
    2)   Account Status Notification Handler  24)  Matching Rule
    3)   Administration Connector             25)  Monitor Provider
    4)   Alert Handler                        26)  Network Group
    5)   Attribute Syntax                     27)  Network Group QOS Policy
    6)   Backend                              28)  Password Generator
    7)   Certificate Mapper                   29)  Password Policy
    8)   Connection Handler                   30)  Password Storage Scheme
    9)   Crypto Manager                       31)  Password Validator
    10)  Debug Target                         32)  Plugin
    11)  Entry Cache                          33)  Plugin Root
    12)  Extended Operation Handler           34)  Replication Domain
    13)  Extension                            35)  Replication Server
    14)  External Changelog Domain            36)  Root DN
    15)  Global Configuration                 37)  Root DSE Backend
    16)  Group Implementation                 38)  SASL Mechanism Handler
    17)  Identity Mapper                      39)  Synchronization Provider
    18)  Key Manager Provider                 40)  Trust Manager Provider
    19)  Local DB Index                       41)  Virtual Attribute
    20)  Local DB VLV Index                   42)  Work Queue
    21)  Log Publisher                        43)  Workflow
    22)  Log Retention Policy                 44)  Workflow Element

    q)   quit

Enter choice: 29


>>>> Password Policy management menu

What would you like to do?

    1)  List existing Password Policies
    2)  Create a new Password Policy
    3)  View and edit an existing Password Policy
    4)  Delete an existing Password Policy

    b)  back
    q)  quit

Enter choice [b]: 1


Password Policy         : Type    : password-attribute : default-password-storage-scheme
------------------------:---------:--------------------:--------------------------------
Default Password Policy : generic : userpassword       : Salted SHA-1
Root Password Policy    : generic : userpassword       : Salted SHA-512

Press RETURN to continue 


>>>> Password Policy management menu

What would you like to do?

    1)  List existing Password Policies
    2)  Create a new Password Policy
    3)  View and edit an existing Password Policy
    4)  Delete an existing Password Policy

    b)  back
    q)  quit

Enter choice [b]: 3


>>>> Select the Password Policy from the following list:

    1)  Default Password Policy
    2)  Root Password Policy

    c)  cancel
    q)  quit

Enter choice [c]: 1


>>>> Configure the properties of the Password Policy

         Property                                   Value(s)
         --------------------------------------------------------------------
    1)   account-status-notification-handler        -
    2)   allow-expired-password-changes             false
    3)   allow-user-password-changes                true
    4)   default-password-storage-scheme            Salted SHA-1
    5)   deprecated-password-storage-scheme         -
    6)   expire-passwords-without-warning           false
    7)   force-change-on-add                        false
    8)   force-change-on-reset                      false
    9)   grace-login-count                          0
    10)  idle-lockout-interval                      0 s
    11)  last-login-time-attribute                  -
    12)  last-login-time-format                     -
    13)  lockout-duration                           0 s
    14)  lockout-failure-count                      0
    15)  lockout-failure-expiration-interval        0 s
    16)  max-password-age                           0 s
    17)  max-password-reset-age                     0 s
    18)  min-password-age                           0 s
    19)  password-attribute                         userpassword
    20)  password-change-requires-current-password  false
    21)  password-expiration-warning-interval       5 d
    22)  password-generator                         Random Password Generator
    23)  password-history-count                     0
    24)  password-history-duration                  0 s
    25)  password-validator                         -
    26)  previous-last-login-time-format            -
    27)  require-change-by-time                     -
    28)  require-secure-authentication              false
    29)  require-secure-password-changes            false

    ?)   help
    f)   finish - apply any changes to the Password Policy
    c)   cancel
    q)   quit

Enter choice [f]: 4


>>>> Configuring the "default-password-storage-scheme" property

    Specifies the names of the password storage schemes that are used to
    encode clear-text passwords for this password policy.

Do you want to modify the "default-password-storage-scheme" property?

    1)  Keep the value: Salted SHA-1
    2)  Add one or more values
    3)  Remove one or more values
    4)  Remove all values

    ?)  help
    q)  quit

Enter choice [1]: 3


Select the Password Storage Schemes you wish to remove:

    1)  Salted SHA-1

    ?)  help
    c)  cancel
    q)  quit

Enter one or more choices separated by commas [c]: 1

Press RETURN to continue 


>>>> Configuring the "default-password-storage-scheme" property (Continued)

Do you want to modify the "default-password-storage-scheme" property?

    1)  Add one or more values
    2)  Revert changes

    ?)  help
    q)  quit

Enter choice [1]: 1


Select the Password Storage Schemes you wish to add:

    1)  3DES      9)   Salted MD5
    2)  AES       10)  Salted SHA-1
    3)  Base64    11)  Salted SHA-256
    4)  Blowfish  12)  Salted SHA-384
    5)  Clear     13)  Salted SHA-512
    6)  CRYPT     14)  SHA-1
    7)  MD5       15)  Create a new Password Storage Scheme
    8)  RC4       16)  Add all Password Storage Schemes

    ?)  help
    c)  cancel
    q)  quit

Enter one or more choices separated by commas [c]: 7

Press RETURN to continue 


>>>> Configuring the "default-password-storage-scheme" property (Continued)

Do you want to modify the "default-password-storage-scheme" property?

    1)  Use the value: MD5
    2)  Add one or more values
    3)  Remove one or more values
    4)  Remove all values
    5)  Revert changes

    ?)  help
    q)  quit

Enter choice [1]: 1

Press RETURN to continue 


>>>> Configure the properties of the Password Policy

         Property                                   Value(s)
         --------------------------------------------------------------------
    1)   account-status-notification-handler        -
    2)   allow-expired-password-changes             false
    3)   allow-user-password-changes                true
    4)   default-password-storage-scheme            MD5
    5)   deprecated-password-storage-scheme         -
    6)   expire-passwords-without-warning           false
    7)   force-change-on-add                        false
    8)   force-change-on-reset                      false
    9)   grace-login-count                          0
    10)  idle-lockout-interval                      0 s
    11)  last-login-time-attribute                  -
    12)  last-login-time-format                     -
    13)  lockout-duration                           0 s
    14)  lockout-failure-count                      0
    15)  lockout-failure-expiration-interval        0 s
    16)  max-password-age                           0 s
    17)  max-password-reset-age                     0 s
    18)  min-password-age                           0 s
    19)  password-attribute                         userpassword
    20)  password-change-requires-current-password  false
    21)  password-expiration-warning-interval       5 d
    22)  password-generator                         Random Password Generator
    23)  password-history-count                     0
    24)  password-history-duration                  0 s
    25)  password-validator                         -
    26)  previous-last-login-time-format            -
    27)  require-change-by-time                     -
    28)  require-secure-authentication              false
    29)  require-secure-password-changes            false

    ?)   help
    f)   finish - apply any changes to the Password Policy
    c)   cancel
    q)   quit

Enter choice [f]: f

The Password Policy was modified successfully

Press RETURN to continue 


>>>> Password Policy management menu

What would you like to do?

    1)  List existing Password Policies
    2)  Create a new Password Policy
    3)  View and edit an existing Password Policy
    4)  Delete an existing Password Policy

    b)  back
    q)  quit

Enter choice [b]: 1


Password Policy         : Type    : password-attribute : default-password-storage-scheme
------------------------:---------:--------------------:--------------------------------
Default Password Policy : generic : userpassword       : MD5
Root Password Policy    : generic : userpassword       : Salted SHA-512

Press RETURN to continue 


>>>> Password Policy management menu

What would you like to do?

    1)  List existing Password Policies
    2)  Create a new Password Policy
    3)  View and edit an existing Password Policy
    4)  Delete an existing Password Policy

    b)  back
    q)  quit

Enter choice [b]: q

 

Now let’s run the OpenDJ control-panel GUI utility (in the same location as dsconfig), and create a test People OU under our base DN:

OpenDJ - create a People OU

Next, add a test user account to the People OU: fill out the First Name, Last Name, Common Name, User ID, and User Password fields, then save changes:

OpenDJ - add a user account

Now, edit the test account’s Object Class, and add the posixAccount object class to it. Fill out the gidNumber, homeDirectory and uidNumber fields as follows:

OpenDJ - add the posixAccount object class

OpenDJ - add the posixAccount object class

OpenDJ is now configured. Let’s set up our Ubuntu client.

 

Install and configure a fresh Ubuntu 10.04 x86 virtual machine

Create a new Ubuntu 10.04 x86 VM. The default NAT networking mode for the VM works fine. For the administrative account created during OS installation, pick a username that won’t exist in OpenDJ (e.g. “pcadmin” or something).

Once Ubuntu has been installed, run a full software update . Following this, install the VirtualBox guest additions, then restart the VM.

 

Install libnss-ldap and dependencies

Log in with the administrative account created during installation, then use Synaptic Package Manager to install the libnss-ldap package. The packages dependent on libnss-ldap will be also downloaded and installed automatically:

Ubuntu10.04 - install libnss-ldap

During installation of the packages, you will be prompted for the location of your LDAP server: point at IP address of the host system using the ldap:// format. Other settings may be left at defaults as illustrated in the following, but be sure to change the search base to dc=example,dc=com, and the LDAP root account to cn=Directory Manager:

Ubuntu - configure libnss-ldap

Ubuntu - configure libnss-ldap

Ubuntu - configure libnss-ldap

 

Manually edit the PAM LDAP configuration file

After installation of libnss-ldap and its dependencies, manually edit /etc/ldap.conf and comment out this line:

pam_password md5

If you are using a non-default port for LDAP connectivity (e.g. port 1389), then append this as part of the LDAP server address entry in /etc/ldap.conf. Look for the uncommented uri entry with the address of your LDAP server, then append the port number to it. In my case, this looks like:

# Another way to specify your LDAP server is to provide an
uri ldap://192.168.51.2:1389

I encountered authentication problems when attempting to set an alternate port number at the following section in /etc/ldap.conf, so leave this as-is (i.e. commented out):

# The port.
# Optional: default is 389.
#port 389

 

Edit PAM service configuration files

Change directory to /etc/pam.d, and edit the files common-account, common-auth, common-password and common-session, commenting out or removing the existing entries and replacing them with the following entries respectively:

In common-account:

account     sufficient    pam_ldap.so
account     required      pam_unix.so

In common-auth:

auth        sufficient    pam_ldap.so
auth        required      pam_unix.so nullok_secure use_first_pass

In common-password:

password    sufficient    pam_ldap.so nullok
password    required      pam_unix.so nullok obscure min=4 max=8 md5

In common-session:

session     required	  pam_mkhomedir.so skel=/etc/skel/ umask=0022
session     required      pam_unix.so
session     optional      pam_ldap.so

 

Manually edit the name service switch file

Next, change the passwd, group, and shadow entries in /etc/nsswitch.conf from this:

passwd:         compat
group:          compat
shadow:         compat

to this:

passwd:         files ldap
group:          files ldap
shadow:         files ldap

Finally, reboot the VM. Ubuntu is now configured.

 

Test LDAP logins to the Ubuntu VM

After rebooting Ubuntu, you should now be able to log in using the test LDAP account you created. A home directory and GNOME environment will be created automatically on login.

Posted by davekoelmeyer on April 9, 2011
21 Comments Post a comment
  1. 04/11/2011

    Thanks very much, Dave. Nice post!

    Reply
    • 04/12/2011

      Thanks – and thanks to Forgerock for continuing to develop this awesome product :)

      Reply
  2. 04/12/2011
    Joachim Andres

    Hi Dave,

    How did you estimate the additional directory load using pam_ldap ? Curious if you have any figures from running this is a production environment.
    I did a little profiling on the same configuration. A sequence of ssh, edit file, chown file, exit results in 12 binds and 32 exact searches. Extrapolation is obviously tricky.

    Cheers,
    Joachim

    Reply
  3. 04/14/2011
    Matt

    Joachim,

    Is nscd running?

    The connections should stay bound. However there are always a number of searches as nscd caching isn’t perfect. We run (Old) boxes with ~900 SSL connections each and they run <10% CPU. Just have a look and make sure to index where needed (uidNumber/gidNumber/unixUser).

    Reply
    • 04/14/2011
      Joachim Andres

      Thanks. No, not for this bit of profiling. But the plan is to use it.

      Joachim

      Reply
  4. 07/21/2011

    Hi Dave

    I’ve a cuestion

    did you know how change the password of replication admin user of OpenDJ

    thanks

    Best Regards

    Reply
  5. 08/30/2011

    it is very useful finding … thanks

    Reply
  6. 08/30/2011

    What would be requirement for SSL based client and LDAP Authentication?

    Reply
  7. 09/2/2011

    2 questions for you, if you get a chance.

    #1 – Why use the directory admin user? Does this process need uber permissions or can you create some proxy for it?

    #2 – Why change the permission scheme to MD5? Does something require that specifically?

    Otherwise thanks! Super informative. I’m gonna try this with 11.04 here shortly (I hope).

    Reply
    • 09/27/2011

      On question number #1, this is simply a quick and dirty how-to, and I wouldn’t recommend any of this in a production environment, especially using the default root account to bind.

      Reply
  8. 10/27/2011
    shubham895

    hi dave,

    I have an issue that even when ldap password expires my user is able to login in his ubuntu machine because his password is picked from the cache , so the user does not change his password even after the password has expired, so is there a way i can force my user to change his password after expiration…thanks

    Reply
    • 10/29/2011

      Can you send me the precise series of steps you are using along with OS and OpenDJ version numbers so I can try to reproduce your scenario?

      Reply
  9. 10/31/2011
    shubham895

    hi dave ,

    thanks for your reply, I am using opendj version 2.4.3 on centos 5.6(64 bit) and my client is ubuntu 11.04(32 bit) . On my client side I have done the same steps as you have defined in this document and on the server side I have implemedted the following password policies.
    allow-expired-password-changes -true
    allow-user-password-changes -true
    max-password-age – 12w 6d
    grace- login-count – 4
    password-expiration-warning-interval – 5d

    My main concern is that when the user password expires he should be prompted to change his password as in the case of active directory, and he should not be able to login once his password has expired without changing his password .

    In the current scenario even when the ldap rejects the authentication due to password expiration , the configuration of pam.d files and nssswitch.conf allows the password to be picked from the ubuntu cache. so can we make any changes in these files so user is forced to change his password once the password has expired.

    I am using the following packages on client side nss-updatedb for caching name service directories locally (passwd and group) , libnss-db to enable NSS to read cached name services (passwd and group) . I am using these services so my user can login even when he is offline but I dont want him to login once his password has expired.

    thanks once again.

    Reply

Trackbacks & Pingbacks

  1. Notes on LDAP auth on Ubuntu by Dave Koelmeyer | Margin Notes 2.0
  2. Ubuntu 10.04 LDAP naming service with OpenDJ « Ludo's Sketches
  3. Ubuntu 10.04 LDAP naming service with OpenDJ » OpenDJ
  4. Sudo with OpenDJ | Margin Notes 2.0
  5. Thunderbird 3.1 on Ubuntu 10.04 segfaults on launch with LDAP users « Dave Koelmeyer
  6. Secure LDAP authentication between OpenDJ and Ubuntu « Dave Koelmeyer
  7. PAM, LDAPS, and Policykit weirdness in Ubuntu 10.04 x86 « Dave Koelmeyer

Leave a comment

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out / Change )

Twitter picture

You are commenting using your Twitter account. Log Out / Change )

Facebook photo

You are commenting using your Facebook account. Log Out / Change )

Connecting to %s

Note: HTML is allowed. Your email address will never be published.

Comments Feed

Follow

Get every new post delivered to your Inbox.