~ubuntu-branches/ubuntu/trusty/freeipa/trusty-proposed

« back to all changes in this revision

Viewing changes to install/updates/20-host_nis_groups.update

  • Committer: Package Import Robot
  • Author(s): Timo Aaltonen
  • Date: 2013-09-03 17:13:27 UTC
  • Revision ID: package-import@ubuntu.com-20130903171327-s3f56x6vxz0o1jq5
Tags: upstream-3.3.4
ImportĀ upstreamĀ versionĀ 3.3.4

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# This is a copy of the definition from host_nis_groups.ldif
 
2
# This is required for replication. The template entry will get
 
3
# replicated but the plugin configuration will not.
 
4
 
 
5
dn: cn=NGP HGP Template,cn=Templates,cn=Managed Entries,cn=etc,$SUFFIX
 
6
default:objectclass: mepTemplateEntry
 
7
default:cn: NGP HGP Template
 
8
default:mepRDNAttr: cn
 
9
default:mepStaticAttr: ipaUniqueId: autogenerate
 
10
default:mepStaticAttr: objectclass: ipanisnetgroup
 
11
default:mepStaticAttr: objectclass: ipaobject
 
12
default:mepStaticAttr: nisDomainName: $DOMAIN
 
13
default:mepMappedAttr: cn: $$cn
 
14
default:mepMappedAttr: memberHost: $$dn
 
15
default:mepMappedAttr: description: ipaNetgroup $$cn
 
16
 
 
17
dn: cn=NGP Definition,cn=Definitions,cn=Managed Entries,cn=etc,$SUFFIX
 
18
default:objectclass: extensibleObject
 
19
only:cn: NGP Definition
 
20
default:originScope: cn=hostgroups,cn=accounts,$SUFFIX
 
21
default:originFilter: objectclass=ipahostgroup
 
22
default:managedBase: cn=ng,cn=alt,$SUFFIX
 
23
default:managedTemplate: cn=NGP HGP Template,cn=Templates,cn=Managed Entries,cn=etc,$SUFFIX