Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> iFS - Changing passwords with XML-
All,
We need to change the passwords of 150 users at once.
Referring to Oracle 9iFS developers reference (page 15-12) we created the following XML file.
<?xml version = '1.0' standalone= 'yes'>
<DIRECTORYUSER>
<UPDATE RefType = "Name"> UserName </UPDATE>
<PASSWORD> TheNewPassword </PASSWORD>
</DIRECTORYUSER>
Submitting this XML file to ifsput, an error message says 'ambiguous DISTINGUISHEDNAME'
We have many objects objects having the same name. eg we have a user called 'guest' and a related directory called 'guest'.
My questions are
Thanks,
lrako Received on Tue Jul 31 2001 - 06:42:51 CDT
![]() |
![]() |