Dear all,
I am implementing a Google Apps driver for my company.
I successfully created the Organizational Units, and a user in one of those OU.
However, when I want to do a move of the user account to another OU, I always get a null value for the parent association.
I tried different values for the parent destination dn, but it's always the same error:
And then a MalformedURLException and a NullPointerException occur.
Could someone knows which value must be populated there?
Many thanks for your help!
I am implementing a Google Apps driver for my company.
I successfully created the Organizational Units, and a user in one of those OU.
However, when I want to do a move of the user account to another OU, I always get a null value for the parent association.
I tried different values for the parent destination dn, but it's always the same error:
Code:
google-system ST:moveHandler
moveHandler: class == 'UserEntry'
moveHandler: association == 'https://apps-apis.google.com/a/feeds/domain/user/2.0/userName'
parent association == null
appsForYourDomain.getUserEntry: User ID = https://apps-apis.google.com/a/feeds/domain/user/2.0/userName
AppsForYourDomainClient.getUserEntry creating URL from spec = https://apps-apis.google.com/a/feeds/domain/user/2.0/userName
IOException
disconnect
Could someone knows which value must be populated there?
Many thanks for your help!