} catch (DevFailed exception) {
exception.printStackTrace();
}
try {
DeviceAttribute deviceAttribute = proxy.read_attribute("LdapprojectGroupsDN");
strProjectGroups = deviceAttribute.extractString();
if (strProjectGroups == null) {
strProjectGroups = "";
}
} catch (DevFailed exception) {
exception.printStackTrace();