|
|
{{ t('LDAP group cn') }} | {{ t('LDAP group dn') }} | {{ t('LDAP group description') }} |
|
|---|---|---|---|---|
|
@if (( PermissionsService.hasPermissionObservable(['usergroups', 'add'])|async ) || ( PermissionsService.hasPermissionObservable(['usercontainerroles', 'add'])|async )) {
|
{{ ldapgroup.Ldapgroup.cn }} | {{ ldapgroup.Ldapgroup.dn }} | {{ ldapgroup.Ldapgroup.description }} |
|