mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-01-26 23:12:06 -05:00
Remove OnPremises code.
This commit is contained in:
committed by
Ralf Haferkamp
parent
4389bcdd25
commit
bfecff7747
@@ -162,14 +162,6 @@ func (i *LDAP) UpdateEducationClass(ctx context.Context, id string, class libreg
|
||||
}
|
||||
}
|
||||
|
||||
if class.GetOnPremisesSamAccountName() != "" {
|
||||
return nil, errorcode.New(errorcode.NotSupported, "changing the SAM account name is currently not supported")
|
||||
}
|
||||
|
||||
if class.GetOnPremisesDomainName() != "" {
|
||||
return nil, errorcode.New(errorcode.NotSupported, "changing the SAM account name is currently not supported")
|
||||
}
|
||||
|
||||
if class.GetDescription() != "" {
|
||||
return nil, errorcode.New(errorcode.NotSupported, "changing the description is currently not supported")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user