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