Sha256: 5d52b498ccb09c078c08d6f1e38016400b92ac5aa6e0cd98f7ee055c5746913d

Contents?: true

Size: 916 Bytes

Versions: 3

Compression:

Stored size: 916 Bytes

Contents

= Description
  A security library for MS Windows that allows you to open existing or
  create new security identifiers (SID's).

= Synopsis
  require 'win32/security'
  include Win32
   
  sid = Security::SID.open('some_user')
   
  sid.valid? # => true
  sid.to_s   # => "S-1-5-21-3733855671-1102023144-2002619019-1000"
  sid.length # => 28
  sid.sid    # => "\001\005\000\000\000\000\000\005\025\000\000\000..."
   
== Future Plans
  Create classes that encapsulate ACL's, ACE's, Token's, etc.
   
  There are some unfinished versions of the ACL and ACE classes in the
  repo if you're interested in taking a look.
   
== Known Issues
  None that I'm aware of. Please file any bug reports on the project page
  at http://www.rubyforge.org/projects/win32utils.
    
== License
  Artistic 2.0
    
== Copyright
  (C) 2003-2013 Daniel J. Berger
  All Rights Reserved
    
== Authors
  Daniel J. Berger
  Park Heesob

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
win32-security-0.2.2 README
win32-security-0.2.1 README
win32-security-0.2.0 README