Howdy, just wanted to let everyone know I uploaded a new version of AdMod to
the website. I was alerted that I somehow regressed the version of admod.zip
that was there (again!) back to V01.00.00 so since I had to upload I
compiled a non-debug version of the latest code and posted that instead. 

This has a couple of small bug fixes in it which is the official reason for
the update...



However there is an activedir org special embedded in there as well. It is
completely undocumented at this time as this piece of functionality is
completely beta. So you guys are the only ones who know about it. I don't
recommend hardcoding this into scripts because once the switch is off beta
it will change. As of right now the new switch is -betaadd

You use that switch with the normal mod attr and mv add arg types. For
instance to create a user

admod -b cn=newuser,ou=someou,dc=domain,dc=com objectclass::user
samaccountname::newuser 

Or

admod -b cn=newuser,ou=someou,dc=domain,dc=com objectclass:+:user
samaccountname:+:newuser 


If you want to populate multiple values of an mv attribute during the
create, use the mv add format of :++:

admod -b cn=newuser,ou=someou,dc=domain,dc=com objectclass::user
samaccountname::newuser othertelephone:++:555-1212;555-1213


If you get an error, try the -exterr to see the extended error info to see
if it gives a clue as to what is happening.


Note: admod still doesn't do binary values, still doesn't do passwords. Baby
steps. ;o) Seriously, that will probably be added for the V02.00.00 release
when I move to the new backend modules and better UNICODE support.


Any thoughts or issues, send them on to me. 


  joe

List info   : http://www.activedir.org/List.aspx
List FAQ    : http://www.activedir.org/ListFAQ.aspx
List archive: http://www.mail-archive.com/activedir%40mail.activedir.org/

Reply via email to