active directory - Creating custom user attribute on LDAP (LDS) -


I am running a webfaddle that connects to LDAP (LDS). In the app, I have to check the value for attribute user account control on user class.

In my establishment my user class does not have such a feature, even though I imported MS-User * .ldf files when my example is made.

Therefore, I need to create this attribute in the user attribute. I am using ADSI editing to connect to my LDS example, but it does not provide any feature to create new features. What should I do?

This is a two step process, though you do this. First, you need to create a user account control feature. After that you have to add the name user account control to the Maconthan attribute on the user class.

You can create user single control attribute using LDIFDE or ADM schema manager. ADM Schema Manager gives you a GUI to do this work but there are limited options in it LDIFDE is a program that you run against a text file. The good thing about this is that you can run LDIFADDAD against your AD DS installation to export users' ACC control feature attributes [Yes, I mean to write it] then you can remove those people whose Not required (such as those marked as systems in the Schema for a start) and then the modified file will be installed on your Eddie LDS installation Import in I can provide more information if it will be helpful.

Comments