No description
Find a file
Andras Timar a2e25cc7d3 Add PAM support
Possibilities are endless. With a simple /etc/pam.d/loolwsd config below,
the user which runs loolwsd ('lool' in production environment) can login
to admin console with normal linux password.

    auth       required     pam_unix.so
    account    required     pam_unix.so

Change-Id: I354a7e9b4705e8fe346d17d6b6041d1406198b37
Reviewed-on: https://gerrit.libreoffice.org/48307
Reviewed-by: Andras Timar <andras.timar@collabora.com>
Tested-by: Andras Timar <andras.timar@collabora.com>
2018-01-23 11:03:45 +01:00
bundled/include/LibreOfficeKit Update the bundled headers. 2017-12-19 12:16:07 +01:00
common wsd: cleanup logging and remove unused helpers 2018-01-19 00:33:40 +01:00
debian Add PAM support 2018-01-23 11:03:45 +01:00
docker Online docker: get latest translations from LibreOffice 2018-01-17 23:45:25 +01:00
etc new SSL key and cert for testing 2017-04-03 14:16:19 +02:00
kit kit: remove unused debug code 2018-01-20 16:41:13 -04:00
loleaflet show/hide of document name on top right 2018-01-23 09:45:54 +01:00
net wsd: avoid misleading socket error logs 2018-01-22 10:14:17 +01:00
scripts l10n: add Upper Sorbian and Venetian 2018-01-03 16:30:53 +01:00
test wsd: cleanup logging and remove unused helpers 2018-01-19 00:33:40 +01:00
tools loolmap: configurable width for hex dumping. 2018-01-09 11:47:28 +00:00
wsd Add PAM support 2018-01-23 11:03:45 +01:00
.clang-tidy Png: avoid multiplication at int precision, then converting to long 2016-12-05 11:56:46 +01:00
.gitignore Docker bits 2017-10-22 07:53:42 +02:00
.gitreview
AUTHORS
autogen.sh
ChangeLog
configure.ac compilerplugins: pass absolute path to online dir 2017-12-21 20:08:19 +05:30
COPYING
discovery.xml discovery: Add the binary MS filetypes. 2017-08-07 10:28:18 +02:00
favicon.ico Add LibreOffice favicon 2017-03-01 13:48:57 +00:00
INSTALL
loolkitconfig.xcu loolkitconfig.xcu: add documentation how to disable thumbnails 2018-01-22 17:34:31 +01:00
loolstat
loolwsd-systemplate-setup copy system hyphenation dictionaries to systemplate 2017-10-30 11:01:14 +01:00
loolwsd.service don't hardcode lo_template_path, use the setting from loolwsd.xml 2017-03-20 23:29:15 +01:00
loolwsd.spec.in Add PAM support 2018-01-23 11:03:45 +01:00
loolwsd.xml.in Add PAM support 2018-01-23 11:03:45 +01:00
Makefile.am Add PAM support 2018-01-23 11:03:45 +01:00
NEWS
PROBLEMS
README Online, not on-line 2017-02-03 13:47:30 +00:00
robots.txt
sysconfig.loolwsd Online, not on-line 2017-02-03 13:47:30 +00:00
TODO

LibreOffice Online.

This project has several components:

wsd/
	The Web Services Daemon - which accepts external connections.

kit/
	The client which lives in its own chroot and renders documents.

common/
	Shared code between these processes.

loleaflet/
	The client side JavaScript component.

It is recommended to read these files:

	wsd/README
	loleaflet/README

Enjoy.