Changes

Jump to navigation Jump to search
436 bytes added ,  21:52, 6 March 2018
Line 375: Line 375:  
ln -s /etc/rc.d/init.d/seafile /etc/rc.d/rc7.d/S85seafile
 
ln -s /etc/rc.d/init.d/seafile /etc/rc.d/rc7.d/S85seafile
 
</syntaxhighlight>
 
</syntaxhighlight>
 +
 +
==== add ldap support ====
 +
simply add this to /opt/seafile/conf/ccnet.conf<syntaxhighlight lang="bash">
 +
[LDAP]
 +
HOST = ldap://localhost
 +
BASE = ou=Users,dc=domain,dc=tld
 +
LOGIN_ATTR = mail
 +
FILTER = objectClass=inetOrgPerson
 +
 +
</syntaxhighlight>
 +
 +
==== add log to syslog ====
 +
see https://manual.seafile.com/maintain/logs.html and more : https://manual.seafile.com/deploy/using_syslog.html
 +
 +
there are 2 files to edit. Then arrange logrotate
    
=== Installation ===
 
=== Installation ===
Super Admin, Wiki & Docs Team, Bureaucrats, Interface administrators, Administrators
3,250

edits

Navigation menu