I am trying to delegate control to admin users- HR

They can modify everything i gave them except city and country. I cant
find it to give to them.

I found this artilce on displaying additional features in AD
http://support.microsoft.com/?id=296490

I changed countryCode=0
It still does not display in Delegate control.
Is there a way to make City and Country avliable to users with limited
privilages?

thanks


--
vyaw2003
------------------------------------------------------------------------
vyaw2003's Profile: http://forums.techarena.in/members/vyaw2003.htm
View this thread: http://forums.techarena.in/active-directory/1023618.htm

http://forums.techarena.in

Re: Delegating control to admin users- cant find city or country by Richard

Richard
Wed Aug 20 05:47:46 PDT 2008

vyaw2003 wrote:

>
> I am trying to delegate control to admin users- HR
>
> They can modify everything i gave them except city and country. I cant
> find it to give to them.
>
> I found this artilce on displaying additional features in AD
> http://support.microsoft.com/?id=296490
>
> I changed countryCode=0
> It still does not display in Delegate control.
> Is there a way to make City and Country avliable to users with limited
> privilages?
>
> thanks

The "l" attribute of user objects corresponds to the field labeled "City" on
the "Address" tab of ADUC ("l" is short for location). The "Country/Region"
field corresponds to three attributes; "c", "co", and "countryCode". "c" is
a two letter abbreviation (based on ISO-3166), "co" is the country name, and
"countryCode" is a 3-digit numeric value (based on ISO-3166). You only need
to assign a value to "c" for the correct country to show up in ADUC. If you
only assign "c", then "co" will not be set and countryCode will be 0.
Looking at the article you linked, I think you want:

c=0

Does this help? You can search the web for information on ISO-3166. For
example:

http://en.wikipedia.org/wiki/ISO_3166

--
Richard Mueller
MVP Directory Services
Hilltop Lab - http://www.rlmueller.net
--