<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Creating Active Directory accounts with tLDAPOutput component in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Creating-Active-Directory-accounts-with-tLDAPOutput-component/m-p/2329417#M98612</link>
    <description>I tried to create a job that read new user accounts information from a CSV file and create those accounts in Active Dirtectory, but it didn't work. The job ran without any error but the accounts didn't get created in AD.&lt;BR /&gt;I set value for the following AD attributes using a tMap component :&lt;BR /&gt;- cn = firstName + " " + lastName&lt;BR /&gt;- givenName = firstName&lt;BR /&gt;- sn = lastName&lt;BR /&gt;- objectClass = "top;person;organizationalPerson;user"&lt;BR /&gt;- uid = username&lt;BR /&gt;- sAMAccountName = username&lt;BR /&gt;- userPrincipalName = username + "@" + domainQualifiedName&lt;BR /&gt;I assume that using LDAP connection would be OK since I did not set any password. If I would have set password, I would need a LDAP/S connection. So, I didn't try to run the job over a LDAP/S connection yet.&lt;BR /&gt;Did someone has already achieved that kind of operations in Talend ?&lt;BR /&gt;I already did with Java code using JNDI but I didn't using the Talend tLDAPOutput component.&lt;BR /&gt;Thanks.</description>
    <pubDate>Sat, 16 Nov 2024 12:04:44 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2024-11-16T12:04:44Z</dc:date>
    <item>
      <title>Creating Active Directory accounts with tLDAPOutput component</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Creating-Active-Directory-accounts-with-tLDAPOutput-component/m-p/2329417#M98612</link>
      <description>I tried to create a job that read new user accounts information from a CSV file and create those accounts in Active Dirtectory, but it didn't work. The job ran without any error but the accounts didn't get created in AD.&lt;BR /&gt;I set value for the following AD attributes using a tMap component :&lt;BR /&gt;- cn = firstName + " " + lastName&lt;BR /&gt;- givenName = firstName&lt;BR /&gt;- sn = lastName&lt;BR /&gt;- objectClass = "top;person;organizationalPerson;user"&lt;BR /&gt;- uid = username&lt;BR /&gt;- sAMAccountName = username&lt;BR /&gt;- userPrincipalName = username + "@" + domainQualifiedName&lt;BR /&gt;I assume that using LDAP connection would be OK since I did not set any password. If I would have set password, I would need a LDAP/S connection. So, I didn't try to run the job over a LDAP/S connection yet.&lt;BR /&gt;Did someone has already achieved that kind of operations in Talend ?&lt;BR /&gt;I already did with Java code using JNDI but I didn't using the Talend tLDAPOutput component.&lt;BR /&gt;Thanks.</description>
      <pubDate>Sat, 16 Nov 2024 12:04:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Creating-Active-Directory-accounts-with-tLDAPOutput-component/m-p/2329417#M98612</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T12:04:44Z</dc:date>
    </item>
    <item>
      <title>Re: Creating Active Directory accounts with tLDAPOutput component</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Creating-Active-Directory-accounts-with-tLDAPOutput-component/m-p/2329418#M98613</link>
      <description>According to our test (see example attached):
&lt;BR /&gt;- dn: "cn= ..."
&lt;BR /&gt;- objectClass: "user"
&lt;BR /&gt;- mail: email address
&lt;BR /&gt;- sn: lastName
&lt;BR /&gt;- cn: firstName + " " + lastName
&lt;BR /&gt;- sAMAccountName: username or lastname or ...</description>
      <pubDate>Wed, 20 Mar 2013 15:23:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Creating-Active-Directory-accounts-with-tLDAPOutput-component/m-p/2329418#M98613</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2013-03-20T15:23:24Z</dc:date>
    </item>
  </channel>
</rss>

