Tag: Authentication (authenticate)

3 occurrences
Occurrence Published
Published: June 2022

Sendmail configuration

Configure daemon options To allow mail to be sent from elsewhere to Jiglu you will need to change the DAEMON_OPTIONS line so it can listen on all interfaces: DAEMON_OPTIONS(`Port=smtp, Name=MTA')dnl To allow Jiglu to submit messages to sendmail you will need to uncomment the submission DAEMON_OPTIONS line so it does not require authentication and only listens on the localhost interface: DAEMON_OPTIONS(`Port=submission, Addr=127.0.0.1, Name=MSA, M=E')dnl Add jiglu mailer Jiglu uses a sendmail mailer definition to have sendmail forward on messages to the /opt/jiglu/sbin/queuemail executable.

Published: April 2021

Pre-installation checklist

LDAP ▢ LDAP server address and port ▢ User and password to connect ▢ Repository context ▢ Class holding user data ▢ Field mappings If the system is to use an external LDAP repository (such as Microsoft Active Directory or OpenLDAP) to authenticate users then Jiglu will need to know where the LDAP repository is, who to connect to it as and where in the repository it can find the user information it needs.

Published: September 2017

LDAP integration

To configure an external LDAP repository, such as Microsoft Active Directory, so that existing users may be registered with Jiglu and then authenticated against their directory credentials, the following properties need to be changed in bootstrap.properties: com.jiglu.ldap.enabled Whether to use LDAP for user authentication.