} catch (DevFailed exception) {
AuthServerMessageManager.notifyReadAttributeErrorDetected(m_strAuthPath, "LdapprojectAccountsDN ", exception);
}
try {
DeviceAttribute deviceAttribute = proxy.read_attribute("LdapprojectGroupsDN");
strProjectGroups = deviceAttribute.extractString();
if (strProjectGroups == null) {
strProjectGroups = "";
}
} catch (DevFailed exception) {
AuthServerMessageManager.notifyReadAttributeErrorDetected(m_strAuthPath, "LdapprojectGroupsDN ", exception);