Page 1 of 1

Seeking LDAP to be added to Raspbian distro

Posted: Tue Dec 26, 2017 4:18 pm
by cyphloid
Hi,

I want the SLAPD package to be added to the Raspbian distribution. How can I make that happen?

Re: Seeking LDAP to be added to Raspbian distro

Posted: Tue Dec 26, 2017 6:55 pm
by DougieLawson
sudo apt update && sudo apt install slapd should get you started.

Use apt search somewordhere to search for installable packages.

Re: Seeking LDAP to be added to Raspbian distro

Posted: Tue Dec 26, 2017 7:18 pm
by cyphloid
Thanks Dougie, I'll check this when I get home.

Did you also mean to write 'apt-get' liekin 'sudo apt-get install slapd'?

Re: Seeking LDAP to be added to Raspbian distro

Posted: Tue Dec 26, 2017 7:38 pm
by DougieLawson
No. Stretch has a plain apt command. You don't need sudo apt unless your apt command is attempting to update something.