The Funtoo Linux project has transitioned to "Hobby Mode" and this wiki is now read-only.
Difference between revisions of "Package:389 Directory Server"
(Created page with "{{Ebuild |Summary=This is the core part of 389 Directory Server -- technically, all you need for an LDAP deployment, although many will want to install 389-ds-admin for the gr...") |
|||
Line 2: | Line 2: | ||
|Summary=This is the core part of 389 Directory Server -- technically, all you need for an LDAP deployment, although many will want to install 389-ds-admin for the graphical management capabilities, too. | |Summary=This is the core part of 389 Directory Server -- technically, all you need for an LDAP deployment, although many will want to install 389-ds-admin for the graphical management capabilities, too. | ||
|CatPkg=net-nds/389-ds-base | |CatPkg=net-nds/389-ds-base | ||
|Maintainer=Psychopatch, | |Maintainer=Psychopatch, | ||
|Homepage=http://directory.fedoraproject.org/wiki/Main_Page | |||
|Repository=Funtoo LDAP Overlay | |Repository=Funtoo LDAP Overlay | ||
}} | }} |
Latest revision as of 22:43, September 18, 2014
389 Directory Server
We welcome improvements to this page. To edit this page, Create a Funtoo account. Then log in and then click here to edit this page. See our editing guidelines to becoming a wiki-editing pro.
This is the core part of 389 Directory Server -- technically, all you need for an LDAP deployment, although many will want to install 389-ds-admin for the graphical management capabilities, too.
After emerge, to set up your LDAP server, run:
root # setup-ds.pl
If you want the Apache-based graphical admin console set up, along with your LDAP server, emerge 389-ds-admin and run:
root # setup-ds-admin.pl
This will set up both for you, and then you will be able to remotely manage your LDAP server using the Java-based Package:389 Directory Server Console.