Jump to content

Recommended Posts

Posted

Hello together,

i need some help for reading an Active Directory Attribute that called "securecomputingCom2000-SafeWord-UserID", but it dosen't works. I think it is a syntax error because there are some dash caracters (-) in it

$Token = $UserObj.securecomputingCom2000-SafeWord-UserID

It work fine with any other attribute without dash caracters

thanks

schmuh

Posted

Hello together,

i need some help for reading an Active Directory Attribute that called "securecomputingCom2000-SafeWord-UserID", but it dosen't works. I think it is a syntax error because there are some dash caracters (-) in it

$Token = $UserObj.securecomputingCom2000-SafeWord-UserID

It work fine with any other attribute without dash caracters

thanks

schmuh

@schmuh

this is not a standard schema object but an extension.

securecomputingCom2000-SafeWord-UserID is schema extension added by SafeWord RemoteAccess.

http://www.securecomputing.com/index.cfm?skey=1281

If you don't have the extension installed, you can't read it.

regards

ptrex

Posted

@schmuh

this is not a standard schema object but an extension.

If you don't have the extension installed, you can't read it.

regards

ptrex

Hi ptrex,

yes, it is not a standard schema object, but it is installed in our ADS well! I can read/modify it with vbs script. Any ideas?

regards

schmuh

  • 3 weeks later...
Posted

Is there perhaps an alternate way to read this property without the hyphens (dashes)?

Otherwise I believe AutoIt is just seeing this:

$Token = $UserObj.securecomputingCom2000 {MINUS} SafeWord {MINUS} UserID
Hi

i dont know an alternativ way to read this attribute without the hyphens. do you have any other ideas?

Kind regards

schmuh

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...