File: README.ldap

package info (click to toggle)
nufw 2.4.3-3.1
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 5,784 kB
  • ctags: 4,292
  • sloc: ansic: 32,174; sh: 10,146; python: 4,176; perl: 630; makefile: 610; lex: 176; php: 168; yacc: 117; xml: 34
file content (18 lines) | stat: -rw-r--r-- 579 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
=======================================
Quick install guide for LDAP acl module
=======================================

LDAP acl module uses a custom schema. To use it, copy
conf/acls.schema in /etc/ldap/schemas/
and declare it in your slapd.conf:: 

 include         /etc/ldap/schema/acls.schema

Add to your slapd.conf some indexes for performance::

 # For nufw
 index OsName,OsRelease,OsVersion,AppSig,AppName pres,eq
 index SrcIPStart,SrcIPEnd,DstIPStart,DstIPEnd pres,eq
 index Proto,SrcPortStart,SrcPortEnd,DstPortStart,DstPortEnd pres,eq
 index SrcPort,DstPort pres,eq