2

We have different account types:

  • Personal - For employees
  • Sponsored - For users that are affiliated with the organization but not official employees
  • E-mail only - Only for e-mail usage (campaigns, etc)
  • Shared - For offices or departments

Right now, we use an Oracle database to distinguish account types but are looking to move this information into LDAP.

Anyone aware of a schema and attribute that would be applicable to denote these accounts?

Schemas currently loaded: Default OpenLDAP schemas along with the eduPerson and eduOrg schemas.

Belmin Fernandez
  • 10,799
  • 27
  • 84
  • 148

1 Answers1

3

The employeeType of the inetOrgPerson objectclass would appear to be the appropriate field.

You may be able to determine E-mail only by lack of certain fields.

BillThor
  • 27,737
  • 3
  • 37
  • 69