08-15-05 01:20 PM
Hi Apriam,
I found your post very useful for our requirements. We have to migrate users
from a legacy database to an oracle database that is accessed by portal ser
ver for authentication.
I was wondering if you provide me with some insight on how to use the xml sc
ripts that you mentioned in your post along with some code snippets (if poss
ible)
Thanks very much for the help
quote: Originally posted by apriam
Hello all!
I have the script, that creates new group:
<portal action="locate">
<group action="create" name="cn=grp_test,ou=groups,dc=org,dc=ru"/>
</portal>
and the script that adds user into this group:
<group action="update" name="cn=grp_test,ou=groups,dc=org,dc=ru">
<member-user id="uid=test01,ou=people,dc=org,dc=ru" update="set"/>
<group>
but I was not able to find example of script, which removes user from group
without that group deleting.
How can I delete user from group?
I'm using WPS 5.1.0.1.
[ Post a follow-up to this message ]
|