Re: ADAM Configuration Partition (LDIF Modify)
- From: Ulf B. Simon-Weidner [MVP] <nospam2-ulf@xxxxxxxxxxxxxxxxxx>
- Date: Mon, 28 Nov 2005 07:36:56 +0100
Greg Williams says...
> All,
>
> I am trying to create a script to modify the "RequireSecureProxyBind"
> attribute located at:
>
> CN=Directory Service,CN=Windows
> NT,CN=Services,CN=Configuration,CN={7398BA55-0A19-4006-8CBD-84B7E6633807}
>
> Attribute: msDS-Other-Settings
> Value: RequireSecureProxyBind=1
>
> I am trying to figure out what syntax to use in order to write to the
> Configuration Partion both from the command prompt "ldifde" and how the
> script should be formatted.
>
> Thanks for the help!
>
Hello Greg,
the easiest way is to export this object using ldifde first, then look at the
output, modify that as needed and input it again.
The syntax should be like
DN: CN=Directory Service,CN=Windows NT,CN=Services,CN=Configuration,CN=
{7398BA55-0A19-4006-8CBD-84B7E6633807}
changetype: modify
replace: msDS-Other-Settings
msDS-Other-Settings: RequireSecureProxyBind=1
-
The last "-" needs to be there followed by a blank line.
--
Gruesse - Sincerely,
Ulf B. Simon-Weidner
MVP-Book "Windows XP - Die Expertentipps": http://tinyurl.com/44zcz
Weblog: http://msmvps.org/UlfBSimonWeidner
Website: http://www.windowsserverfaq.org
.
- Follow-Ups:
- Re: ADAM Configuration Partition (LDIF Modify)
- From: Greg Williams
- Re: ADAM Configuration Partition (LDIF Modify)
- From: Lee Flight
- Re: ADAM Configuration Partition (LDIF Modify)
- References:
- ADAM Configuration Partition (LDIF Modify)
- From: Greg Williams
- ADAM Configuration Partition (LDIF Modify)
- Prev by Date: Re: group policy error - cant edit
- Next by Date: Re: Install Recovery Console after Win2003 SP1
- Previous by thread: ADAM Configuration Partition (LDIF Modify)
- Next by thread: Re: ADAM Configuration Partition (LDIF Modify)
- Index(es):
Relevant Pages
|
Loading