jamesw
Member
Registered: 28th Jun 02
Location: Station Town, County Durham
User status: Offline
|
OK Guys, ive basically got a batch file that takes user details and spilts them off into 3 different tasks, one of them is to run DSADD to create an account for the user in AD.
Unfortunatelly one of the major things DSADD doesnt support is the stuff in address tab, i therefor came up with a solution the batch create an LDF file for each user with the streetaddress,city,postcode etc, then runs LDIFDE against the file to update the fields.
This is all well and good apart from one grip, I cant seem to find a way to use multiple lines for the streetaddress field, anyone know a solution? I suppose if not I can just seperate it with comma's
|
jamesw
Member
Registered: 28th Jun 02
Location: Station Town, County Durham
User status: Offline
|
Sorted, checked the RCF and can do multiline by encoding the lines into base64
[Edited on 17-05-2008 by jamesw]
|
Cavey
Member
Registered: 11th Nov 02
Location: Derby
User status: Offline
|
I was about to suggest that.
|
Bart
Member
Registered: 19th Aug 02
Location: Midsomer Norton, Bristol Avon
User status: Offline
|
why would you want a script to do all that? are you dealing with hundreds of accounts?
|
jamesw
Member
Registered: 28th Jun 02
Location: Station Town, County Durham
User status: Offline
|
no, these are requests come in as and when on a daily basis, currently 1 request was coming in and people were doing 3 seperate tasks (Create account in AD, create account on AS400 mainframe system, and completing a word template to send off to the user to advise of there accounts details etc) Just trying to streamline things a little so they only have to input the data once to one location......
[Edited on 17-05-2008 by jamesw]
|