Class: ActiveDirectory::SID

Inherits:
BinData::Record
  • Object
show all
Defined in:
lib/bsb_active_directory/base.rb

Overview

Create a SID from the binary string in the directory

Instance Method Summary collapse

Instance Method Details

#to_sObject



34
35
36
# File 'lib/bsb_active_directory/base.rb', line 34

def to_s
  ['S', revision, nt_authority, nt_non_unique, uuids].join('-')
end