def __to_group()

in ad-joining/register-computer/ad/domain.py [0:0]


    def __to_group(self, entry):
        return Group(
            entry.entry_dn,
            self.__to_scalar(entry["name"]),
            self.__to_scalar(entry[self.LDAP_ATTRIBUTE_GROUP_DATA])
        )