blob: 39d18a12b9206099aa9b0c91deec1681c41661f9 [file] [log] [blame]
Mahendra Raghuwanshif92ec302018-05-03 12:15:03 +00001#
2# Sample Identities.dat
3# This file is for use with the "Default Organization". It is a simple mechanism to have a basic ILM structure to use with
4# out-of-the-box tire-kicking, or even for Small companies
5#
6# For Larger Companies, you will want to create a new class implementing the "Organization" interface, making calls to your ILM, or utilizing
7# batch feeds, as is appropriate for your company.
8#
9# Example Field Layout. note, in this example, Application IDs and People IDs are mixed. You may want to split
10# out AppIDs, choose your own status indicators, or whatever you use.
11# 0 - unique ID
12# 1 - full name
13# 2 - first name
14# 3 - last name
15# 4 - phone
16# 5 - official email
17# 6 - employment status e=employee, c=contractor, a=application, n=no longer with company
18# 7 - responsible to (i.e Supervisor for People, or AppOwner, if it's an App ID)
19#
20
21iowna|Ima D. Owner|Ima|Owner|314-123-2000|ima.d.owner@osaaf.com|e|
22mmanager|Mark D. Manager|Mark|Manager|314-123-1234|mark.d.manager@osaaf.com|e|iowna
23bdevl|Robert D. Developer|Bob|Developer|314-123-1235|bob.d.develper@osaaf.com|e|mmanager
24mmarket|Mary D. Marketer|Mary|Marketer|314-123-1236|mary.d.marketer@osaaf.com|e|mmanager
25ccontra|Clarice D. Contractor|Clarice|Contractor|314-123-1237|clarice.d.contractor@osaaf.com|c|mmanager
26iretired|Ira Lee M. Retired|Ira|Retired|314-123-1238|clarice.d.contractor@osaaf.com|n|mmanager
27osaaf|ID of AAF|||||a|bdevl