Reputation: 2849
Firstly, I am sorry for such a question, I am just too new in LDAP world and it is a little complicating to me.
I am trying to add just one attribute type to inetOrgPerson schema. I need one extra field to store an extra password.
I was searching the net already a few days and I haven't fount ANY normal tutorial how to do this! Is it so hard to add a custom field in LDAP?
Please, point me to some tutorial if you can. Or help me with this.
Upvotes: 0
Views: 590
Reputation: 310913
I need one extra field to store an extra password.
No you don't. The userPassword
attribute can be multi-valued.
Upvotes: 1