mirror of
https://github.com/altlinux/admc.git
synced 2025-03-31 18:50:14 +03:00
enable group policy tab for domain object
This commit is contained in:
parent
4fbe721215
commit
a2dd8620db
@ -178,7 +178,7 @@ PropertiesDialog::PropertiesDialog(const QString &target_arg)
|
||||
add_tab(new MemberOfTab(), tr("Member of"));
|
||||
}
|
||||
|
||||
if (object.is_class(CLASS_OU)) {
|
||||
if (object.is_class(CLASS_OU) || object.is_class(CLASS_DOMAIN)) {
|
||||
// TODO: not sure which object classes can have gplink, for now only know of OU's.
|
||||
add_tab(new GroupPolicyTab(), tr("Group policy"));
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user