/[muddleftpd]/muddleftpd/modules/auth/authlibmud/README
ViewVC logotype

Diff of /muddleftpd/modules/auth/authlibmud/README

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1 by rugger, Sun Oct 20 12:00:41 2002 UTC revision 1.2 by ganneff, Mon Nov 3 13:20:17 2003 UTC
# Line 33  To build, execute the following in the a Line 33  To build, execute the following in the a
33          ./configure          ./configure
34          make          make
35    
36    Or simply build it with the rest of muddleftpd, add --with-authmud to
37    the configuration options of that configure script.
38  Then the file libauthmud.so can be copied to the directory you with to  Then the file libauthmud.so can be copied to the directory you with to
39  store muddleftpd modules in. This directory must be secure, so users cannot  store muddleftpd modules in. This directory must be secure, so users cannot
40  overwrite the module with a cracked version. A good suggestion would be to  overwrite the module with a cracked version. By default it is put into
41  store it in the same dir as the muddleftpd server config files, typically  @prefix@/lib from configure, if you dont set prefix this is
42  /etc/muddleftpd  /usr/local/lib/muddleftpd.
43    
44  USAGE:  USAGE:
45    
46  In the groups that you wish authlibmud to authenticate, you need to use  In the groups that you wish authlibmud to authenticate, you need to use
47  the following to tell muddleftpd to use the authlibmud module, replacing the  the following to tell muddleftpd to use the authlibmud module, replacing the
48  directory with the directory the authentication module is stored in:  directory with the directory the authentication module is stored in:
49    (If unsure a locate libauthmud.so may help).
50    
51  authmethod /etc/muddleftpd/libauthmud.so  authmethod /usr/local/lib/muddleftpd/libauthmud.so
52    
53  To configure libauthmud, the following directives have been added. You must  To configure libauthmud, the following directives have been added. You must
54  specify these in the group section that is being configured.  specify these in the group section that is being configured.

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26