logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Net::LDAP::SID - Active Directory Security Identifier manipulation

Author

       Peter Karman, "<karman at cpan.org>"

Bugs

       Please report any bugs or feature requests to "bug-net-ldap-sid at rt.cpan.org", or through the web
       interface at <http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Net-LDAP-SID>.  I will be notified, and then
       you'll automatically be notified of progress on your bug as I make changes.

Methods

new
       Constructor. Can pass either the binary or string representation of the SID.

   as_string
       Returns string representation of SID.

   as_binary
       Returns binary representation of SID.

Name

       Net::LDAP::SID - Active Directory Security Identifier manipulation

Support

       You can find documentation for this module with the perldoc command.

           perldoc Net::LDAP::SID

       You can also look for information at:

       •   RT: CPAN's request tracker (report bugs here)

           <http://rt.cpan.org/NoAuth/Bugs.html?Dist=Net-LDAP-SID>

       •   AnnoCPAN: Annotated CPAN documentation

           <http://annocpan.org/dist/Net-LDAP-SID>

       •   CPAN Ratings

           <http://cpanratings.perl.org/d/Net-LDAP-SID>

       •   Search CPAN

           <http://search.cpan.org/dist/Net-LDAP-SID/>

Synopsis

        my $sid = Net::LDAP::SID->new( $binary );
        # or
        my $sid = Net::LDAP::SID->new( $string );

        print $sid->as_string;
        print $sid->as_binary;

See Also