| GAPS syncing passwords when AD subdomain/email present? | twilliams | 8/2/12 11:57 AM | I have an apps for edu account setup like the following: http://domain.org -> staff/faculty They all login to their accounts through http://google.com/a/domain.org Directory sync is working fine. The problem is that staff/faculty have a different email domain in |
| Re: GAPS syncing passwords when AD subdomain/email present? | twilliams | 8/2/12 1:21 PM | Ok, I've got an idea to try but I'm so far not having any luck getting the scripting working.. I'm thinking of scripting a solution that will modify any users with an "@http://students.DOMAIN.org" to "@http://domain.org" but placing it in the"office" attribute in |
| Re: GAPS syncing passwords when AD subdomain/email present? | AtulSachan-Power Poster | 8/2/12 3:23 PM | GAPS support only the e-mail attribute which has Google Apps email address. |
| Re: GAPS syncing passwords when AD subdomain/email present? | twilliams | 8/3/12 5:44 AM | So, I'm... not able to use this then. |
| Re: GAPS syncing passwords when AD subdomain/email present? | jlee | 8/7/12 4:50 AM | Hi twilliams, No, your workaround of using the AD "office" attribute should be fine. Just specify "office" for the "Mail attribute" when configuring GAPS (see step 13 in this help article). As long as the value of the AD user's office attribute matc |
| Re: GAPS syncing passwords when AD subdomain/email present? | twilliams | 8/8/12 10:29 AM | Great. I managed to get this working by using a powershell script to modify the email for a given user in a csv file and then place that information into the office field in AD. After I do that, when a user changes their password everything is synci |