PDA

View Full Version : [all variants] Installing SSSD from http://launchpad.net



mistofeles
October 5th, 2011, 08:14 AM
The sssd packet in 11.04 seems to be buggy and doesn't work, so I Googled and found that there is a new version in https://launchpad.net/ubuntu/+source/sssd/1.5.13-0ubuntu1/+build/2815453
Now I do not know how to continue.
When I try to install this packet, I get a lot of missing dependencies. There seems to be a tree of those: installing one with 'dpkg -i packet' asks me to install a bunch of others etc.

Is there a simple command or parameter, which takes care of all these latest dependencies ?

I have had this problem before with other packages and found no way around ](*,)

I have a VMWare workstation installation to test this before I go to production machines. So, testing doesn't waste anything but time.

dino99
October 5th, 2011, 10:30 AM
looking at this link:

Built files

Files resulting from this build:

libnss-sss_1.5.13-0ubuntu1_i386.deb (16.9 KiB)
libpam-sss_1.5.13-0ubuntu1_i386.deb (20.0 KiB)
python-sss_1.5.13-0ubuntu1_i386.deb (143.8 KiB)
sssd_1.5.13-0ubuntu1_i386.deb (1.6 MiB)

so you can see that you need these 4 packages running in 32 bits version only.
Download them into an empty folder, then cd to that folder and run:

sudo dpkg -i *.deb

note: these packages are from oneiric repo, which will be released in a few days now (so that dont mean they will work on natty)

mistofeles
October 5th, 2011, 01:54 PM
looking at this link:
so you can see that you need these 4 packages running in 32 bits version only.
Download them into an empty folder, then cd to that folder and run:

sudo dpkg -i *.deb

note: these packages are from oneiric repo, which will be released in a few days now (so that dont mean they will work on natty)

Thank you, you found what I was meaning :)
If there is a new repo release coming, I might wait as well and not try it by force.

mistofeles
October 17th, 2011, 11:17 AM
If there is a new repo release coming, I might wait as well and not try it by force.

I Installed Ubuntu 11.04 and apt-get install sssd there.
Now I'm looking for some simple information how to make it work. So far I have found but man pages.

This SSSD would be great if only there is some simple way ton configure it.

Is there some page describing the configuration process for a absolute beginning beginner ?