Mahendra Raghuwanshi | f92ec30 | 2018-05-03 12:15:03 +0000 | [diff] [blame^] | 1 | # |
| 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 | |
| 21 | iowna|Ima D. Owner|Ima|Owner|314-123-2000|ima.d.owner@osaaf.com|e| |
| 22 | mmanager|Mark D. Manager|Mark|Manager|314-123-1234|mark.d.manager@osaaf.com|e|iowna |
| 23 | bdevl|Robert D. Developer|Bob|Developer|314-123-1235|bob.d.develper@osaaf.com|e|mmanager |
| 24 | mmarket|Mary D. Marketer|Mary|Marketer|314-123-1236|mary.d.marketer@osaaf.com|e|mmanager |
| 25 | ccontra|Clarice D. Contractor|Clarice|Contractor|314-123-1237|clarice.d.contractor@osaaf.com|c|mmanager |
| 26 | iretired|Ira Lee M. Retired|Ira|Retired|314-123-1238|clarice.d.contractor@osaaf.com|n|mmanager |
| 27 | osaaf|ID of AAF|||||a|bdevl |