Thanks..

I find myself what the issue is.

There is a typo error in the path of the password file. Corrected the
path and its working fine. Anyway thanks.

On Nov 17, 5:34 pm, kavitha <kaviswaminat...@gmail.com> wrote:
> Hi,
>
> * In Linux FC11 with the package Python 2.6, SVN 1.6.1, Sqlite3,
> installed SVN trac version 0.11.7.
> * Installed, setuptools, Genshi
> * Installed Accountmanagerplugin_0.11-r9412 to access the already
> existing authz file through tracd
> * Throws an error, and upgraded the SVN version to 1.6.6
> * Previous error was solved but unable to login to the web, error
> appears as "Invalid username or password"
>
> * trac environment path is "/home/kavitha/trac-env/" and repositories
> created as "samplerepo" and "samplerepo2"
> * svn repository path is "/home/kavitha/testsvn/" and repositories
> created as "samplerepo" and "samplerepo2"
>
> * Started svn as "svnserve -d -r /home/kavitha/testsvn/"
> * trac.ini under "/home/kavitha/trac-env/samplerepo/conf/" is as below
>
> [trac]
> authz_file =
> authz_module_name =
> auto_reload = False
> backup_dir = db
> base_url =
> check_auth_ip = false
> database = sqlite:db/trac.db
> debug_sql = False
> default_charset = iso-8859-15
> default_handler = WikiModule
> default_timezone =
> htdocs_location =
> ignore_auth_case = false
> mainnav = wiki,timeline,roadmap,browser,tickets,newticket,search
> metanav = login,logout,prefs,help,about
> mysqldump_path = mysqldump
> never_obfuscate_mailto = false
> permission_policies = DefaultPermissionPolicy, LegacyAttachmentPolicy
> permission_store = DefaultPermissionStore
> pg_dump_path = pg_dump
> repository_dir = /home/kavitha/testsvn/samplerepo
> repository_type = svn
> secure_cookies = False
> show_email_addresses = false
> show_ip_addresses = false
> timeout = 20
> use_base_url_for_redirect = False
>
> [components]
> acct_mgr.api.* = enabled
> acct_mgr.admin.AccountManagerAdminPage = enabled
> trac.web.auth.LoginModule = disabled
> acct_mgr.web_ui.LoginModule = enabled
> acct_mgr.svnserve.* = enabled
>
> [account-manager]
> password_store = SvnServePasswordStore
> password_file = /home/kavitha/testenv/samplerepo/conf/passwd
>
> * Given permission as "trac-admin /home/kavitha/trac-env/samplerepo
> permission add kavitha TRAC_ADMIN"
>
> * Started tracd as "tracd --port 8014 -e /home/kavitha/trac-env"
>
> * In IE, entered the URL as "http://<IPaddress>:8014/, page appears
> with
> Available projects
>   samplerepo
>   samplerepo2
> * Clicked on "samplerepo"
> * Wiki page appears
> * Clicked on login link
> * Entered the username/password as in "/home/kavitha/testenv/
> samplerepo/conf/passwd", but error appears as "Invalid username or
> password"
>
> Content in the password file is:
> [users]
> kavitha = kavitha123
>
> Please help on this to solve the issue.

-- 
You received this message because you are subscribed to the Google Groups "Trac 
Users" group.
To post to this group, send email to trac-us...@googlegroups.com.
To unsubscribe from this group, send email to 
trac-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en.

Reply via email to