From: <ca...@fl...> - 2005-02-21 22:20:10
|
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <meta content="text/html;charset=ISO-8859-15" http-equiv="Content-Type"> </head> <body bgcolor="#ffffff" text="#000000"> Hi,<br> I'm trying to set up a private Wiki, using the following user auth settings:<br> <br> <font color="#000000">8< --------<br> </font> <pre class="moz-signature" cols="72"><font color="#000000">ALLOW_ANON_USER = false ALLOW_ANON_EDIT = false ALLOW_BOGO_LOGIN = false ALLOW_USER_PASSWORDS = true USER_AUTH_ORDER = "File" PASSWORD_LENGTH_MINIMUM = 4 USER_AUTH_POLICY = first-only LDAP_AUTH_HOST = <a class="moz-txt-link-rfc2396E" href="ldap://localhost:389">"ldap://localhost:389"</a> LDAP_BASE_DN = "ou=Users,o=Development,dc=mycompany.com" AUTH_USER_FILE = /this/is/a/valid/file AUTH_USER_FILE_STORABLE = true AUTH_SESS_USER = userid AUTH_SESS_LEVEL = 2 GROUP_METHOD = WIKIPAGE EDITING_POLICY = EditingPolicy 8<----------- My problem is that i can't login as a user from the auth-file I have created. Logging in as admin works fine. The path to the file is valid - if I delete it, I get an error on the login-page. I have created it using apache's htpasswd tool. Could someone please help me with this issue? I'm about to go nuts... Best, Carsten</font> </pre> </body> </html> |