Joseph L. Casale writes: Hi!
> Piotras, > Appreciate the detailed reply, do you know of an online demo of the > application? I see through some forum/trac posts there is a "demo 4" > server online but I couldn't find any complete url? I doubt there's any working demo configured for such setup. But it should be quite easy to configure once you have Midgard up and running. For trusted auth, add in Apache's Vhost config: MidgardAuthType "trusted" Then you will be able to configure *any* authentication upon this one. Using mod_ntlm for example. http://www.midgard-project.org/documentation/installation-authentication/ For latter solution (with users created in the background): MidgardAuthTrustedGroupGuid "guid_of_the_group_user_will_belong_to" MidgardAuthTrustedCreateUser On In this case, midgard apache module will create any required account (if doesn't exist) before trying to do "trusted" authentication. Piotras _______________________________________________ user mailing list [email protected] http://lists.midgard-project.org/mailman/listinfo/user
