Splat is a daemon designed to help keep information in an LDAP directory in sync with information outside of an LDAP directory. This information can be any set of attributes on any object in the LDAP directory.
Splat is a daemon designed to help keep information in an LDAP directory in sync with information outside of an LDAP directory. This information can be any set of attributes on any object in the LDAP directory.
To install splatd, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install splatd
To see what files were installed by splatd, run:
port contents splatd
To later upgrade splatd, run:
sudo port selfupdate && sudo port upgrade splatd
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.