Posted on 01-29-2013 09:46 AM
Hello,
My machine is bound to AD and when I type, "id" from terminal, I don't see any of my AD groups, only local groups. I am on the network, and have unbound and then rebound a couple of times; it works (I can see my AD groups) for a couple of days, but then they're gone again. I can however continue to access network resources, and obtain a Kerberos ticket, but a script that maps drives based on the logged in users' (me) AD groups fails. Any thoughts? Thank you.
Posted on 01-29-2013 10:30 AM
Does your AD setup require your Macs to be moved to another OU after binding? We have a "staging" OU and if a machine is left there, it will get disabled after x days. If you have access to Active Roles, you should be able to find the object (Mac) there and see what's up.
Posted on 01-29-2013 10:33 AM
No, the Macs are joined to the correct OU as part of the AD binding.
Posted on 01-29-2013 10:36 AM
Dumb question, but do you utilize a Time Server (System Pref's / Date & Time)? Seems that if you're bound OK and working, then something changes, it could be something like that.
Posted on 01-29-2013 11:05 AM
Yes, our Macs are using a time server/Apple.
Posted on 01-29-2013 12:48 PM
Some AD deployments block group enumeration for non-Windows bound clients. Sometimes this is done in academic environments per a strange reading of FERPA rules. It is possible to provide exceptions for computer objects, or by OU. You might want to check other longer established Mac AD-bound clients and see if there is a different behavior and see what the differences might be.
Posted on 01-30-2013 05:21 AM
hey Guys;
just to further what boettchs said, had a similar issue with snow leopard. did notice a time server drift. wrote the following script to use the DC as my time server. seemed to have cleared the "weirdness" up:
#!/bin/bash
sudo systemsetup -setusingnetworktime off
sudo systemsetup -setnetworktimeserver "name or ip of your dc"
sudo systemsetup -setusingnetworktime on
LS
Posted on 01-30-2013 08:30 AM
That's what I was thinking. We have our AD servers and all clients use the same internal Time Servers to avoid the drift/offset. If it gets beyond 5 minutes - which I think is the norm - it will keep you from authenticating. I don't know if it's a good idea to use an external Time Server or not - never seen that done with any of my work environments.
Posted on 02-04-2013 04:28 PM
thank you all for the comments! i will test the script for setting the time server.
Posted on 11-26-2013 02:53 PM
is any one else seeing this?
For us it seems to be on and off. Some times we can pull ad groups other times we can only pull local groups.