search for: isc1

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

Did you mean: disc1
2012 May 23
1
AD / new auxiliary class / vb script
...y class with user class. So i've created the following script which add iscA class and iscA1 attribute to a specific user : / Set user = GetObject("LDAP://cn=toto,cn=users,<my domain>") user.GetInfo user.PutEx 3, "objectClass", Array("iscA") user.Put "isc1", "toto" user.SetInfo/ After the execution of this script the right-click above run and I can modify the value of iscA1 attribute for user toto. But I can't see the last value (given by /user.iscA1/) : always empty while in the LDAP database I can see the value is correctly se...