Re: ADAM Configuration Partition (LDIF Modify)



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
.



Relevant Pages

  • Re: Modifying a record field value while not blocking it to others
    ... And of course again the record you are trying to modify has not to be 'open' ... someone opens that ID=12 record everything in it is locked. ... often add a script line which opens a random record if the file holds enough ... system where customers use Credits when renting items and get Credits ...
    (comp.databases.filemaker)
  • Re: modifying objects in ADAM ADSIEDIT
    ... which is the NetBIOS name I referred to. ... ' Prompt for NetBIOS name of object in AD. ... ' Prompt for the attribute to modify. ... How do I script this by just modifying ...
    (microsoft.public.windows.server.scripting)
  • Re: sus office updates
    ... You can modify the registry ... or you can script a change for MSI to add ... my "encrypted" product code for Office 2003 Professional is: ...
    (microsoft.public.sms.tools)
  • Re: Modifying a record field value while not blocking it to others
    ... And of course again the record you are trying to modify has not to be ... someone opens that ID=12 record everything in it is locked. ... often add a script line which opens a random record if the file holds ... system where customers use Credits when renting items and get Credits ...
    (comp.databases.filemaker)
  • Re: ADAM Configuration Partition (LDIF Modify)
    ... What I do is dump the entire attribute, ... > Greg Williams says... ... >> I am trying to figure out what syntax to use in order to write to the ... modify that as needed and input it again. ...
    (microsoft.public.windows.server.active_directory)

Loading