-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On 06.10.2012 07:20, AMK wrote: > Hello Forum, > I have just installed Trac on a Macbook and am unable to log in. Is > there a trick to initial configuration? I have read the installation > guide and the several paragraphs, but I'm unclear how to proceed. Are > there any other docs for the programmer challenged?
See http://trac.edgewall.org/wiki/TracInstall#ConfiguringAuthentication for details, but in short you'll have to decide on what type of authentication to use with your setup. The following is explained in that the docs: * tracd * basic authentication with htpasswd file * digest authentication with htdigest file * obey prior HTTP auth when using tracd behind a proxy * Apache * basic authentication with htpasswd file * digest authentication with htdigest file * LDAP authentication (using mod_ldap) * SSIP (using mod-auth-sspi on Windows OS) * HTTP form login driven by AccountManagerPlugin * others (Cherokee, Lighttpd, LiteSpeed, Nginx) * just basic authentication with htpasswd file explained Note1: tracd with HTML login form driven by AccountManagerPlugin is the common case explained in plugin's wiki documentation and configuration cookbook page Note2: other possibilities exist - not an exhaustive list at all This tends to be confusing sure, but you'll need just one working solution. So decide on what you want, and read the relevant section. Steffen Hoffman -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.10 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iEYEARECAAYFAlBv5ngACgkQ31DJeiZFuHcgcACcDsuEKAMi5cx2usvccyoQh45j WfwAoKCK4houpTWx6lI6GDNvdJHMBtNK =ceOD -----END PGP SIGNATURE----- -- You received this message because you are subscribed to the Google Groups "Trac Users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/trac-users?hl=en.
