Good day everyone,

I am trying to set up the groupType attribute in an AD group to 0x80000002
(which I think it belongs to a security global group).
I tried:

                 <dataset>
                    <name>groupType</name>
                    <policy>KEEP</policy>
                    <createValues>
                        <string>0x80000002</string>
                    </createValues>
                </dataset>

                 <dataset>
                    <name>groupType</name>
                    <policy>KEEP</policy>
                    <createValues>
                        <string>-2147483646</string>
                    </createValues>
                </dataset>

But it doesn't seem to like it :(. The number one is being transformed in a
float number, and the other one I think it is being sent as string. So I
have errors in the Active Directory side when it tries to create the group.

Any clue? I ran out of ideas...

Thanks!

Cloudreach Limited is a limited company registered in England with registered 
number 06975407

The above terms reflect a potential business arrangement, are provided solely 
as a basis for further discussion, 
and are not intended to be and do not constitute a legally binding obligation. 
No legally binding obligations 
will be created, implied, or inferred until an agreement in final form is 
executed in writing by all parties involved.

This email may be confidential or privileged. If you received this 
communication by mistake, please don't forward 
it to anyone else, please erase all copies and attachments, and please let us 
know that it has gone to the wrong person.
_______________________________________________________________
Ldap Synchronization Connector (LSC) - http://lsc-project.org

lsc-users mailing list
[email protected]
http://lists.lsc-project.org/listinfo/lsc-users

Reply via email to