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

Diff of /muddleftpd/modules/auth/authlibsmb/README

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

revision 1.2 by ganneff, Sun Oct 20 15:36:13 2002 UTC revision 1.3 by ganneff, Mon Nov 3 13:20:17 2003 UTC
# Line 26  To build, execute the following in the a Line 26  To build, execute the following in the a
26          ./configure          ./configure
27          make          make
28    
29    Or simply build it with the rest of muddleftpd, add --with-authsmb to
30    the configuration options of that configure script.
31  Then the file libauthsmb.so can be copied to the directory you with to  Then the file libauthsmb.so can be copied to the directory you with to
32  store muddleftpd modules in. This directory must be secure, so users cannot  store muddleftpd modules in. This directory must be secure, so users cannot
33  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
34  store it in the same dir as the muddleftpd server config files, typically  @prefix@/lib from configure, if you dont set prefix this is
35  /etc/muddleftpd  /usr/local/lib/muddleftpd.
36    
37  USAGE:  USAGE:
38    
39  In the groups that you wish authlibsmb to authenticate, you need to use  In the groups that you wish authlibsmb to authenticate, you need to use
40  the following to tell muddleftpd to use the authlibsmb module, replacing the  the following to tell muddleftpd to use the authlibsmb module, replacing the
41  directory with the directory the authentication module is stored in:  directory with the directory the authentication module is stored in:
42    (If unsure a locate libauthsmb.so may help).
43    
44  authmodule /etc/muddleftpd/libauthsmb.so  authmodule /usr/local/lib/muddleftpd/libauthsmb.so
45    
46  To configure libauthsmb, the following directives have been added. You must  To configure libauthsmb, the following directives have been added. You must
47  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.2  
changed lines
  Added in v.1.3

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