|
|
|
SSC Veteran
      
Group: General Forum Members
Last Login: Wednesday, May 24, 2006 2:47 PM
Points: 296,
Visits: 1
|
|
|
|
|
|
Old Hand
      
Group: General Forum Members
Last Login: Wednesday, May 15, 2013 4:27 AM
Points: 380,
Visits: 39
|
|
Please provide more directions on this. Such as 'LDAP://SERVERNAME/ou=OUName,dc=host,dc=domain,dc=tld'? Can this be ran on SQL server only?
|
|
|
|
|
SSCrazy
      
Group: Banned Members
Last Login: Thursday, May 09, 2013 8:14 AM
Points: 2,303,
Visits: 300
|
|
try this....
http://www.netapp.com/library/tr/3431.pdf
|
|
|
|
|
Old Hand
      
Group: General Forum Members
Last Login: Tuesday, May 14, 2013 11:55 AM
Points: 387,
Visits: 412
|
|
Bridget Elise Nelson (10/24/2007) Please provide more directions on this. Such as 'LDAP://SERVERNAME/ou=OUName,dc=host,dc=domain,dc=tld'? Can this be ran on SQL server only?
'LDAP://SERVERNAME/ou=OUName,dc=host,dc=domain,dc=tld' is the way that you specify the Active Directory server, it is called a distinguished name.
http://msdn.microsoft.com/en-us/library/aa366101(VS.85).aspx
You can run it completely in SQL server if you use a script task in SSIS to execute the vbscript portion.
Joshua Perry http://www.kerry.com
|
|
|
|
|
Forum Newbie
      
Group: General Forum Members
Last Login: Sunday, October 25, 2009 8:43 AM
Points: 1,
Visits: 13
|
|
| This would be great to run in a SSIS project. Could you elaborate a bit on how to make it work in SSIS? Do you just paste the code into a script task and change the server and authentication piece or do you need to setup the connections and past a piece of the code in a script task?
|
|
|
|