X-Git-Url: http://git.dolda2000.com/gitweb/?a=blobdiff_plain;f=doc%2FINSTALL;h=0bd7b14f82e0bac10319125e35d98c0d5263e2ec;hb=39d66815823a8566b2ffcfb3317501f26f609091;hp=00f66f94d4426da08e082c6d9dffe8616b46dafb;hpb=d05758f6eda21695e6215d60d28b9747d0b8aaa3;p=doldaconnect.git diff --git a/doc/INSTALL b/doc/INSTALL index 00f66f9..0bd7b14 100644 --- a/doc/INSTALL +++ b/doc/INSTALL @@ -46,11 +46,6 @@ use of command-line parameters: * --with-guile enables the Guile extension library, necessary for any clients written in Scheme (such as the automatic downloader). - * --enable-gtk2pbar enables graphical progress bars in the Gtk2 GUI - client, instead of textual percent indicators. However, these - progress bars have proven to be unstable with certain Gtk2 themes, - so if the GUI crashes with them enabled, try turning them off - before reporting a bug. * --enable-gnomeapplet selects the GNOME panel applet for compilation. * --enable-gaimplugin selects the Gaim chat plugin for compilation. @@ -88,7 +83,7 @@ server will still read the system-wide file, but it will be easier to edit a local copy, as you need not be root to do so). Edit the configuration file. If you do no other changes, make sure to -at least change the "cli.defnick" and "share". Most directives are +at least change "cli.defnick" and "share". Most directives are explained in comments in the shipped file and need no further explanation here. However, there are a few points to note. @@ -145,16 +140,17 @@ normal users, there are two choices: a better option where all users are trusted and/or Kerberos is not available. -PAM authentication is always enabled. To enable password-less -authentication, set the "auth.authless" setting in the configuration -file to "1". If your network is not completely trusted (especially the -host running doldacond is globally accessible via the Internet), you -really should make sure to set up some firewalling rules. +PAM authentication is always enabled as long as Dolda Connect was +compiled with PAM support. To enable password-less authentication, +set the "auth.authless" setting in the configuration file to "1". If +your network is not completely trusted (especially the host running +doldacond is globally accessible via the Internet), you really should +make sure to set up some firewalling rules. Note that doldacond does *not* support tcp-wrappers, but it does support very simple internal firewalling in the form of the -"ui.onlylocal" options. When "ui.onlylocal" is set to true, the daemon -will only accept UI connections over a loopback interface. That +"ui.onlylocal" option. When "ui.onlylocal" is set to true, the daemon +will only accept UI connections over a loopback interface. That includes 127.0.0.1, ::ffff:127.0.0.1, ::1 and Unix sockets. Starting the daemon @@ -182,5 +178,5 @@ allow you in if not all TTH hashes are calculated. -This document was last updated 2007-07-18, reflecting release 0.5 of +This document was last updated 2007-10-15, reflecting release 1.0 of Dolda Connect.