1AUTH_SMB(8)               InterNetNews Documentation               AUTH_SMB(8)
2
3
4

NAME

6       auth_smb - nnrpd Samba authenticator
7

SYNOPSIS

9       auth_smb server [backup_server] domain
10

DESCRIPTION

12       This program does authentication for nnrpd against an SMB server.  It
13       passes the received username and password to server for validation in
14       the specified SMB domain.  A backup server may optionally be supplied;
15       if it is missing, only server is used.
16
17       If authentication is successful, the original username is returned as
18       the authentication identity.  Brief errors, including incorrect pass‐
19       word and failure contacting the server, are logged.
20

EXAMPLE

22       The following readers.conf(5) fragment grants access to users who can
23       authenticate against an SMB server:
24
25           auth windows {
26               auth: "auth_smb pdc.example.com bdc.example.com USERS"
27               default-domain: "users.example.com"
28           }
29
30           access internal {
31               users: "*@users.example.com"
32               newsgroups: example.*
33           }
34
35       Access is granted to the example.* groups after successful authentica‐
36       tion.
37

BUGS

39       We should link against an external SMB library rather than maintain one
40       within the INN source tree.
41

HISTORY

43       Originally written October 2000 by Krischan Jodies
44       <krischan@jodies.cx>, based heavily on pam_smb v1.1.6 by David Airlie
45       <airlied@samba.org>.  This documentation was written by Jeffrey M.
46       Vinocur <jeff@litech.org>.
47
48       $Id: auth_smb.8 5989 2002-12-12 23:07:49Z vinocur $
49

SEE ALSO

51       nnrpd(8), readers.conf(5)
52
53
54
55INN 2.4.0                         2002-12-12                       AUTH_SMB(8)
Impressum