Changeset 1219


Ignore:
Timestamp:
04/16/13 11:23:07 (11 years ago)
Author:
nanardon
Message:

Map company to 'o' attribute and department to 'ou'

This allow to fill o and ou in ldap (and active directory) as company
and department are not in standard schemas.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LATMOS-Accounts/lib/LATMOS/Accounts/Bases/Sql/User.pm

    r1117 r1219  
    170170            st => { }, 
    171171            facsimileTelephoneNumber => { }, 
    172             o => { }, 
     172            o => { iname => 'company', ro => 1 }, 
     173            ou => { iname => 'department', ro => 1 }, 
    173174            telephoneNumber => { }, 
    174175            physicalDeliveryOfficeName => { }, 
Note: See TracChangeset for help on using the changeset viewer.