Results 1 to 3 of 3

Thread: How to configure libpam-ldapd

  1. #1
    Join Date
    May 2013
    Beans
    154
    Distro
    Ubuntu

    Exclamation How to configure libpam-ldapd

    Howdy,

    I want to know how can I configure libpam-ldapd to enable Unix authentication, LDAP Authentication?

    P.S. I tried to use the following but it didn't ask me anything!
    Code:
    dpkg-reconfigure libpam-ldapd
    I'm using Ubuntu 13.04 x64
    Last edited by mbnoimi; October 29th, 2013 at 12:58 PM.

  2. #2
    Join Date
    Nov 2008
    Location
    S.H.I.E.L.D. 6-1-6
    Beans
    Hidden!
    Distro
    Ubuntu Development Release

    Re: How to configure libpam-ldapd

    Quote Originally Posted by mbnoimi View Post
    Howdy,

    I want to know how can I configure libpam-ldapd to enable Unix authentication, LDAP Authentication?

    P.S. I tried to use the following but it didn't ask me anything!
    Code:
    dpkg-reconfigure libpam-ldapd
    I'm using Ubuntu 13.04 x64
    Code:
    dpkg-reconfigure nslcd
    fyi - configuration files are located at
    /etc/nslcd.conf
    /etc/nscd.conf
    /etc/nsswitch.conf

    If you want to configure pam/ldap, run
    Code:
    pam-auth-update
    Don't waste your energy trying to change opinions ... Do your thing, and don't care if they like it.

  3. #3
    Join Date
    May 2013
    Beans
    154
    Distro
    Ubuntu

    Re: How to configure libpam-ldapd

    Thanks a lot this fixed my issue.

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •