Skip to content

Zimbra 8.8.15 FOSS two factor authentication using OTP

License

Notifications You must be signed in to change notification settings

leonardosampaio/zimbra-2fa

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Zimbra 2FA

A two factor authentication implementation using client zimlet and a jar extension.

Installation

If needed, define theses variables manually inside install.sh before execution:

zimbraUser=zimbra
jettyUser=`stat -c '%U' $jettyCommonLibDir`
mysqlZimbraDb=zimbra
mysqlRootUser=root
zimbraPath=`echo "$localconfig" | grep -Po '(?<=^zimbra_home = ).*$'`
jettyPath=$zimbraPath"/jetty"
installFolder=$zimbraPath"/2fa"

To install, do:

#put install.zip in a temp folder, e.g. /tmp/install
unzip install.zip
chmod +x install.sh
sudo ./install.sh

Server will be restarted after installation.

Testing

Use Docker image

https://github.com/jorgedlcruz/zimbra-docker

Jetty logs in

/opt/zimbra/log/zmmailboxd.out

Other logs in

/opt/zimbra/log/

About

Zimbra 8.8.15 FOSS two factor authentication using OTP

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published