Hello,
today I completely removed trav version 10.12.4 and the associated plugins.
Next I did a complete new installtion of trac using
[root]# easy_install trac
as root, then I changed to wwwadm user to generate an enironment
[wwwadm]$ trac-adm /local/trac/trac1/ittk initenv
and started tracd
[wwwadm]$ /usr/bin/python /usr/bin/tracd -d --port 8000
/local/trac/trac1/ittk
Now i could open the trac page using [hostname]:8000/ittk. Then I unzipped
the downloaded directoryauthplugin-17360.zip as root, changed into
directoryauthplugin/trunk and ran as root
[root trunk]# python setup.py bdist_egg
and copied the generated TracDirectoryAuth-2.1.2-py2.7.egg into direstory
/local/trac/trac1/ittk/plugins.After running
[wwwadm]$ trac-adm /var/local/trac/trac1/ittk upgrade
I got the trac site with error
('No handler matched request to login#)
being displayed. I did the same procedure for acct_mgr-0.5.0-17361.zip
(unzip/python setup.py bdist_egg/copy file to ../plugins/upgrade) and now i
get the trac site saying
===
*Warning:*
- Error with navigation contributor "AdminModule"
- Error with navigation contributor "SearchModule"
- Error with navigation contributor "RoadmapModule"
- Error with navigation contributor "QueryModule"
- Error with navigation contributor "ReportModule"
- Error with navigation contributor "TicketModule"
- Error with navigation contributor "TimelineModule"
- Error with navigation contributor "WikiModule"
Error: Not Found
No handler matched request to /login
TracGuide <http://10.128.3.217:8000/ittk/wiki/TracGuide> — The Trac User
and Administration Guide
===
Did I make an error up to here?
Am Mittwoch, 3. April 2019 18:01:02 UTC+2 schrieb [email protected]:
>
> Hello,
>
> With TRAC 0.12 being installed on Linux system that has been added as AD
> member and tracd being started using
>
> tracd -d --port 8000 </path/to/tracenv>
>
> I can't login as AD user (Error: Invalid user name or password). Following
> plugins are installed
>
> - :Trac 0.12.4
> - Bitten 0.6
> - TracAccountManager 0.4.4
> - TracActiveDirectoryAuth 0.2.2
> - TracPrivateTickets 2.4.0dev
> - TracTicketTemplate 0.9 dev
> - TracWysiwyg 0.12.0.7
>
> Extract iof trac.log
>
> 2019-04-03 10:19:35,451 Trac[main] DEBUG: Dispatching <Request "POST
> '/login'">
> 2019-04-03 10:19:35,452 Trac[api] WARNING: Unable to find repository
> '(default)' for synchronization
> 2019-04-03 10:19:35,453 Trac[web_ui] DEBUG: LoginModule._remote_user:
> Authentication attempted for 'AD-User:ID'
> 2019-04-03 10:19:35,840 Trac[auth] DEBUG: Unable to find any members of
> the group
> CN=All_HCM_User,OU=DataPermission,OU=Group,OU=HCM,OU=Area,DC=>Domain>,DC=<TLD>
> 2019-04-03 10:19:36,100 Trac[auth] DEBUG: User Login: <AD-User-ID>
> Password Verified
> 2019-04-03 10:19:36,100 Trac[web_ui] DEBUG: LoginModule.authenticate: Set
> 'REMOTE_USER' = 'None'
> 2019-04-03 10:19:36,101 Trac[web_ui] DEBUG: LoginModule.process_request:
> 'user_locked' = False
> 2019-04-03 10:19:36,101 Trac[session] DEBUG: Retrieving session for ID
> '6c5e2ff2eb19d1dec142bfd5'
> 2019-04-03 10:19:36,102 Trac[chrome] DEBUG: Prepare chrome data for request
> 2019-04-03 10:19:36,105 Trac[perm] DEBUG: No policy allowed anonymous
> performing ACCTMGR_CONFIG_ADMIN on None
> 2019-04-03 10:19:36,105 Trac[perm] DEBUG: No policy allowed anonymous
> performing ACCTMGR_USER_ADMIN on None
> 2019-04-03 10:19:36,106 Trac[perm] DEBUG: No policy allowed anonymous
> performing TT_ADMIN on None
> 2019-04-03 10:19:36,106 Trac[perm] DEBUG: No policy allowed anonymous
> performing TRAC_ADMIN on None
> 2019-04-03 10:19:36,106 Trac[perm] DEBUG: No policy allowed anonymous
> performing PERMISSION_GRANT on None
> 2019-04-03 10:19:36,107 Trac[perm] DEBUG: No policy allowed anonymous
> performing PERMISSION_REVOKE on None
> 2019-04-03 10:19:36,107 Trac[perm] DEBUG: No policy allowed anonymous
> performing TICKET_ADMIN on None
> 2019-04-03 10:19:36,107 Trac[perm] DEBUG: No policy allowed anonymous
> performing MILESTONE_VIEW on None
> 2019-04-03 10:19:36,108 Trac[perm] DEBUG: No policy allowed anonymous
> performing VERSIONCONTROL_ADMIN on None
> 2019-04-03 10:19:36,109 Trac[perm] DEBUG: No policy allowed anonymous
> performing TICKET_VIEW on None
> 2019-04-03 10:19:36,109 Trac[perm] DEBUG: No policy allowed anonymous
> performing REPORT_VIEW on None
> 2019-04-03 10:19:36,109 Trac[perm] DEBUG: No policy allowed anonymous
> performing ROADMAP_VIEW on None
> 2019-04-03 10:19:36,110 Trac[perm] DEBUG: No policy allowed anonymous
> performing TICKET_CREATE on None
> 2019-04-03 10:19:36,110 Trac[perm] DEBUG: No policy allowed anonymous
> performing TIMELINE_VIEW on None
> 2019-04-03 10:19:36,110 Trac[perm] DEBUG: No policy allowed anonymous
> performing BROWSER_VIEW on None
>
>
--
You received this message because you are subscribed to the Google Groups "Trac
Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/trac-users.
For more options, visit https://groups.google.com/d/optout.