search for: _sid2string

Displaying 1 result from an estimated 1 matches for "_sid2string".

2009 Jul 29
1
Batch computer account creation
...puter_name" ); $mesg->code && die $mesg->error; # DEBUG foreach my $entry ($mesg->entries) { foreach my $attr ( $entry->attributes) { if ($attr eq "objectSid" or $attr eq "objectGUID" ) { print "$attr : ". _sid2string($entry->get_value ($attr))."\n" } else { print "$attr : ". $entry->get_value ($attr)."\n"; } } }