@@ -515,15 +515,16 @@ =head1 EXAMPLES
515
515
516
516
Example csv user file:
517
517
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,,,,,,,,,,,
527
528
528
529
Example csv profile file:
529
530
0 commit comments