Symptom
If you use "id <user>" to find a user record, subsequently change something in the user record (such as the GID which id displays), then use "id <user>" again, the change may not be seen.
Products affected
- Mac OS X Server 10.3 or later
- Mac OS X 10.3 or later
Solution
Execute the two commands below in Terminal. This will change the time to live for the records to 300 seconds, but you are free to substitute your preferred value.
$ sudo nicl . create /locations/lookupd TimeToLive 300
$ sudo killall -1 lookupd