Majic Projects
Majic Ansible Roles
Go to the previous open issue
Go to the previous issue (open or closed)
star_faded.png
Please log in to bookmark issues
icon_project.png Majic Ansible Roles / Open Feature request MAR-236 Auxiliary LDAP object class for specifying country code and friendly country name
action_vote_minus_faded.png
0
Votes
action_vote_plus_faded.png
Go to the next issue (open or closed)
Go to the next open issue
Issue basics
  • Type of issue
    Feature request
  • Category
    General
  • Targetted for
    9.0.0
  • Status
    New
  • Progress
  • Priority
    Normal
User pain
  • Type of bug
    Not triaged
  • Likelihood
    Not triaged
  • Effect
    Not triaged
Affected by this issue (0)
There are no items
People involved
Times and dates
  • Posted at
  • Last updated
  • Estimated time
    2 hours
  • Time spent
    No time spent
    Click here to see time logged against this issue
Issue details
Attachments (0)
There is nothing attached to this issue
Duplicate issues (0)
This issue does not have any duplicates
Description

The ldap_server role takes care of setting-up/loading a number of schemas into the LDAP directory in order to make it possible to fully cover requirements on applications that rely on the LDAP directory.

One requirement that popped up recently was the ability to provide country name/country code for the addresses stored in an LDAP-based address book. Unfortunately, no existing official schemas that are loaded up seem to support such a feature.

It would be useful if the role would try to provide access to an auxiliary object class that would make it possible to specify either the two-letter country code or a free-form country name.

The following should be done:

  • Update the ldap_server role.
    • Deploy and load additional schema file with an auxiliary object class.
    • Object class should allow for specifying either the c/countryName (from the core schema) or co/friendlyCountryName (from the cosine schema) attributes.
    • Both attributes should be optional.
  • Update role reference documentation.
  • Update usage instructions.
  • Update release notes.
Todos (0 / 0)
There are no comments