@@ -515,15 +515,16 @@ =head1 EXAMPLES
515515
516516Example 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
528529Example csv profile file:
529530
0 commit comments