"boris52"
> ...
> Right now I can see two possible approaches (both should ignore
> disabled users):
>
> 1. write a custom script for our VMPS server to query AD directly
>
> 2. write a sync script to query all objects within AD and regenerate
> the flat file on a periodic basis.
>
> Without adding custom attributes, all I can see is to make use of the
> notes field parse multiple mac-addresses out of this section.
>
> Is this the best approach?
>
> cheers,
>
>
> --
> boris52
> ------------------------------------------------------------------------
> boris52's Profile:
http://forums.techarena.in/members/118701.htm
> View this thread:
http://forums.techarena.in/active-directory/1221183.htm
>
>
http://forums.techarena.in
>[/color]
Do you currently, or do you plan to, do something with the MAC addresses
other than keep track of them in a list? Would the userWorkstation attribute
help? userWorkstations, a single-valued attribute, is a comma delimited list
of the NetBIOS names of the workstations the user is allowed to logon to. AD
actually enforces this. If there are any names in the list, the user can
only logon to those workstations. I don't see how you could enforce your
list of MAC addresses, other than to detect new addresses, perhaps in a
logon script.
If you keep track of MAC addresses in AD, you can save them in a comma
delimited list. The "info" attribute corresponds to the "Notes" field on the
"Telephones" tab of ADUC. Would it make more sense to save the MAC address
in an attribute of the computer object?
--
Richard Mueller
MVP Directory Services
--
Bookmarks