Jump to content

Need help with an ADS attribute with dash caracters


 Share

Recommended Posts

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

Link to comment
Share on other sites

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

Link to comment
Share on other sites

@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

Link to comment
Share on other sites

  • 3 weeks later...

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

Link to comment
Share on other sites

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
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...