Hi, Mark.
Your `ObjectGUID` looks like it was assigned a correct value, and `ObjectSid` looks different most likely because you didn't add it to "binaryAttributes" property in `/etc/gluu/conf/ox-ldap.properties` file (ObjectGUID is added there OOTB). So it should be like this:
```
binaryAttributes=objectGUID, ObjectSid
```
You don't need to change types of any attributes.
>Also, if I wanted to import the SID and GUID of a User's AD Group(s) as well how would I go about doing that ?
CR can only pull in user entries according to filters you specified, if some data you need cannot be represent by user's attributes, the only way to fetch it as well is to implement custom CR script which will take some attributes ("memberOf", for example), and will do additional LDAP searches against your backend to get more data. Unfortunately, writing custom scripts is not covered by Community Support.