blob: cf2ca6dcb68252eb793fde7f135d412c48fa7241 [file] [log] [blame]
vaibhavjayas5ca54652018-07-31 09:23:16 +00001# Copyright © 2018 Amdocs, Bell Canada
2#
3# Licensed under the Apache License, Version 2.0 (the "License");
4# you may not use this file except in compliance with the License.
5# You may obtain a copy of the License at
6#
7# http://www.apache.org/licenses/LICENSE-2.0
8#
9# Unless required by applicable law or agreed to in writing, software
10# distributed under the License is distributed on an "AS IS" BASIS,
11# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12# See the License for the specific language governing permissions and
13# limitations under the License.
Mahendra Raghuwanshiafb1e2a2018-05-03 12:15:03 +000014#
15# Sample Identities.dat
16# This file is for use with the "Default Organization". It is a simple mechanism to have a basic ILM structure to use with
17# out-of-the-box tire-kicking, or even for Small companies
18#
19# For Larger Companies, you will want to create a new class implementing the "Organization" interface, making calls to your ILM, or utilizing
20# batch feeds, as is appropriate for your company.
21#
22# Example Field Layout. note, in this example, Application IDs and People IDs are mixed. You may want to split
23# out AppIDs, choose your own status indicators, or whatever you use.
24# 0 - unique ID
25# 1 - full name
26# 2 - first name
27# 3 - last name
28# 4 - phone
29# 5 - official email
30# 6 - employment status e=employee, c=contractor, a=application, n=no longer with company
31# 7 - responsible to (i.e Supervisor for People, or AppOwner, if it's an App ID)
32#
33
34iowna|Ima D. Owner|Ima|Owner|314-123-2000|ima.d.owner@osaaf.com|e|
35mmanager|Mark D. Manager|Mark|Manager|314-123-1234|mark.d.manager@osaaf.com|e|iowna
36bdevl|Robert D. Developer|Bob|Developer|314-123-1235|bob.d.develper@osaaf.com|e|mmanager
37mmarket|Mary D. Marketer|Mary|Marketer|314-123-1236|mary.d.marketer@osaaf.com|e|mmanager
38ccontra|Clarice D. Contractor|Clarice|Contractor|314-123-1237|clarice.d.contractor@osaaf.com|c|mmanager
39iretired|Ira Lee M. Retired|Ira|Retired|314-123-1238|clarice.d.contractor@osaaf.com|n|mmanager
40osaaf|ID of AAF|||||a|bdevl