Maks3w / FR3DLdapBundle

This bundle integrates LDAP Authentication with any user manager (Ex: FOSUserBundle)
119 stars 77 forks source link

How to create a custom attributes on ldap server running on ubuntu debian server? #126

Closed dotjose-zz closed 8 years ago

dotjose-zz commented 8 years ago

Hi there, I have been working on LDAP Server running on Ubuntu Debian package and I need to extend the LDAP default schema to add my own attribute fields like preferred language, gender, ...etc. Is that possible?

with warmest regards

Dragnucs commented 8 years ago

This is out of the scope of this bundle. But it is normally possible. You need to see the documentation related to the server you are using and find out how you can modify the schema there.