How can I create a user out of LDAP?
One answer
When LDAP is enabled, a user and password will be authenticated against the LDAP server. The username and password must exist and are valid in order for the user to log in. So, you will need to add this dedicated build user in LDAP and import the user into CLM.
Comments
Ok. I have done this, but my RTC properties are: ou=Employees,ou=MyCompany,dc=myCompany,dc=net,dc=br
In this case, you may need to adjust the 'user base DN' property to point to the parent directory of both Employees and the directory that the 'build' user belongs to. For example, assuming your LDAP directory structure looks like below (where the group that your build user resides is at the same level as the 'Employees' directory):
dc=myCompany,dc=net,dc=br
| ou=MyCompany
| ou=Employees
| ou=OtherUsers
| cn=build_user
In the above case, you can set 'base user DN' to ou=MyCompany,dc=myCompany,dc=net,dc=br, so that user search starts at the 'ou=MyCompany' folder and searches for users in all sub-directories underneath it. Ensure that search sub-tree is true (I believe it's true by default).