Spec-Zone .ru
спецификации, руководства, описания, API
Spec-Zone .ru
спецификации, руководства, описания, API
Библиотека разработчика Mac Разработчик
Поиск

 

Эта страница руководства для  версии 10.9 Mac OS X

Если Вы выполняете различную версию  Mac OS X, просматриваете документацию локально:

Читать страницы руководства

Страницы руководства предназначаются как справочник для людей, уже понимающих технологию.

  • Чтобы изучить, как руководство организовано или узнать о синтаксисе команды, прочитайте страницу руководства для страниц справочника (5).

  • Для получения дополнительной информации об этой технологии, ищите другую документацию в Библиотеке Разработчика Apple.

  • Для получения общей информации о записи сценариев оболочки, считайте Shell, Пишущий сценарий Учебника для начинающих.



Net::LDAP::Extra::AD(3)              User Contributed Perl Documentation             Net::LDAP::Extra::AD(3)



NAME
       Net::LDAP::Extra:AD -- AD convenience methods

SYNOPSIS
         use Net::LDAP::Extra qw(AD);

         $ldap = Net::LDAP->new( ... );

         ...

         if ($ldap->is_AD || $ldap->is_ADAM) {
           $ldap->change_ADpassword($dn, $old_password, $new_password);
         }

DESCRIPTION
       Net::LDAP::Extra::AD tries to spare users the necessity to reinvent the wheel again and again in
       order to correctly encode password strings so that they can be used in AD password change operations.

       To do so, it provides the following methods:

METHODS
       is_AD ( )
           Tell if the LDAP server queried is an Active Directory Domain Controller.

           As the check is done by querying the root DSE of the directory, it works without being bound to
           the directory.

       is_ADAM ( )
           Tell if the LDAP server queried is running AD LDS (Active Directory Lightweight Directory
           Services), previously known as ADAM (Active Directoy Application Mode).

           As the check is done by querying the root DSE of the directory, it works without being bound to
           the directory.

       change_ADpassword ( DN, OLD_PASSWORD, NEW_PASSWORD )
           Change the password of the account given by DN from its old value OLD_PASSWORD to the new value
           NEW_PASSWORD.

           This method requires encrypted connections.

       reset_ADpassword ( DN, NEW_PASSWORD, OPTIONS )
           Reset the password of the account given by DN to the value given in NEW_PASSWORD.  OPTIONS is a
           list of key/value pairs. The following keys are recognized:

           force_change
               If TRUE, the affected user is required to change the password at next login.

           For this method to work, the caller needs to be bound to AD with sufficient permissions, and the
           connection needs to be encrypted.

AUTHOR
       Peter Marschall <peter@adpm.de<gt>

COPYRIGHT
       Copyright (c) 2012 Peter Marschall. All rights reserved. This program is free software; you can
       redistribute it and/or modify it under the same terms as Perl itself.



perl v5.16.2                                     2012-10-06                          Net::LDAP::Extra::AD(3)

Сообщение о проблемах

Способ сообщить о проблеме с этой страницей руководства зависит от типа проблемы:

Ошибки содержания
Ошибки отчета в содержании этой документации к проекту Perl. (См. perlbug (1) для инструкций представления.)
Отчеты об ошибках
Сообщите об ошибках в функциональности описанного инструмента или API к Apple через Генератор отчетов Ошибки и к проекту Perl, использующему perlbug (1).
Форматирование проблем
Отчет, форматирующий ошибки в интерактивной версии этих страниц со ссылками на отзыв ниже.