On Thursday, April 4, 2019 at 5:25:14 AM UTC-4, [email protected] wrote: > > Hello Ryan, > > that's the actual account-maanger section of trac.ini: > > ==> > [account-manager] > ad_server = nashtech.grp:389 > admin_group = > CN=GRP_TracAdmin_ITTK,OU=Admin,OU=Group,OU=Global,OU=Area,DC=NASHTECH,DC=GRP > auth_group = > CN=GRP_AllUser,OU=DataPermission,OU=Group,OU=Global,OU=Area,DC=NASHTECH,DC=GRP > authentication_url = > base_dn = OU=Area,DC=NASHTECH,DC=GRP > bind_dn = CN=LDAPauth,OU=Service_Accounts,DC=NASHTECH,DC=GRP > bind_passwd = NashAuth1 > db_htdigest_realm = > force_passwd_change = true > htdigest_file = > htdigest_realm = > htpasswd_file = > htpasswd_hash_type = crypt > password_file = > password_store = ADAuthStore > persistent_sessions = False > refresh_passwd = False > verify_email = true > < == > > Theis version was installed as we have already another server using this > trac version running as an VM under Linux KVM, and we tried to convert this > VM to VMWare. As this attwempt failed, I was asked to setu up another trac > on an already installed VMWare virtual machine, and such I installed the > same version of trac. > > Actually I can login in case that I start tracd using:. > > /usr/bin/python /usr/bin/tracd -d --port 8000 --auth > ittk,/local/trac/trac1/ittk/.htpass,REALM /local/trac/trac1/ittk > > with the user admin I defined in the htdigest password file. Logged in I > even can open a list off all AD users under Administration/Accounts/Users. >
You installed the exact versions of Trac and the plugins on the new server as existed on the old server? And the old server can still authenticate? Can you compare the logs from a successful login on the old server with the logs from the new server? If you copied over the environment from the old server, and you can still authenticate with the old server, then I would continue focusing on what is different between the old and new server. If you describe you migration steps, I could give some possible hints. Your version of TracActiveDirectoryAuth is very old. Take a look at the history: https://trac-hacks.org/log/activedirectoryauthplugin/trunk?rev=12013 According to your plugin version, you have r6465, r9328, or r9329. Those are the SVN repository revisions that existed for version 0.2.2. The plugin has been renamed and the latest is version 2.1.2: https://trac-hacks.org/log/directoryauthplugin If you are to attempt to use a newer version, note that the options have been renamed: https://trac-hacks.org/browser/directoryauthplugin/trunk/tracext/dirauth/auth.py#L43 - Ryan -- 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.
