|
Home > Archive > WebSphere Portal Server > June 2007 > Can anybody expalain the code below
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Can anybody expalain the code below
|
|
|
| HI This is wmmur.xml file code i got, but i am unable to understand it, if someone can give me slight idea then it will be really great for me.
<wmmur>
<realms>
<realm id="portal" delimiter="@" default="true">
<node wmmnode="o=IBM" defaultParent="Person;Group"/>
</realm>
<realm id="IBM" delimiter="@" default="false">
<node wmmnode="ou=people,o=IBM" defaultParent="Person"/>
<node wmmnode="ou=groups,ou=portal,ou=apps,o=IBM" defaultParent="Group"/>
</realm>
<realm id="univera" delimiter="@" default="false">
<node wmmnode="ou=people,o=TCS,o=IBM" defaultParent="Person"/>
<node wmmnode="ou=groups,ou=portal,ou=apps,o=IBM" defaultParent="Group"/>
</realm>
</realms>
</wmmur>
| |
| L D Jones 2007-06-01, 1:21 pm |
| rampatel@in.ibm.com wrote:
> HI This is wmmur.xml file code i got, but i am unable to understand it, if someone can give me slight idea then it will be really great for me.
>
>
> <wmmur>
> <realms>
> <realm id="portal" delimiter="@" default="true">
> <node wmmnode="o=IBM" defaultParent="Person;Group"/>
> </realm>
> <realm id="IBM" delimiter="@" default="false">
> <node wmmnode="ou=people,o=IBM" defaultParent="Person"/>
> <node wmmnode="ou=groups,ou=portal,ou=apps,o=IBM" defaultParent="Group"/>
> </realm>
> <realm id="univera" delimiter="@" default="false">
> <node wmmnode="ou=people,o=TCS,o=IBM" defaultParent="Person"/>
> <node wmmnode="ou=groups,ou=portal,ou=apps,o=IBM" defaultParent="Group"/>
> </realm>
> </realms>
> </wmmur>
The file defines 3 realms. See wmmur.xml here
http://publib.boulder.ibm.com/infoc...ltpl_realm.html
|
|
|
|
|