Когда я запрошу пользователей, я не могу читать атрибут AccountexPires , даже когда свойство показано в getAduser .
Код: Выделить всё
return readTemplate().search(query()
.base(ou)
.attributes(new String[]{"samaccountname", "givenName", "sn", "mail", "userAccountControl", "accountExpires", "memberof"})
.where("objectClass").is("person"), userExtractor);
Как я могу прочитать этот атрибут?
Подробнее здесь: https://stackoverflow.com/questions/797 ... pring-ldap