summaryrefslogtreecommitdiffstats
path: root/doc/examples/nis-plugin-example.ldif.in
blob: 02a674d8fa25401e241745a8f5dcd287d70eb08f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
dn: cn=NIS Server, cn=plugins, cn=config
objectclass: top
objectclass: nsSlapdPlugin
objectclass: extensibleObject
cn: NIS Server
nsslapd-pluginpath: @myplugindir@/nisserver-plugin.so
nsslapd-plugininitfunc: nis_plugin_init
nsslapd-plugintype: postoperation
nsslapd-pluginenabled: on
nsslapd-pluginid: nis-server
nsslapd-pluginversion: @PACKAGE_VERSION@
nsslapd-pluginvendor: redhat.com
nsslapd-plugindescription: NIS Server Plugin
nis-tcp-wrappers-name: nis-server

dn: @domainattr@=@mydomain@+@mapattr@=passwd.byname, cn=NIS Server, cn=plugins, cn=config
objectclass: top
objectclass: extensibleObject
@domainattr@: @mydomain@
@mapattr@: passwd.byname
@nisbaseattr@: @people@, @mysuffix@
nis-secure: no

dn: @domainattr@=@mydomain@+@mapattr@=passwd.byuid, cn=NIS Server, cn=plugins, cn=config
objectclass: top
objectclass: extensibleObject
@domainattr@: @mydomain@
@mapattr@: passwd.byuid
@nisbaseattr@: @people@, @mysuffix@
nis-secure: no

dn: @domainattr@=@mydomain@+@mapattr@=group.byname, cn=NIS Server, cn=plugins, cn=config
objectclass: top
objectclass: extensibleObject
@domainattr@: @mydomain@
@mapattr@: group.byname
@nisbaseattr@: @groups@, @mysuffix@
nis-secure: no

dn: @domainattr@=@mydomain@+@mapattr@=group.bygid, cn=NIS Server, cn=plugins, cn=config
objectclass: top
objectclass: extensibleObject
@domainattr@: @mydomain@
@mapattr@: group.bygid
@nisbaseattr@: @groups@, @mysuffix@
nis-secure: no

dn: @domainattr@=@mydomain@+@mapattr@=group.upg, cn=NIS Server, cn=plugins, cn=config
objectclass: top
objectclass: extensibleObject
@domainattr@: @mydomain@
@mapattr@: group.upg
@nisbaseattr@: @people@, @mysuffix@
nis-filter: (objectclass=posixAccount)
nis-key-format: %{uid}
nis-value-format: %{uid}:*:%{gidNumber}:%{uid}
nis-secure: no
nis-disallowed-chars: :,

dn: @domainattr@=@mydomain@+@mapattr@=netid.byname, cn=NIS Server, cn=plugins, cn=config
objectclass: top
objectclass: extensibleObject
@domainattr@: @mydomain@
@mapattr@: netid.byname
@nisbaseattr@: @people@, @mysuffix@
nis-secure: no