Mike, Thanks - when I just change the authentication to "application-level" I get a 500 Internal Server Error - so that's why I thought I was missing something.
Nicole -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Michael Blakeley Sent: Monday, October 15, 2007 12:48 PM To: [email protected] Subject: Re: [MarkLogic Dev General] Opening our server On Mon, 15 Oct 2007 11:14:11 -0400 "Engard, Nicole" <[EMAIL PROTECTED]> wrote: > We want to make it so that our library community can access and test > our new interface. Right now it requires and admin login - but I'm > trying to make it so that the page loads up without a login box. > I've been reading through the manual and playing around with the > permissions & roles & privileges for "nobody" but I just keep getting > new 500 errors. Is there a quick tutorial somewhere to help me out? Nicole, This is for an HTTP Server? Simply change the HTTPServer "authentication" setting to "application-level". All queries will run as "default user" (by default this is "nobody") unless xdmp:login() is used to change the user. For more information, see "Understanding and Using Security" at http://developer.marklogic.com/pubs/3.2/books/security.pdf (section 5.2.5 discusses this topic, and 7.3.4 discusses custom login pages). -- Mike _______________________________________________ General mailing list [email protected] http://xqzone.com/mailman/listinfo/general _______________________________________________ General mailing list [email protected] http://xqzone.com/mailman/listinfo/general
