How to define our own column in the Apache Directory studio ..?

I am using Apache directory studio for my database. how can I create my own field there. because there is a class of objects and based on the class of objects we can add the filed. how can we manually add any files.

Below is my LDIF file.

dn: cn  = username ,ou=users,o=Agile-Infotech,ou=system
objectClass: organizationalPerson
objectClass: person
objectClass: inetOrgPerson
objectClass: top
cn: *****
sn: Doshi
description: Manager
uid: ******
userPassword:: e1NTSEF9TThWUnR3QjZrQm1jUTFjcWhUMmgwcmJqQUZCbGVnbkVHdDkzamc9P

**homeFolder : anything**  // i want to add this filed also in the user.

when i add in apache ds it gives me NO SUCH ATTRIBUTE FOUND

+3
source share
2 answers

LDAP object classes and their attributes are described in definition files schema. Classes and attributes can be inherited and extended. If you want to add a new attribute to a class organizationalPerson, you need to expand it.

OpenLDAP schema OpenLDAP. OpenLDAP . , OpenLDAP.

OpenLDAP , .

ApacheDS, Apache Directory Studio OpenLDAP. .

+1

, .

, OpenLDAP.

, , OID, NAME, SYNTAX ..

0

All Articles