R: Really basic problem with user authentication

2000-10-10 Thread Montebove Luciano

Have you defined roles in application.xml?

Luciano

-Messaggio originale-
Da: Ben Z. Tels [mailto:[EMAIL PROTECTED]]
Inviato: lunedì 9 ottobre 2000 21.28
A: Orion-Interest
Oggetto: Really basic problem with user authentication


L.S.

I am having the following problem with principals on the Orion server
(version 2.1): I have principals defined in an applicaiton-specific
principals.xml file, like so:

- principals.xml 
?xml version="1.0"?
!DOCTYPE principals PUBLIC "//Evermind - Orion Principals//"
"http://www.orionserver.com/dtds/principals.dtd"

principals
 groups
  group name="StoreOwner"/group
  group name="Customer"/group
 /groups
 users
  user deactivated="false" locked="false" password="KerLach" realname="Ben
Tels" username="ben"
   group-membership group="StoreOwner" /
   group-membership group="Customer" /
  /user
  user deactivated="false" locked="true" password="" realname=""
username="anonymous"
   group-membership group="Customer" /
  /user
 /users
/principals

--- lmx.slapiclap ---

Needless to say, my client application gets refused ( Invalid user/password
(ben) ).

If anybody can help, I'd really appreciate it.

Thanks in advance,

Ben Z. Tels
[EMAIL PROTECTED]
http://www.stack.nl/~optimusb/
UIN:2474460

"The Earth is the cradle of the mind, but one cannot stay in the cradle
forever."
--Tsiolkovsky





Really basic problem with user authentication

2000-10-09 Thread Ben Z. Tels

L.S.

I am having the following problem with principals on the Orion server
(version 2.1): I have principals defined in an applicaiton-specific
principals.xml file, like so:

- principals.xml 
?xml version="1.0"?
!DOCTYPE principals PUBLIC "//Evermind - Orion Principals//"
"http://www.orionserver.com/dtds/principals.dtd"

principals
 groups
  group name="StoreOwner"/group
  group name="Customer"/group
 /groups
 users
  user deactivated="false" locked="false" password="KerLach" realname="Ben
Tels" username="ben"
   group-membership group="StoreOwner" /
   group-membership group="Customer" /
  /user
  user deactivated="false" locked="true" password="" realname=""
username="anonymous"
   group-membership group="Customer" /
  /user
 /users
/principals

--- lmx.slapiclap ---

Needless to say, my client application gets refused ( Invalid user/password
(ben) ).

If anybody can help, I'd really appreciate it.

Thanks in advance,

Ben Z. Tels
[EMAIL PROTECTED]
http://www.stack.nl/~optimusb/
UIN:2474460

"The Earth is the cradle of the mind, but one cannot stay in the cradle
forever."
--Tsiolkovsky