22.5.14

sssd 1.11.5 on Ubuntu 14.04 client with active directory

- AD with rfc2307 in the directory
- primary dns of the DC
- Get the latest sssd source from here and tar -xzvf it.

- Install the dependencies:
sudo apt-get install  debhelper  quilt dh-autoreconf autopoint lsb-release dpkg-dev  dnsutils  libpopt-dev  libdbus-1-dev libkeyutils-dev libkeyutils-dev  libldap2-dev  libpam-dev  libnl-dev  libnss3-dev  libnspr4-dev  libpcre3-dev  libselinux1-dev  libsasl2-dev  libtevent-dev  libldb-dev libtalloc-dev  libtdb-dev  xml-core  docbook-xsl  docbook-xml  libxml2-utils  xsltproc  krb5-config  libkrb5-dev  libc-ares-dev  python-dev  libdhash-dev  libcollection-dev  libini-config-dev  check  dh-apparmor  libglib2.0-dev   build-essential libsemanage1-dev  samba-dev

- cd to the sssd source
- remove configure
autoreconf -i -f && ./configure --enable-nsslibdir=/lib/i386-linux-gnu --enable-pammoddir=/lib/i386-linux-gnu/security && make XMLLINT=/bin/echo
- make install
- /usr/local/etc/sssd/sssd.conf
[sssd]
services = nss, pam
config_file_version = 2
domains = your.domain
[nss]
[pam]
[domain/your.domain]
id_provider = ad
auth_provider = ad
access_provider = ad
ldap_id_mapping = False 

- /etc/hosts
127.0.0.1 fqdn short-hostname localhost
-/etc/hostname
fqdn
- sssd -i -d3