OK, hopefully I’m nearing the end of my questions on this topic!
Here are the first few lines of my Import file. I wonder if anyone can tell me if this looks correct or if I’ve done something incorrectly?
What I’m trying to accomplish is change multiple existing Users’ profiles to keep their existing passwords, but prompt them to change those passwords the next time they log in.
A couple of questions I still have:
Should I be using the “*” in the password field, or should I keep the encrypted password information as it was originally exported? Is there a difference? The Group and User names have been changed in the interest of anonymity.
Where will Supervisor write it’s Log and Undo files?
How would I execute a Batch file if I so desired? Do I just create this as a “.bat” file or is there more to it than that?
My “client” is Win98; my Repository is Oracle 8.1.6.0.0; my Cluster Manager is Sun Solaris 2.8
Thanks again for any assistance!
Ben
#Import user/group configuration of repository accessed by BOMain.key
#
# Global Commandss:
INTERACTIVE
LOG
UNDO
encrypted_password
#
# Parameters:
# Update User
# User's GROUP
# Current User Name, New User Name
# Password (* = Keep Existing Value)
# Profile; u = User
# Disable Login = N
# Enable Offline Login = Y
# Enable Password Modification = Y
# Enable Real Time User Rights Update = Y
# Enable Delete Document = Y
# Object Security Level = Public
# Identification Strategy = Full (always verify password)
# Change Password at First Login = Y
# Password Validity Days = 180
# Periodic Action = Y
##
uu,Group A,user_1, ,*,u,no,yes,yes,yes,yes,pc,f,yes,180,yes,
uu,Group B,user_1, ,*,u,no,yes,yes,yes,yes,pc,f,yes,180,yes,
uu,Group A,user_2, ,*,u,no,yes,yes,yes,yes,pc,f,yes,180,yes,
uu,Group A,user_3,*,u,no,yes,yes,yes,yes,pc,f,yes,180,yes,
uu, Group A, user_4, ,4xW=_yrzKy3zh5,u,no,yes,yes,yes,yes,pc,f,yes,180,yes,
uu,Group A,user_5, ,3ynziM_H*yjy6,u,no,yes,yes,yes,yes,pc,f,yes,180,yes,
uu,Group A,user_6, ,2u^WVzJy5Zym,u,no,yes,yes,yes,yes,pc,f,yes,180,yes,
CNV_Ben (BOB member since 2002-08-15)