diff options
Diffstat (limited to 'install/share')
| -rw-r--r-- | install/share/bootstrap-template.ldif | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/install/share/bootstrap-template.ldif b/install/share/bootstrap-template.ldif index 357062780..628a8e2e0 100644 --- a/install/share/bootstrap-template.ldif +++ b/install/share/bootstrap-template.ldif @@ -261,6 +261,17 @@ description: Limited admins who can edit other users cn: editors ipaUniqueID: autogenerate +dn: cn=ipaservers,cn=hostgroups,cn=accounts,$SUFFIX +changetype: add +objectClass: top +objectClass: groupOfNames +objectClass: nestedGroup +objectClass: ipaobject +objectClass: ipahostgroup +description: IPA server hosts +cn: ipaservers +ipaUniqueID: autogenerate + dn: cn=sshd,cn=hbacservices,cn=hbac,$SUFFIX changetype: add objectclass: ipahbacservice |
