Skip to content

Commit cfcfdc1

Browse files
author
Marcin Przepiorowski
committed
Merge branch 'fidelity-contributions-dx_ctl_user_apiUser'
2 parents 404f70e + 27a5aa6 commit cfcfdc1

File tree

2 files changed

+15
-13
lines changed

2 files changed

+15
-13
lines changed

bin/dx_ctl_users.pl

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -515,15 +515,16 @@ =head1 EXAMPLES
515515
516516
Example csv user file:
517517
518-
# operation,username,first_name,last_name,email address,work_phone,home_phone,cell_phone,type(NATIVE|LDAP),principal_credential,password,admin_priv,js_user
519-
# comment - create a new user with Delphix authentication
520-
C,testuser,Test,User,[email protected],,555-222-222,,NATIVE,,password,Y
521-
# comment - create a new user with LDAP
522-
C,testuser2,Test,User2,[email protected],555-111-111,555-222-222,555-333- 333,LDAP,"[email protected]",,Y
523-
# update existing user - non-empty values will be updated, password can't be modified in this version
524-
U,user11,FirstName,LastName,[email protected],,,,,,, U,testuser,Test,User,[email protected],,555-222-333,,NATIVE,,password,Y
525-
# delete user
526-
D,testuser2,,,,,,,,,,
518+
#operation,username,first_name,last_name,email address,work_phone,home_phone,cell_phone,type(NATIVE|LDAP),principal_credential,password,admin_priv,js_user,timeout,apiUser
519+
# comment - create a new user with Delphix authentication
520+
C,testuser,Test,User,[email protected],,555-222-222,,NATIVE,,password,Y,N,60,N
521+
# comment - create a new user with LDAP
522+
C,testuser2,Test,User2,[email protected],555-111-111,555-222-222,555-333-333,LDAP,"[email protected]",,Y,N,60,N
523+
# update existing user - non-empty values will be updated, password can't be modified in this version
524+
U,user11,FirstName,LastName,[email protected],,,,,,,
525+
U,testuser,Test,User,[email protected],,555-222-333,,NATIVE,,password,,Y
526+
# delete user
527+
D,testuser2,,,,,,,,,,,
527528
528529
Example csv profile file:
529530

bin/dxusers.csv.example

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
1-
#operation,username,first_name,last_name,email address,work_phone,home_phone,cell_phone,type(NATIVE|LDAP),principal_credential,password,admin_priv,js_user,timeout
1+
#operation,username,first_name,last_name,email address,work_phone,home_phone,cell_phone,type(NATIVE|LDAP),principal_credential,password,admin_priv,js_user,timeout,apiUser
22
# comment - create a new user with Delphix authentication
3-
C,testuser,Test,User,[email protected],,555-222-222,,NATIVE,,password,Y,60
3+
C,testuser,Test,User,[email protected],,555-222-222,,NATIVE,,password,Y,N,60,N
44
# comment - create a new user with LDAP
5-
C,testuser2,Test,User2,[email protected],555-111-111,555-222-222,555-333-333,LDAP,"[email protected]",,Y
5+
C,testuser2,Test,User2,[email protected],555-111-111,555-222-222,555-333-333,LDAP,"[email protected]",,Y,N,60,N
66
# update existing user - non-empty values will be updated, password can't be modified in this version
77
U,user11,FirstName,LastName,[email protected],,,,,,,
88
U,testuser,Test,User,[email protected],,555-222-333,,NATIVE,,password,,Y
99
# delete user
10-
D,testuser2,,,,,,,,,,
10+
D,testuser2,,,,,,,,,,,
11+

0 commit comments

Comments
 (0)