1NUACLGEN(8)                                                        NUACLGEN(8)
2
3
4

NAME

6       nuaclgen - NUFW acl generator
7

SYNOPSIS

9       nuaclgen  [ --Schema eq|ineq ] [ --Aclname ACLDN ] [ --saddr NETWORK1 ]
10       [ --daddr NETWORK2 ] [ --proto PROTONUMBER ]  [  --sport  P1[:P2]  ]  [
11       --dport  P3[:P4]  ]  [  --OsName  OSNAME  ] [ --OsVersion OSVERSION ] [
12       --OsRelease OSRELEASE ] [  --AppName  APPLICATION  NAME  ]  [  --AppSig
13       APPLICATION   SIGNATURE   ]   [   --Separator   SEPARATOR  ]  [  --jump
14       [ACCEPT|DROP] ] [ --groups GROUPLIST ]
15
16
17       nuaclgen [ --List ] [ --groups Id Group ]
18
19
20       nuaclgen [ --Delete DN ]
21
22
23       nuaclgen [ --help ]
24
25

DESCRIPTION

27       This manual page documents the nuaclgen command.
28
29       nuaclgen is an Access control list generator for the  ldap  backend  of
30       Nuauth, the authentication server of the NUFW package.
31
32       Original  packaging  and  informations  and  help  can  be  found  from
33       http://www.nufw.org/
34

OPTIONS

36       --Schema eq|ineq
37              Use equality schema or not (Equality schema  requires  dport  be
38              specified, and is the default.
39
40       --AclName Acl DN
41              Add an acl in the ldap tree with dn Acl DN
42
43       --saddr Network
44              Specify  source  network for the acl, with network of the form :
45              aaa.bbb.ccc.ddd[/ee]. Default value : 0.0.0.0/0
46
47       --daddr Network
48              Specify destination network for the acl,  with  network  of  the
49              form : aaa.bbb.ccc.ddd[/ee]. Default value : 0.0.0.0/0
50
51       --proto Protocol number
52              Specify protocol type for the acl
53
54       --sport Source port
55              Specify  source  port(s)  for  the Acl. NNNN:MMMM can be used to
56              specify a port range.
57
58       --dport Destination port
59              Specify destination port(s) for the Acl. NNNN:MMMM can  be  used
60              to specify a port range.
61
62       --jump Decision
63              Specify decision for the Acl. Has to be ACCEPT or DROP.
64
65       --groups Groups list
66              Specify  the  user  group(s)  on which Acl apply. Must be of the
67              form : Group1[,Group2[,...]]
68
69       --List --group Group ID
70              List Acls for the Group ID group
71
72       --Delete Dn
73              Deletes the Acl stored in the provided Dn
74
75       --help Displays a brief resume of available options and quits
76

SEE ALSO

78       nufw(8)
79
80       nuauth(8)
81

AUTHOR

83       Nuauth  was  designed  and   coded   by   Eric   Leblond,   aka   Regit
84       (<eric@regit.org>)  ,  and  Vincent  Deffontaines,  aka  gryzor  (<vin‐
85       cent@gryzor.com>). Original idea in 2001, while  working  on  NSM  Ldap
86       support.
87
88       This  manual  page  was  written by Eric Leblond and copyrighted by INL
89       (2003-2005)
90
91       Permission is granted to copy, distribute and/or modify  this  document
92       under  the  terms  of  the GNU Free Documentation License, Version 2 as
93       published by the Free Software Foundation; with no Invariant  Sections,
94       no Front-Cover Texts and no Back-Cover Texts.
95
96
97
98                                 12 mars 2007                      NUACLGEN(8)
Impressum