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